Files
kotlin/compiler/testData/codegen/boxInline/smap/oneFile.1.kt
Dmitry Petrov a47eaa2cb5 Change part class naming scheme
update tests depending on part class naming
2015-09-07 16:28:42 +03:00

22 lines
277 B
Kotlin
Vendored

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
//OneFile_1Kt
//*L
//1#1,22:1
//*E