dfmt/tests/allman/issue0138.d.ref

9 lines
81 B
Plaintext

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