Equality and identity operators.
This commit is contained in:
committed by
Dmitry Petrov
parent
db5843adc8
commit
96e3c52878
+3
@@ -0,0 +1,3 @@
|
||||
fun test1(a: Int, b: Int) = a == b
|
||||
fun test2(a: Int, b: Int) = a != b
|
||||
fun test3(a: Any?, b: Any?) = a == b
|
||||
Reference in New Issue
Block a user