Renamed class
This commit is contained in:
+1
-1
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user