Fix #354
This commit is contained in:
parent
a36f64fd73
commit
462da68c64
2
dsymbol
2
dsymbol
|
@ -1 +1 @@
|
|||
Subproject commit 021df81dd8e23da2b76e8cb9c1b27a3c15efb5e7
|
||||
Subproject commit fd8e9b02ca46c819e02df4e940061a377c277619
|
|
@ -1 +1 @@
|
|||
Subproject commit 1e24b41392c1363fc52a3d079debde965771be3e
|
||||
Subproject commit c5fe287cbf672d3710ea62893851a175c3e7f9d3
|
|
@ -0,0 +1,4 @@
|
|||
this()
|
||||
{
|
||||
new class C {};
|
||||
}
|
|
@ -0,0 +1,5 @@
|
|||
set -e
|
||||
set -u
|
||||
|
||||
../../bin/dcd-client $1 file.d -c29 > actual.txt
|
||||
diff actual.txt expected.txt
|
Loading…
Reference in New Issue