IrClass.isInner

This commit is contained in:
Dmitry Petrov
2018-05-11 14:04:52 +03:00
parent 1e92dbf806
commit 0feb50021c
17 changed files with 51 additions and 46 deletions
@@ -7,7 +7,7 @@ FILE fqName:<root> fileName:/multipleThisReferences.kt
BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='Outer'
CLASS CLASS name:Inner modality:OPEN visibility:public flags:
CLASS CLASS name:Inner modality:OPEN visibility:public flags:inner
$this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:Outer.Inner flags:
superClasses:
CLASS IR_EXTERNAL_DECLARATION_STUB CLASS name:Any modality:OPEN visibility:public flags:
@@ -81,7 +81,7 @@ FILE fqName:<root> fileName:/multipleThisReferences.kt
CLASS CLASS name:<no name provided> modality:FINAL visibility:local flags:
$this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:Host.test.<no name provided> flags:
superClasses:
CLASS CLASS name:Inner modality:OPEN visibility:public flags:
CLASS CLASS name:Inner modality:OPEN visibility:public flags:inner
CONSTRUCTOR visibility:public <> () returnType:Host.test.<no name provided> flags:primary
BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Inner(Int)'