KT-286 Check supertype lists (in progress)
Tests involving multiple inheritance fixed
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
class Outer() {
|
||||
class InnerBase() {
|
||||
open class InnerBase() {
|
||||
}
|
||||
|
||||
class InnerDerived(): InnerBase() {
|
||||
|
||||
Reference in New Issue
Block a user