Object, enum processing on delegation generation
This commit is contained in:
committed by
Dmitry Petrov
parent
289cc8fed7
commit
0bc3cc5e20
+1
-1
@@ -39,7 +39,7 @@ class InterfaceDelegationLowering(val state: GenerationState) : IrElementTransfo
|
||||
|
||||
override fun lower(irClass: IrClass) {
|
||||
val descriptor = irClass.descriptor
|
||||
if (!DescriptorUtils.isClass(descriptor)) {
|
||||
if (DescriptorUtils.isInterface(descriptor)) {
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user