Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
1f76d39e66b4ee8544feac93e4afd8e61ef9610a
/
.
/
compiler
/
testData
/
klibABI
/
removeOpenFunction
/
main
/
m.kt
blob: 4471e1e68691c0f4d8216ecb8878881d798ee72f [
file
]
import
abitestutils
.
abiTest
fun box
()
=
abiTest
{
expectSuccess
{
C2
().
foo
()
+
I2
().
foo
()
}
}