blob: 5da8a5c595f11e4e29f5604a6a5d04f5da4249d9 [file] [log] [blame]
interface Foo_Intf {}
class FooClass {}
class Goo extends Foo<caret> {
int boo() {}
int doo() {}
int foo() {}
}