6 lines
135 B
Kotlin
Vendored
6 lines
135 B
Kotlin
Vendored
import abitestutils.abiTest
|
|
|
|
fun box() = abiTest {
|
|
expectFailure(prefixed("constructor Foo.<init> can not be called")) { bar() }
|
|
}
|