identityEquals is deprecated

This commit is contained in:
Mikhail Glukhikh
2015-09-25 19:44:04 +03:00
parent aada13c91f
commit 4b9d136ced
3 changed files with 3 additions and 2 deletions
@@ -1,6 +1,6 @@
// No supertype at all
class A1 {
fun test() {
<!SUPER_CANT_BE_EXTENSION_RECEIVER!>super<!>.identityEquals(null) // Call to an extension function
<!SUPER_CANT_BE_EXTENSION_RECEIVER!>super<!>.<!DEPRECATED_SYMBOL_WITH_MESSAGE!>identityEquals<!>(null) // Call to an extension function
}
}