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