blob: 6208d4438ae0d1dac0ac076227d1afd8836ac0fc [file] [log] [blame]
interface I1 {}
interface I2 {}
class Super {}
class Foo extends Super impl<caret>ements I1, I2 {}