There was an error while loading. Please reload this page.
1 parent 79f01c4 commit 3c1f435Copy full SHA for 3c1f435
1 file changed
compiler/test/compilable/parens_inc.d
@@ -17,7 +17,7 @@ void f()
17
{
18
int b;
19
(b)++;
20
- int[] a;
+ int[] a = [1];
21
b = (a)[0]++; //ok
22
(a[0])--;
23
b = (int).init; //ok
0 commit comments