Take coordinates from ir declaration, rather than for its descriptor. (#2698)
This commit is contained in:
committed by
Nikolay Igotti
parent
f82a576449
commit
002ee5b05a
+2
-2
@@ -94,8 +94,8 @@ internal class SpecialDeclarationsFactory(val context: Context) {
|
||||
}
|
||||
|
||||
IrFieldImpl(
|
||||
innerClass.descriptor.startOffsetOrUndefined,
|
||||
innerClass.descriptor.endOffsetOrUndefined,
|
||||
innerClass.startOffset,
|
||||
innerClass.endOffset,
|
||||
DECLARATION_ORIGIN_FIELD_FOR_OUTER_THIS,
|
||||
descriptor,
|
||||
outerClass.defaultType
|
||||
|
||||
Reference in New Issue
Block a user