Drop identityEquals from builtins, compiler and tests.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
package test
|
||||
|
||||
inline fun <T> doSmth(a: T) : Boolean {
|
||||
return a.identityEquals(a)
|
||||
return a === a
|
||||
}
|
||||
Reference in New Issue
Block a user