blob: 38be3225dcc91d1058fcc52ad02b08b343c06d70 [file] [log] [blame]
class A { void f() {} }
class B : A { private override void f() {}; }
void main() {}