// "Import" "true" // ERROR: Unresolved reference: foo package c class B fun test(a: Any) { if (a is B) { a.foo() } }