Files
kotlin-fork/compiler/testData/codegen/box/reflection/callBy/simpleConstructor.kt
T

6 lines
100 B
Kotlin
Vendored

// WITH_REFLECT
class A(val result: String = "OK")
fun box(): String = ::A.callBy(mapOf()).result