Files
kotlin-fork/compiler/testData/codegen/boxInline/smap/anonymous/objectOnInlineCallSiteWithCapture.1.kt
T
2015-09-23 12:18:12 +03:00

9 lines
98 B
Kotlin
Vendored

import builders.*
fun box(): String {
return test{"OK"}
}
//NO_CHECK_LAMBDA_INLINING
//TODO