Files
kotlin-fork/compiler/testData/codegen/box/reflection/callBy/simpleConstructor.kt
T
2023-06-07 14:59:38 +00:00

7 lines
123 B
Kotlin
Vendored

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