dfmt/tests/assoc_key_indent.d

9 lines
79 B
D

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