dfmt/tests/assoc_key_indent.d
2021-03-09 11:38:33 +01:00

8 lines
79 B
D

void main()
{
string key;
int[string] var = [
key: 5
];
}