Generate IrTypeParameter and IrValueParameter declarations

This commit is contained in:
Dmitry Petrov
2017-03-15 17:47:46 +03:00
parent 03b664febd
commit 8cea27b5bb
149 changed files with 2251 additions and 331 deletions
+2
View File
@@ -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