package test interface I1 { fun foo() } interface I2 { fun foo() } class C : I1, I2