// ISSUE: KT-46383 fun test(a: Any, b: Any, s: String, i: Int) { if (a is String && b is Int) { a == b } s == i }