import kotlin.test.* fun foo(arg: Any) { assertIs(arg, "") arg.length }