Files
kotlin-fork/compiler/testData/codegen/boxInline/smap/anonymous/objectOnInlineCallSiteWithCapture.1.kt
T
2015-04-13 16:11:21 +03:00

9 lines
126 B
Kotlin
Vendored

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