Files
kotlin-fork/compiler/testData/codegen/boxInline/smap/anonymous/objectOnInlineCallSiteWithCapture.1.kt
T
Michael Bogdanov 3a5b55fc61 Mute some tests
2015-03-16 18:52:04 +03:00

9 lines
100 B
Kotlin

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