!759 extend C { S b; } sclass C { S a; } extend C { S c; } p { new C c; c.a = c.b = c.c = ""; }