blob: aee32a6d993491e6cc140a3e98df0391a43efc53 [file] [log] [blame]
package test
interface I1 {
fun <T> foo()
}
interface I2 {
fun foo()
}
class C : I1, I2