Files
kotlin-fork/compiler/testData/codegen/boxInline/smap/assertion.1.kt
T
Dmitry Petrov a47eaa2cb5 Change part class naming scheme
update tests depending on part class naming
2015-09-07 16:28:42 +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
//Assertion_1Kt
//+ 2 assertion.2.kt
//test/Assertion_2Kt
//*L
//1#1,25:1
//15#2,7:26
//6#2,7:33
//*E