dfmt/tests/issue0128.d
2015-04-16 12:14:39 -07:00

5 lines
66 B
D

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