dfmt/tests/knr/issue0065.d.ref

8 lines
144 B
Plaintext

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