blob: c8215882e09b5742d324c34e7473c254c9b04fde [file] [log] [blame]
//selection: 7, 20, 7, 25
package invalid;
class Foo {
public static final int CONST= 3;
public int getImage(Object obj) {
return Foo.CONST;
}
}