[IR] Fixed parents during constructors moving
This commit is contained in:
+1
@@ -221,6 +221,7 @@ class LocalDeclarationsLowering(
|
||||
declaration.valueParameters.filter { it.defaultValue != null }.forEach { argument ->
|
||||
oldParameterToNew[argument]!!.defaultValue = argument.defaultValue
|
||||
}
|
||||
acceptChildren(SetDeclarationsParentVisitor, this)
|
||||
} ?: super.visitConstructor(declaration)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user