blob: 4b93cd12d08fe8bed347d0284ad5d17ae0bca799 [file] [log] [blame]
interface I1 {}
interface I2 {}
class Super {}
class Foo extends Super imp<caret>lements I1, I2 {}