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(
|
IrFieldImpl(
|
||||||
innerClass.descriptor.startOffsetOrUndefined,
|
innerClass.startOffset,
|
||||||
innerClass.descriptor.endOffsetOrUndefined,
|
innerClass.endOffset,
|
||||||
DECLARATION_ORIGIN_FIELD_FOR_OUTER_THIS,
|
DECLARATION_ORIGIN_FIELD_FOR_OUTER_THIS,
|
||||||
descriptor,
|
descriptor,
|
||||||
outerClass.defaultType
|
outerClass.defaultType
|
||||||
|
|||||||
Reference in New Issue
Block a user