Renamed class

This commit is contained in:
Valentin Kipyatkov
2016-09-05 17:47:35 +03:00
parent 29831f648d
commit b1a6255ac2
13 changed files with 16 additions and 16 deletions
@@ -532,7 +532,7 @@ class ExpressionsOfTypeProcessor(
break@ParentsLoop
}
is KtWithExpressionInitializer -> { // "val x = <expr>" or "fun f() = <expr>"
is KtDeclarationWithInitializer -> { // "val x = <expr>" or "fun f() = <expr>"
if (element == parent.initializer) {
processSuspiciousDeclaration(parent)
}