dmd/compiler/test/fail_compilation/ice20545.d
2022-07-09 18:53:07 +02:00

8 lines
150 B
D

/*
TEST_OUTPUT:
---
fail_compilation/ice20545.d(8): Error: initializer expression expected following colon, not `]`
---
*/
static initial = [{ }: ];