mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
8 lines
150 B
D
8 lines
150 B
D
/*
|
|
TEST_OUTPUT:
|
|
---
|
|
fail_compilation/ice20545.d(8): Error: initializer expression expected following colon, not `]`
|
|
---
|
|
*/
|
|
|
|
static initial = [{ }: ];
|