blob: e7f7c8ab4e7c795989ba791b0bfed8f8b7e1b223 [file] [log] [blame]
// FILE: test.kt
fun box(): String {
42!!
42.toLong()!!
return "OK"!!
}
// LINENUMBERS
// test.kt:4 box
// test.kt:5 box
// test.kt:6 box