psi2ir: fix type for IrGetField(delegate) when generating delegation
(cherry picked from commit 7601cc2)
This commit is contained in:
committed by
Dmitry Petrov
parent
56fdf2c735
commit
17312a305b
@@ -244,7 +244,7 @@ class ClassGenerator(
|
||||
IrGetFieldImpl(
|
||||
startOffset, endOffset,
|
||||
irDelegate.symbol,
|
||||
dispatchReceiverType,
|
||||
irDelegate.type,
|
||||
IrGetValueImpl(
|
||||
startOffset, endOffset,
|
||||
dispatchReceiverType,
|
||||
|
||||
Reference in New Issue
Block a user