blob: 04c1fba3bdf7c86c0e00d98897e854d4ef3c2d43 [file] [log] [blame]
nterface Foo {}
interface Ba<caret>r extends Foo {}
class FooBarImpl implements Foo, Bar {}