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

8 lines
79 B
Text

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