Replace identityEqulas with ===

This commit is contained in:
Ilya Gorbunov
2015-10-01 20:04:25 +03:00
parent b50c106648
commit ec416c5210
6 changed files with 6 additions and 6 deletions
@@ -74,7 +74,7 @@ public class DeclarationResolver(
for (descriptor in descriptors) {
if (descriptor is ClassDescriptor) {
for (descriptor2 in descriptors) {
if (descriptor identityEquals descriptor2) {
if (descriptor === descriptor2) {
continue
}