blob: d426ac8c6fe4e6dff90046b1a71fbe1c15caf5d0 [file] [log] [blame]
class S extends Bar {
public int baz(int anObject) {
return super.baz(anObject); //To change body of overridden methods use File | Settings | File Templates.
}
}