[FIR2IR] Drop decl. parent set in lazy class (it should be set before)

This commit is contained in:
Mikhail Glukhikh
2020-06-19 12:28:56 +03:00
parent d08f91bf35
commit 39740ce440
@@ -175,9 +175,6 @@ class Fir2IrLazyClass(
with(fakeOverrideGenerator) {
result += getFakeOverrides(fir, processedNames)
}
for (irDeclaration in result) {
irDeclaration.parent = this
}
result
}