Files
kotlin-fork/compiler/testData/klibABI/removeInlinedFunction/main/m.kt
T

6 lines
125 B
Kotlin
Vendored

import abitestutils.abiTest
fun box() = abiTest {
expectFailure(prefixed("function foo can not be called")) { bar() }
}