Files
kotlin-fork/compiler/testData/codegen/notNullAssertions/doGenerateParamAssertions.kt
T
Alexander Udalov 9df3c22097 Kill blackBoxFile()
If your test is supposed to use blackBoxFile(), maybe it should be placed into
box/boxWithStdlib directory
2013-02-11 02:01:41 +04:00

9 lines
129 B
Kotlin

import test.doGenerateParamAssertions as C
class A : C() {
override fun bar(s: String) {
}
}
fun doTest() = C.foo(A())