D-Scanner/tests/it/autofix_ide/source_autofix.d

13 lines
89 B
D

struct S
{
int myProp() @property
{
static if (a)
{
}
else if (b)
{
}
}
}