Files
kotlin/compiler/testData/codegen/box/callableReference/function/constructorFromTopLevelOneStringArg.kt
2018-06-28 12:26:41 +02:00

5 lines
86 B
Kotlin
Vendored

// IGNORE_BACKEND: JVM_IR
class A(val result: String)
fun box() = (::A)("OK").result