dfmt/tests/allman/issue0065.d.ref

10 lines
152 B
Plaintext

void main(string[] args)
{
if ((*tempdecl.parameters)[i].isTemplateThisParameter() is null)
{
}
if (a() in b || a() is b)
{
}
}