Files
kotlin-fork/compiler/testData/ir/irText/identity.kt
T
2016-10-18 09:08:12 +03:00

4 lines
110 B
Kotlin
Vendored

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