JVM_IR: remove descriptor usage from SyntheticAccessorLowering
This commit is contained in:
+1
-1
@@ -527,7 +527,7 @@ internal class SyntheticAccessorLowering(val context: JvmBackendContext) : IrEle
|
|||||||
|
|
||||||
// Access to static members that need an accessor must be because they are inherited,
|
// Access to static members that need an accessor must be because they are inherited,
|
||||||
// hence accessed on a _s_upertype.
|
// hence accessed on a _s_upertype.
|
||||||
isStatic -> "\$s" + parentAsClass.descriptor.syntheticAccessorToSuperSuffix()
|
isStatic -> "\$s" + parentAsClass.syntheticAccessorToSuperSuffix()
|
||||||
|
|
||||||
else -> ""
|
else -> ""
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user