blob: beb3e90c17bb40c0bff4f2b4937345e338bbc0c0 [file] [log] [blame]
import kotlinApi.KotlinTrait
internal class A {
fun foo(t: KotlinTrait): Int {
return t.nullableFun()!!.length + t.notNullableFun().length
}
}