d17a18f96d
where trivial == those that map the file to itself.
16 lines
173 B
Kotlin
Vendored
16 lines
173 B
Kotlin
Vendored
// FILE: 1.kt
|
|
// WITH_RUNTIME
|
|
// KJS_WITH_FULL_RUNTIME
|
|
package test
|
|
inline fun stub() {
|
|
|
|
}
|
|
|
|
// FILE: 2.kt
|
|
|
|
fun box(): String {
|
|
return "KO".reversed()
|
|
}
|
|
|
|
// FILE: 2.smap
|