Generate IrTypeParameter and IrValueParameter declarations
This commit is contained in:
@@ -5,6 +5,7 @@ FILE /companion.kt
|
||||
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
|
||||
INSTANCE_INITIALIZER_CALL classDescriptor='Z'
|
||||
FUN public final fun test2(): kotlin.Unit
|
||||
$this: VALUE_PARAMETER <receiver: Z>
|
||||
BLOCK_BODY
|
||||
CALL 'test(): Unit' type=kotlin.Unit origin=null
|
||||
$this: GET_OBJECT 'companion object of Z' type=Z.Companion
|
||||
@@ -14,4 +15,5 @@ FILE /companion.kt
|
||||
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
|
||||
INSTANCE_INITIALIZER_CALL classDescriptor='companion object of Z'
|
||||
FUN public final fun test(): kotlin.Unit
|
||||
$this: VALUE_PARAMETER <receiver: companion object of Z>
|
||||
BLOCK_BODY
|
||||
|
||||
@@ -12,6 +12,7 @@ FILE /enumEntry.kt
|
||||
ENUM_CONSTRUCTOR_CALL 'constructor Z()'
|
||||
INSTANCE_INITIALIZER_CALL classDescriptor='ENTRY'
|
||||
FUN public final fun test(): kotlin.Unit
|
||||
$this: VALUE_PARAMETER <receiver: ENTRY>
|
||||
BLOCK_BODY
|
||||
CLASS CLASS A
|
||||
CONSTRUCTOR public constructor A()
|
||||
@@ -19,6 +20,7 @@ FILE /enumEntry.kt
|
||||
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
|
||||
INSTANCE_INITIALIZER_CALL classDescriptor='A'
|
||||
FUN public final fun test2(): kotlin.Unit
|
||||
$this: VALUE_PARAMETER <receiver: A>
|
||||
BLOCK_BODY
|
||||
CALL 'test(): Unit' type=kotlin.Unit origin=null
|
||||
$this: GET_ENUM 'ENTRY' type=Z.ENTRY
|
||||
|
||||
@@ -5,6 +5,7 @@ FILE /object.kt
|
||||
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
|
||||
INSTANCE_INITIALIZER_CALL classDescriptor='Z'
|
||||
FUN public final fun test(): kotlin.Unit
|
||||
$this: VALUE_PARAMETER <receiver: Z>
|
||||
BLOCK_BODY
|
||||
CLASS CLASS A
|
||||
CONSTRUCTOR public constructor A()
|
||||
@@ -12,6 +13,7 @@ FILE /object.kt
|
||||
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
|
||||
INSTANCE_INITIALIZER_CALL classDescriptor='A'
|
||||
FUN public final fun test2(): kotlin.Unit
|
||||
$this: VALUE_PARAMETER <receiver: A>
|
||||
BLOCK_BODY
|
||||
CALL 'test(): Unit' type=kotlin.Unit origin=null
|
||||
$this: GET_OBJECT 'Z' type=Z
|
||||
|
||||
Reference in New Issue
Block a user