Drop identityEquals from builtins, compiler and tests.
This commit is contained in:
@@ -16,8 +16,6 @@ fun foo() {
|
||||
oldFun1(oldFun2(10))
|
||||
|
||||
oldFun2()
|
||||
|
||||
1.identityEquals(2)
|
||||
}
|
||||
|
||||
fun unnecessarySafeCall(x: String) {
|
||||
|
||||
@@ -15,8 +15,6 @@ fun foo() {
|
||||
bar(bar(10 + 2) + 1)
|
||||
|
||||
oldFun2()
|
||||
|
||||
1 === 2
|
||||
}
|
||||
|
||||
fun unnecessarySafeCall(x: String) {
|
||||
|
||||
Reference in New Issue
Block a user