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

25 lines
286 B
Kotlin
Vendored

import test.*
fun box(): String {
massert(true)
massert(true) {
"test"
}
return "OK"
}
//SMAP
//assertion.1.kt
//Kotlin
//*S Kotlin
//*F
//+ 1 assertion.1.kt
//_DefaultPackage
//+ 2 assertion.2.kt
//test/TestPackage
//*L
//1#1,25:1
//15#2,7:26
//6#2,7:33
//*E