blob: 633b59935fec5882cb11cda3b65dd8ee37651d77 [file] [log] [blame]
// 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