KT-286 Check supertype lists (in progress)
Tests involving multiple inheritance fixed
This commit is contained in:
@@ -2,7 +2,7 @@ class <error>X</error> {
|
||||
val <error>x</error> : Int
|
||||
}
|
||||
|
||||
class Y() {
|
||||
open class Y() {
|
||||
val x : Int = 2
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user