9df3c22097
If your test is supposed to use blackBoxFile(), maybe it should be placed into box/boxWithStdlib directory
9 lines
129 B
Kotlin
9 lines
129 B
Kotlin
import test.doGenerateParamAssertions as C
|
|
|
|
class A : C() {
|
|
override fun bar(s: String) {
|
|
}
|
|
}
|
|
|
|
fun doTest() = C.foo(A())
|