import kotlin.test.* interface I fun foo(i: I){} fun bar() { foo(ass) } // ABSENT: assertFailsWith