KT-286 Check supertype lists (in progress)
Tests involving multiple inheritance fixed
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import java.lang.Integer
|
||||
|
||||
class C {
|
||||
open class C {
|
||||
fun f(): Any = "C f"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user