dfmt/tests/allman/issue0128.d.ref

6 lines
74 B
Plaintext

unittest
{
string[string] aa = ["a" : "b"];
auto x = "a" in aa;
}