[K/N][IR] Fixed a problem with top-level fields
#KT-65324 Fixed
This commit is contained in:
+1
-1
@@ -336,7 +336,7 @@ private class BackendChecker(
|
||||
}
|
||||
|
||||
override fun visitField(declaration: IrField) {
|
||||
declaration.acceptChildrenVoid(this)
|
||||
super.visitField(declaration)
|
||||
if (declaration.isFakeOverride) return // Can't happen now, just trying to be future-proof here.
|
||||
|
||||
val parent = declaration.parent
|
||||
|
||||
Reference in New Issue
Block a user