Files
kotlin/compiler/testData/codegen/box/callableReference/function/constructorFromTopLevelOneStringArg.kt
2018-08-09 14:22:50 +03:00

4 lines
60 B
Kotlin
Vendored

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