psi2ir: fix type for IrGetField(delegate) when generating delegation

(cherry picked from commit 7601cc2)
This commit is contained in:
Svyatoslav Scherbina
2018-06-19 21:50:55 +03:00
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,