dfmt/tests/otbs/assoc_key_indent.d.ref

8 lines
79 B
Plaintext

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