Files
kotlin-fork/compiler/testData/codegen/boxInline/anonymousObject/constructorVisibilityInLambda.1.kt
T
2015-10-21 17:12:17 +03:00

5 lines
69 B
Kotlin
Vendored

import test.*
fun box(): String {
return A().doSomething("OK")
}