'superConstructorCall' test folder moved under 'innerNested'
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
open class SomeClass(val some: Double, val other: Int, vararg val args: String) {
|
||||
fun result() = args[1]
|
||||
}
|
||||
|
||||
fun box(): String {
|
||||
return object : SomeClass(3.14, 42, "No", "OK", "Yes") {
|
||||
}.result()
|
||||
}
|
||||
Reference in New Issue
Block a user