dfmt/tests/otbs/issue0065.d.ref

7 lines
144 B
Plaintext

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