[FIR] Avoid instanceof List in transformInplace
This commit is contained in:
committed by
Mikhail Glukhikh
parent
024636f704
commit
5a06027c53
+1
-1
@@ -148,7 +148,7 @@ abstract class AbstractRawFirBuilderTestCase : KtParsingTestCase(
|
||||
} else {
|
||||
element.transformChildren(this, Unit)
|
||||
}
|
||||
return CompositeTransformResult(element)
|
||||
return CompositeTransformResult.single(element)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user