Generate IrTypeParameter and IrValueParameter declarations
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
FILE /callWithReorderedArguments.kt
|
||||
FUN public fun foo(a: kotlin.Int, b: kotlin.Int): kotlin.Unit
|
||||
VALUE_PARAMETER value-parameter a: kotlin.Int
|
||||
VALUE_PARAMETER value-parameter b: kotlin.Int
|
||||
BLOCK_BODY
|
||||
FUN public fun noReorder1(): kotlin.Int
|
||||
BLOCK_BODY
|
||||
|
||||
Reference in New Issue
Block a user