// WITH_STDLIB interface Foo fun test(obj: Any) { require(obj is Foo) consume(obj) } fun consume(obj: Any) {}