Fixed tests on IR copier
This commit is contained in:
+2
-2
@@ -37,7 +37,7 @@ FILE fqName:<root> fileName:/delegatingConstructorCallToTypeAliasConstructor.kt
|
||||
$this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:C1 flags:
|
||||
CONSTRUCTOR visibility:public <> () returnType:C1 flags:primary
|
||||
BLOCK_BODY
|
||||
DELEGATING_CONSTRUCTOR_CALL 'constructor Cell(String)'
|
||||
DELEGATING_CONSTRUCTOR_CALL 'constructor Cell(T)'
|
||||
<T>: kotlin.String
|
||||
value: CONST String type=kotlin.String value="O"
|
||||
INSTANCE_INITIALIZER_CALL classDescriptor='C1'
|
||||
@@ -64,7 +64,7 @@ FILE fqName:<root> fileName:/delegatingConstructorCallToTypeAliasConstructor.kt
|
||||
$this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:C2 flags:
|
||||
CONSTRUCTOR visibility:public <> () returnType:C2 flags:primary
|
||||
BLOCK_BODY
|
||||
DELEGATING_CONSTRUCTOR_CALL 'constructor Cell(String)'
|
||||
DELEGATING_CONSTRUCTOR_CALL 'constructor Cell(T)'
|
||||
<T>: kotlin.String
|
||||
value: CONST String type=kotlin.String value="K"
|
||||
INSTANCE_INITIALIZER_CALL classDescriptor='C2'
|
||||
|
||||
Reference in New Issue
Block a user