blob: 8e6c6656a1a33208627176f839c355cbf1845cc4 [file] [log] [blame]
class Base {
public static final int CONSTANT = 10;
}
class Derived extends Base {
void foo(){}
}