blob: e6e1e6fd30c9ccc745429b37e0dd503db62954a4 [file] [log] [blame]
package a;
import b.B;
public class A extends B {
int f = super.bbb;
}