'superConstructorCall' test folder moved under 'innerNested'
This commit is contained in:
Vendored
+9
@@ -0,0 +1,9 @@
|
||||
// KT-3581
|
||||
|
||||
open class A(val result: String = "OK") {
|
||||
}
|
||||
|
||||
fun box(): String {
|
||||
val a = object : A() {}
|
||||
return a.result
|
||||
}
|
||||
Reference in New Issue
Block a user