6 lines
125 B
Kotlin
Vendored
6 lines
125 B
Kotlin
Vendored
import abitestutils.abiTest
|
|
|
|
fun box() = abiTest {
|
|
expectFailure(prefixed("function foo can not be called")) { bar() }
|
|
}
|