dfmt/tests/issue0138.d
2015-04-24 13:15:53 -07:00

8 lines
78 B
D

unittest
{
auto result = a[0] in aa;
}
void doStuff(in int a, in int b)
{
}