Generate IrTypeParameter and IrValueParameter declarations
This commit is contained in:
@@ -1,9 +1,17 @@
|
||||
FILE /arrayAugmentedAssignment2.kt
|
||||
CLASS INTERFACE IA
|
||||
FUN public abstract operator fun get(index: kotlin.String): kotlin.Int
|
||||
$this: VALUE_PARAMETER <receiver: IA>
|
||||
VALUE_PARAMETER value-parameter index: kotlin.String
|
||||
CLASS INTERFACE IB
|
||||
FUN public abstract operator fun IA.set(index: kotlin.String, value: kotlin.Int): kotlin.Unit
|
||||
$this: VALUE_PARAMETER <receiver: IB>
|
||||
$receiver: VALUE_PARAMETER <receiver: set(String, Int) on IA: Unit>
|
||||
VALUE_PARAMETER value-parameter index: kotlin.String
|
||||
VALUE_PARAMETER value-parameter value: kotlin.Int
|
||||
FUN public fun IB.test(a: IA): kotlin.Unit
|
||||
$receiver: VALUE_PARAMETER <receiver: test(IA) on IB: Unit>
|
||||
VALUE_PARAMETER value-parameter a: IA
|
||||
BLOCK_BODY
|
||||
BLOCK type=kotlin.Unit origin=PLUSEQ
|
||||
VAR IR_TEMPORARY_VARIABLE val tmp0_array: IA
|
||||
|
||||
Reference in New Issue
Block a user