Cleanup: smart casts of safe call receiver applied (do NOT cherry-pick to 1.0.X)

This commit is contained in:
Mikhail Glukhikh
2016-07-22 16:37:34 +03:00
parent 26c8bc87fd
commit 692623cb55
9 changed files with 10 additions and 10 deletions
@@ -46,7 +46,7 @@ private class TypePredicateImpl
for (i in nameParts.lastIndex downTo 0) {
if (nameParts[i] != descriptor?.name?.asString()) return false
descriptor = descriptor?.containingDeclaration
descriptor = descriptor.containingDeclaration
}
return true