Fix EnumClassLowering
(cherry picked from commit 1aa7e1a)
This commit is contained in:
committed by
Dmitry Petrov
parent
95d72d0a32
commit
2a721ea0f6
+1
-1
@@ -369,7 +369,7 @@ class EnumClassLowering(val context: JvmBackendContext) : ClassLoweringPass {
|
||||
IrCallImpl(
|
||||
startOffset,
|
||||
endOffset,
|
||||
loweredConstructor.symbol.owner.returnType,
|
||||
loweredConstructor.symbol.owner.parentAsClass.defaultType,
|
||||
loweredConstructor.symbol
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user