Files
kotlin-fork/compiler/testData/klibABI/removeFunction/lib1/l1.kt
T

8 lines
141 B
Kotlin
Vendored

fun foo(): String = "FAIL1"
fun exp_foo(): String = "FAIL2"
class A {
fun foo(): String = "FAIL3"
fun exp_foo(): String = "FAIL4"
}