fix #551 - Add completions for template type parameter with colon type

This commit is contained in:
Basile Burg 2018-12-20 13:28:14 +01:00
parent 016af265dd
commit 32865f8617
9 changed files with 22 additions and 8 deletions

@ -1 +1 @@
Subproject commit c261fa119072ce788ef81b8d8fee9a2adddca5d1
Subproject commit 836a0cc93a98815ac309294c45aab0ba98018073

@ -1 +1 @@
Subproject commit a8ffcc99d79b2b1195b7aac169a183706c2c9ec0
Subproject commit 1bf9288e02dd93b5234d57ad9c1cacbad4701138

View File

@ -7,9 +7,9 @@
],
"license": "GPL-3.0",
"dependencies": {
"dsymbol": "~>0.5.3",
"libdparse": "~>0.10.7",
"msgpack-d": "~>1.0.0-beta.3",
"dsymbol": "~>0.5.4",
"libdparse": "~>0.10.10",
"msgpack-d": "~>1.0.0-beta.7",
"stdx-allocator": "~>2.77.4"
},
"stringImportPaths" : [

@ -1 +1 @@
Subproject commit 15c8d2ef166b633825e971eb914d4d78eb33b3ac
Subproject commit f102ea205af7886382b986162158e7da89b73eb0

@ -1 +1 @@
Subproject commit 500940918243cf0468028e552605204c6aa46807
Subproject commit 19d9245e315a85763754ded6912c2375c9226e04

@ -1 +1 @@
Subproject commit 7e387c8c5f66cc3f8c578e6d9ecce06c6a316c15
Subproject commit 480b85ba6a785bf98a766a5a0f492bbf4eb46621

View File

@ -0,0 +1,8 @@
identifiers
alignof k
init k
mangleof k
max k
min k
sizeof k
stringof k

View File

@ -0,0 +1 @@
void foo(T:char)(){T. }

View File

@ -0,0 +1,5 @@
set -e
set -u
../../bin/dcd-client $1 file.d -c22 > actual.txt
diff actual.txt expected.txt