Files
kotlin-fork/compiler/testData/codegen/boxInline/smap/oneFile.1.kt
T
Michael Bogdanov 5c6b9b1bc6 New smap test
2015-03-16 18:52:04 +03:00

22 lines
281 B
Kotlin

fun box(): String {
return test {
"K"
}
}
inline fun test(p: () -> String): String {
var pd = ""
pd = "O"
return pd + p()
}
//TODO should be empty
//SMAP
//oneFile.1.kt
//Kotlin
//*S Kotlin
//*F
//+ 1 oneFile.1.kt
//_DefaultPackage
//*L
//1#1,22:1
//*E