76c34a07b2
The source path already marks it as synthetic.
18 lines
218 B
Kotlin
Vendored
18 lines
218 B
Kotlin
Vendored
|
|
// FILE: test.kt
|
|
fun box(): String {
|
|
run { "O" + "K" }
|
|
run {
|
|
"O" + "K"
|
|
}
|
|
return "OK"
|
|
}
|
|
|
|
// LINENUMBERS
|
|
// test.kt:4
|
|
// fake.kt:1
|
|
// test.kt:4
|
|
// test.kt:5
|
|
// test.kt:6
|
|
// test.kt:5
|
|
// test.kt:8 |