IR: IrConstructor.isPrimary
NB this is required for Kotlin/JS.
This commit is contained in:
@@ -3,7 +3,7 @@ FILE fqName:<root> fileName:/objectAsCallable.kt
|
||||
$this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:A flags:
|
||||
superClasses:
|
||||
CLASS IR_EXTERNAL_DECLARATION_STUB CLASS name:Any modality:OPEN visibility:public flags:
|
||||
CONSTRUCTOR visibility:private <> () returnType:A flags:
|
||||
CONSTRUCTOR visibility:private <> () returnType:A flags:primary
|
||||
BLOCK_BODY
|
||||
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
|
||||
INSTANCE_INITIALIZER_CALL classDescriptor='A'
|
||||
@@ -24,7 +24,7 @@ FILE fqName:<root> fileName:/objectAsCallable.kt
|
||||
$this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:En flags:
|
||||
superClasses:
|
||||
CLASS IR_EXTERNAL_DECLARATION_STUB CLASS name:Enum modality:ABSTRACT visibility:public flags:
|
||||
CONSTRUCTOR visibility:private <> () returnType:En flags:
|
||||
CONSTRUCTOR visibility:private <> () returnType:En flags:primary
|
||||
BLOCK_BODY
|
||||
ENUM_CONSTRUCTOR_CALL 'constructor Enum(String, Int)'
|
||||
<E : Enum<E>>: En
|
||||
|
||||
Reference in New Issue
Block a user