6 lines
99 B
Kotlin
Vendored
6 lines
99 B
Kotlin
Vendored
import abitestutils.abiTest
|
|
|
|
fun box() = abiTest {
|
|
expectSuccess { C2().foo() + I2().foo() }
|
|
}
|