IR: use descriptor directly in IrLazyEnumEntryImpl
This works even when the symbol contains no descriptor (as it does happen after deserialization).
This commit is contained in:
committed by
TeamCityServer
parent
eda913554d
commit
63359d8492
+1
-1
@@ -47,7 +47,7 @@ class IrLazyEnumEntryImpl(
|
||||
|
||||
override var annotations: List<IrConstructorCall> by createLazyAnnotations()
|
||||
|
||||
override val name: Name = symbol.descriptor.name
|
||||
override val name: Name = descriptor.name
|
||||
|
||||
override var correspondingClass: IrClass? = null
|
||||
|
||||
|
||||
Reference in New Issue
Block a user