blob: 3165cdf5c6dedcf4057b6edfd90c1ee9a6e51c5c [file] [log] [blame]
interface I1 {}
interface I2 {}
class Super implements I1, I2 {}
class Foo extends Super {}