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
@@ -5,8 +5,10 @@ FILE /suppressedNonPublicCall.kt
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='C'
FUN internal final fun bar(): kotlin.Unit
$this: VALUE_PARAMETER <receiver: C>
BLOCK_BODY
FUN public inline fun C.foo(): kotlin.Unit
$receiver: VALUE_PARAMETER <receiver: foo() on C: Unit>
BLOCK_BODY
CALL 'bar(): Unit' type=kotlin.Unit origin=null
$this: GET_VAR '<receiver: foo() on C: Unit>' type=C origin=null