Files
kotlin-fork/compiler/testData/klibABI/removeClassAsConstructorCall/main/m.kt
T

6 lines
135 B
Kotlin
Vendored

import abitestutils.abiTest
fun box() = abiTest {
expectFailure(prefixed("constructor Foo.<init> can not be called")) { bar() }
}