// "Change 'implements b' to 'extends b'" "true-preview" class a implements b { } class b {} class C { static class D {} }