fix, completion broken after AA lit
This commit is contained in:
parent
9f4c6ddaf4
commit
2a86a6aad5
2
dsymbol
2
dsymbol
|
@ -1 +1 @@
|
|||
Subproject commit 026398b6888dbe2fcdf88b87babf1bd4d456f43f
|
||||
Subproject commit 1f34e2b7a8299869ceb531cb6b76d01ad9145f54
|
2
dub.json
2
dub.json
|
@ -8,7 +8,7 @@
|
|||
"license": "GPL-3.0",
|
||||
"dependencies": {
|
||||
"dsymbol": "~>0.2.8",
|
||||
"libdparse": "~>0.7.1-beta.7",
|
||||
"libdparse": "~>0.7.1",
|
||||
"msgpack-d": "~>1.0.0-beta.3"
|
||||
},
|
||||
"versions": ["built_with_dub"],
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 4229f11828a901ea5379409015f14a033e742906
|
||||
Subproject commit a4cdc474a130ecf5ba3be9424cfb23815eeefd3a
|
|
@ -0,0 +1,8 @@
|
|||
identifiers
|
||||
alignof k
|
||||
init k
|
||||
mangleof k
|
||||
max k
|
||||
min k
|
||||
sizeof k
|
||||
stringof k
|
|
@ -0,0 +1 @@
|
|||
void foo(){const a = [[0]:0]; auto b = true; b.}
|
|
@ -0,0 +1,5 @@
|
|||
set -e
|
||||
set -u
|
||||
|
||||
../../bin/dcd-client $1 file.d -c47 > actual.txt
|
||||
diff actual.txt expected.txt
|
Loading…
Reference in New Issue