// FIR_IDENTICAL fun test1(a: Int, b: Int) = a == b fun test2(a: Int, b: Int) = a != b fun test3(a: Any?, b: Any?) = a == b