Fix #290
This commit is contained in:
parent
9204b082d2
commit
5360944dfb
2
dsymbol
2
dsymbol
|
|
@ -1 +1 @@
|
||||||
Subproject commit c7d57d5b2041af51efc6e7be7e58ae15abce7637
|
Subproject commit f32e35a5d2827ccbd3b6842e8d257dd84a5acb71
|
||||||
|
|
@ -0,0 +1,8 @@
|
||||||
|
identifiers
|
||||||
|
car v
|
||||||
|
cdouble k
|
||||||
|
cent k
|
||||||
|
cfloat k
|
||||||
|
char k
|
||||||
|
complicatedLess l
|
||||||
|
creal k
|
||||||
|
|
@ -0,0 +1,6 @@
|
||||||
|
unittest
|
||||||
|
{
|
||||||
|
int car;
|
||||||
|
alias complicatedLess = (a, b) => a.c.d < b.c.d;
|
||||||
|
c
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,5 @@
|
||||||
|
set -e
|
||||||
|
set -u
|
||||||
|
|
||||||
|
../../bin/dcd-client $1 file.d -c79 > actual1.txt
|
||||||
|
diff actual1.txt expected1.txt
|
||||||
Loading…
Reference in New Issue