IR: IrConstructor.isPrimary
NB this is required for Kotlin/JS.
This commit is contained in:
+2
-2
@@ -3,7 +3,7 @@ FILE fqName:<root> fileName:/superCalls.kt
|
||||
$this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:Base flags:
|
||||
superClasses:
|
||||
CLASS IR_EXTERNAL_DECLARATION_STUB CLASS name:Any modality:OPEN visibility:public flags:
|
||||
CONSTRUCTOR visibility:public <> () returnType:Base flags:
|
||||
CONSTRUCTOR visibility:public <> () returnType:Base flags:primary
|
||||
BLOCK_BODY
|
||||
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
|
||||
INSTANCE_INITIALIZER_CALL classDescriptor='Base'
|
||||
@@ -37,7 +37,7 @@ FILE fqName:<root> fileName:/superCalls.kt
|
||||
$this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:Derived flags:
|
||||
superClasses:
|
||||
CLASS CLASS name:Base modality:OPEN visibility:public flags:
|
||||
CONSTRUCTOR visibility:public <> () returnType:Derived flags:
|
||||
CONSTRUCTOR visibility:public <> () returnType:Derived flags:primary
|
||||
BLOCK_BODY
|
||||
DELEGATING_CONSTRUCTOR_CALL 'constructor Base()'
|
||||
INSTANCE_INITIALIZER_CALL classDescriptor='Derived'
|
||||
|
||||
Reference in New Issue
Block a user