6 lines
144 B
Kotlin
Vendored
6 lines
144 B
Kotlin
Vendored
import abitestutils.abiTest
|
|
|
|
fun box() = abiTest {
|
|
expectFailure(prefixed("property accessor foo.<get-foo> can not be called")) { bar() }
|
|
}
|