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

6 lines
144 B
Kotlin
Vendored

import abitestutils.abiTest
fun box() = abiTest {
expectFailure(prefixed("property accessor foo.<get-foo> can not be called")) { bar() }
}