D-Scanner/tests/it/source_autofix.d

7 lines
43 B
D

struct S
{
int myProp() @property
{
}
}