[FIR2IR] Drop decl. parent set in lazy class (it should be set before)
This commit is contained in:
@@ -175,9 +175,6 @@ class Fir2IrLazyClass(
|
|||||||
with(fakeOverrideGenerator) {
|
with(fakeOverrideGenerator) {
|
||||||
result += getFakeOverrides(fir, processedNames)
|
result += getFakeOverrides(fir, processedNames)
|
||||||
}
|
}
|
||||||
for (irDeclaration in result) {
|
|
||||||
irDeclaration.parent = this
|
|
||||||
}
|
|
||||||
result
|
result
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user