Files
kotlin-fork/compiler/testData/ir/irText/fakeOverrides/setterVisibliityWithJava.ir.txt
T
2024-02-23 16:35:27 +00:00

199 lines
16 KiB
Plaintext
Vendored

FILE fqName:<root> fileName:/1.kt
CLASS CLASS name:IndirectChild modality:FINAL visibility:public superTypes:[<root>.JavaChild]
$this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:<root>.IndirectChild
CONSTRUCTOR visibility:public <> () returnType:<root>.IndirectChild [primary]
BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> () declared in <root>.JavaChild'
INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:IndirectChild modality:FINAL visibility:public superTypes:[<root>.JavaChild]'
FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:kotlin.Boolean [fake_override,operator]
overridden:
public open fun equals (other: kotlin.Any?): kotlin.Boolean declared in <root>.JavaChild
$this: VALUE_PARAMETER name:<this> type:kotlin.Any
VALUE_PARAMETER name:other index:0 type:kotlin.Any?
FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:kotlin.Int [fake_override]
overridden:
public open fun hashCode (): kotlin.Int declared in <root>.JavaChild
$this: VALUE_PARAMETER name:<this> type:kotlin.Any
FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:kotlin.String [fake_override]
overridden:
public open fun toString (): kotlin.String declared in <root>.JavaChild
$this: VALUE_PARAMETER name:<this> type:kotlin.Any
PROPERTY FAKE_OVERRIDE name:a visibility:public modality:FINAL [fake_override,var]
overridden:
public final a: kotlin.Int
FUN FAKE_OVERRIDE name:<get-a> visibility:public modality:FINAL <> ($this:<root>.KotlinBase) returnType:kotlin.Int [fake_override]
correspondingProperty: PROPERTY FAKE_OVERRIDE name:a visibility:public modality:FINAL [fake_override,var]
overridden:
public final fun <get-a> (): kotlin.Int declared in <root>.JavaChild
$this: VALUE_PARAMETER name:<this> type:<root>.KotlinBase
FUN FAKE_OVERRIDE name:<set-a> visibility:public modality:FINAL <> ($this:<root>.KotlinBase, <set-?>:kotlin.Int) returnType:kotlin.Unit [fake_override]
correspondingProperty: PROPERTY FAKE_OVERRIDE name:a visibility:public modality:FINAL [fake_override,var]
overridden:
public final fun <set-a> (<set-?>: kotlin.Int): kotlin.Unit declared in <root>.JavaChild
$this: VALUE_PARAMETER name:<this> type:<root>.KotlinBase
VALUE_PARAMETER name:<set-?> index:0 type:kotlin.Int
PROPERTY FAKE_OVERRIDE name:b visibility:public modality:FINAL [fake_override,var]
overridden:
public final b: kotlin.Int
FUN FAKE_OVERRIDE name:<get-b> visibility:public modality:FINAL <> ($this:<root>.KotlinBase) returnType:kotlin.Int [fake_override]
correspondingProperty: PROPERTY FAKE_OVERRIDE name:b visibility:public modality:FINAL [fake_override,var]
overridden:
public final fun <get-b> (): kotlin.Int declared in <root>.JavaChild
$this: VALUE_PARAMETER name:<this> type:<root>.KotlinBase
FUN FAKE_OVERRIDE name:<set-b> visibility:protected modality:FINAL <> ($this:<root>.KotlinBase, <set-?>:kotlin.Int) returnType:kotlin.Unit [fake_override]
correspondingProperty: PROPERTY FAKE_OVERRIDE name:b visibility:public modality:FINAL [fake_override,var]
overridden:
protected final fun <set-b> (<set-?>: kotlin.Int): kotlin.Unit declared in <root>.JavaChild
$this: VALUE_PARAMETER name:<this> type:<root>.KotlinBase
VALUE_PARAMETER name:<set-?> index:0 type:kotlin.Int
PROPERTY FAKE_OVERRIDE name:c visibility:public modality:FINAL [fake_override,var]
overridden:
public final c: kotlin.Int
FUN FAKE_OVERRIDE name:<get-c> visibility:public modality:FINAL <> ($this:<root>.KotlinBase) returnType:kotlin.Int [fake_override]
correspondingProperty: PROPERTY FAKE_OVERRIDE name:c visibility:public modality:FINAL [fake_override,var]
overridden:
public final fun <get-c> (): kotlin.Int declared in <root>.JavaChild
$this: VALUE_PARAMETER name:<this> type:<root>.KotlinBase
PROPERTY FAKE_OVERRIDE name:d visibility:public modality:FINAL [fake_override,var]
overridden:
public final d: kotlin.Int
FUN FAKE_OVERRIDE name:<get-d> visibility:public modality:FINAL <> ($this:<root>.KotlinBase) returnType:kotlin.Int [fake_override]
correspondingProperty: PROPERTY FAKE_OVERRIDE name:d visibility:public modality:FINAL [fake_override,var]
overridden:
public final fun <get-d> (): kotlin.Int declared in <root>.JavaChild
$this: VALUE_PARAMETER name:<this> type:<root>.KotlinBase
FUN FAKE_OVERRIDE name:<set-d> visibility:internal modality:FINAL <> ($this:<root>.KotlinBase, <set-?>:kotlin.Int) returnType:kotlin.Unit [fake_override]
correspondingProperty: PROPERTY FAKE_OVERRIDE name:d visibility:public modality:FINAL [fake_override,var]
overridden:
internal final fun <set-d> (<set-?>: kotlin.Int): kotlin.Unit declared in <root>.JavaChild
$this: VALUE_PARAMETER name:<this> type:<root>.KotlinBase
VALUE_PARAMETER name:<set-?> index:0 type:kotlin.Int
PROPERTY FAKE_OVERRIDE name:e visibility:public modality:OPEN [fake_override,var]
overridden:
public open e: kotlin.Int
FUN FAKE_OVERRIDE name:<get-e> visibility:public modality:OPEN <> ($this:<root>.JavaChild) returnType:kotlin.Int [fake_override]
correspondingProperty: PROPERTY FAKE_OVERRIDE name:e visibility:public modality:OPEN [fake_override,var]
overridden:
public open fun <get-e> (): kotlin.Int declared in <root>.JavaChild
$this: VALUE_PARAMETER name:<this> type:<root>.JavaChild
FUN FAKE_OVERRIDE name:<set-e> visibility:public/*package*/ modality:OPEN <> ($this:<root>.JavaChild, <set-?>:kotlin.Int) returnType:kotlin.Unit [fake_override]
correspondingProperty: PROPERTY FAKE_OVERRIDE name:e visibility:public modality:OPEN [fake_override,var]
overridden:
public/*package*/ open fun <set-e> (<set-?>: kotlin.Int): kotlin.Unit declared in <root>.JavaChild
$this: VALUE_PARAMETER name:<this> type:<root>.JavaChild
VALUE_PARAMETER name:<set-?> index:0 type:kotlin.Int
CLASS CLASS name:KotlinBase modality:OPEN visibility:public superTypes:[kotlin.Any]
$this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:<root>.KotlinBase
PROPERTY name:a visibility:public modality:FINAL [var]
FIELD PROPERTY_BACKING_FIELD name:a type:kotlin.Int visibility:private
EXPRESSION_BODY
CONST Int type=kotlin.Int value=1
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-a> visibility:public modality:FINAL <> ($this:<root>.KotlinBase) returnType:kotlin.Int
correspondingProperty: PROPERTY name:a visibility:public modality:FINAL [var]
$this: VALUE_PARAMETER name:<this> type:<root>.KotlinBase
BLOCK_BODY
RETURN type=kotlin.Nothing from='public final fun <get-a> (): kotlin.Int declared in <root>.KotlinBase'
GET_FIELD 'FIELD PROPERTY_BACKING_FIELD name:a type:kotlin.Int visibility:private' type=kotlin.Int origin=null
receiver: GET_VAR '<this>: <root>.KotlinBase declared in <root>.KotlinBase.<get-a>' type=<root>.KotlinBase origin=null
FUN DEFAULT_PROPERTY_ACCESSOR name:<set-a> visibility:public modality:FINAL <> ($this:<root>.KotlinBase, <set-?>:kotlin.Int) returnType:kotlin.Unit
correspondingProperty: PROPERTY name:a visibility:public modality:FINAL [var]
$this: VALUE_PARAMETER name:<this> type:<root>.KotlinBase
VALUE_PARAMETER name:<set-?> index:0 type:kotlin.Int
BLOCK_BODY
SET_FIELD 'FIELD PROPERTY_BACKING_FIELD name:a type:kotlin.Int visibility:private' type=kotlin.Unit origin=null
receiver: GET_VAR '<this>: <root>.KotlinBase declared in <root>.KotlinBase.<set-a>' type=<root>.KotlinBase origin=null
value: GET_VAR '<set-?>: kotlin.Int declared in <root>.KotlinBase.<set-a>' type=kotlin.Int origin=null
PROPERTY name:b visibility:public modality:FINAL [var]
FIELD PROPERTY_BACKING_FIELD name:b type:kotlin.Int visibility:private
EXPRESSION_BODY
CONST Int type=kotlin.Int value=2
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-b> visibility:public modality:FINAL <> ($this:<root>.KotlinBase) returnType:kotlin.Int
correspondingProperty: PROPERTY name:b visibility:public modality:FINAL [var]
$this: VALUE_PARAMETER name:<this> type:<root>.KotlinBase
BLOCK_BODY
RETURN type=kotlin.Nothing from='public final fun <get-b> (): kotlin.Int declared in <root>.KotlinBase'
GET_FIELD 'FIELD PROPERTY_BACKING_FIELD name:b type:kotlin.Int visibility:private' type=kotlin.Int origin=null
receiver: GET_VAR '<this>: <root>.KotlinBase declared in <root>.KotlinBase.<get-b>' type=<root>.KotlinBase origin=null
FUN DEFAULT_PROPERTY_ACCESSOR name:<set-b> visibility:protected modality:FINAL <> ($this:<root>.KotlinBase, <set-?>:kotlin.Int) returnType:kotlin.Unit
correspondingProperty: PROPERTY name:b visibility:public modality:FINAL [var]
$this: VALUE_PARAMETER name:<this> type:<root>.KotlinBase
VALUE_PARAMETER name:<set-?> index:0 type:kotlin.Int
BLOCK_BODY
SET_FIELD 'FIELD PROPERTY_BACKING_FIELD name:b type:kotlin.Int visibility:private' type=kotlin.Unit origin=null
receiver: GET_VAR '<this>: <root>.KotlinBase declared in <root>.KotlinBase.<set-b>' type=<root>.KotlinBase origin=null
value: GET_VAR '<set-?>: kotlin.Int declared in <root>.KotlinBase.<set-b>' type=kotlin.Int origin=null
PROPERTY name:c visibility:public modality:FINAL [var]
FIELD PROPERTY_BACKING_FIELD name:c type:kotlin.Int visibility:private
EXPRESSION_BODY
CONST Int type=kotlin.Int value=3
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-c> visibility:public modality:FINAL <> ($this:<root>.KotlinBase) returnType:kotlin.Int
correspondingProperty: PROPERTY name:c visibility:public modality:FINAL [var]
$this: VALUE_PARAMETER name:<this> type:<root>.KotlinBase
BLOCK_BODY
RETURN type=kotlin.Nothing from='public final fun <get-c> (): kotlin.Int declared in <root>.KotlinBase'
GET_FIELD 'FIELD PROPERTY_BACKING_FIELD name:c type:kotlin.Int visibility:private' type=kotlin.Int origin=null
receiver: GET_VAR '<this>: <root>.KotlinBase declared in <root>.KotlinBase.<get-c>' type=<root>.KotlinBase origin=null
FUN DEFAULT_PROPERTY_ACCESSOR name:<set-c> visibility:private modality:FINAL <> ($this:<root>.KotlinBase, <set-?>:kotlin.Int) returnType:kotlin.Unit
correspondingProperty: PROPERTY name:c visibility:public modality:FINAL [var]
$this: VALUE_PARAMETER name:<this> type:<root>.KotlinBase
VALUE_PARAMETER name:<set-?> index:0 type:kotlin.Int
BLOCK_BODY
SET_FIELD 'FIELD PROPERTY_BACKING_FIELD name:c type:kotlin.Int visibility:private' type=kotlin.Unit origin=null
receiver: GET_VAR '<this>: <root>.KotlinBase declared in <root>.KotlinBase.<set-c>' type=<root>.KotlinBase origin=null
value: GET_VAR '<set-?>: kotlin.Int declared in <root>.KotlinBase.<set-c>' type=kotlin.Int origin=null
PROPERTY name:d visibility:public modality:FINAL [var]
FIELD PROPERTY_BACKING_FIELD name:d type:kotlin.Int visibility:private
EXPRESSION_BODY
CONST Int type=kotlin.Int value=4
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-d> visibility:public modality:FINAL <> ($this:<root>.KotlinBase) returnType:kotlin.Int
correspondingProperty: PROPERTY name:d visibility:public modality:FINAL [var]
$this: VALUE_PARAMETER name:<this> type:<root>.KotlinBase
BLOCK_BODY
RETURN type=kotlin.Nothing from='public final fun <get-d> (): kotlin.Int declared in <root>.KotlinBase'
GET_FIELD 'FIELD PROPERTY_BACKING_FIELD name:d type:kotlin.Int visibility:private' type=kotlin.Int origin=null
receiver: GET_VAR '<this>: <root>.KotlinBase declared in <root>.KotlinBase.<get-d>' type=<root>.KotlinBase origin=null
FUN DEFAULT_PROPERTY_ACCESSOR name:<set-d> visibility:internal modality:FINAL <> ($this:<root>.KotlinBase, <set-?>:kotlin.Int) returnType:kotlin.Unit
correspondingProperty: PROPERTY name:d visibility:public modality:FINAL [var]
$this: VALUE_PARAMETER name:<this> type:<root>.KotlinBase
VALUE_PARAMETER name:<set-?> index:0 type:kotlin.Int
BLOCK_BODY
SET_FIELD 'FIELD PROPERTY_BACKING_FIELD name:d type:kotlin.Int visibility:private' type=kotlin.Unit origin=null
receiver: GET_VAR '<this>: <root>.KotlinBase declared in <root>.KotlinBase.<set-d>' type=<root>.KotlinBase origin=null
value: GET_VAR '<set-?>: kotlin.Int declared in <root>.KotlinBase.<set-d>' type=kotlin.Int origin=null
PROPERTY name:e visibility:public modality:OPEN [var]
FIELD PROPERTY_BACKING_FIELD name:e type:kotlin.Int visibility:private
EXPRESSION_BODY
CONST Int type=kotlin.Int value=5
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-e> visibility:public modality:OPEN <> ($this:<root>.KotlinBase) returnType:kotlin.Int
correspondingProperty: PROPERTY name:e visibility:public modality:OPEN [var]
$this: VALUE_PARAMETER name:<this> type:<root>.KotlinBase
BLOCK_BODY
RETURN type=kotlin.Nothing from='public open fun <get-e> (): kotlin.Int declared in <root>.KotlinBase'
GET_FIELD 'FIELD PROPERTY_BACKING_FIELD name:e type:kotlin.Int visibility:private' type=kotlin.Int origin=null
receiver: GET_VAR '<this>: <root>.KotlinBase declared in <root>.KotlinBase.<get-e>' type=<root>.KotlinBase origin=null
FUN DEFAULT_PROPERTY_ACCESSOR name:<set-e> visibility:public modality:OPEN <> ($this:<root>.KotlinBase, <set-?>:kotlin.Int) returnType:kotlin.Unit
correspondingProperty: PROPERTY name:e visibility:public modality:OPEN [var]
$this: VALUE_PARAMETER name:<this> type:<root>.KotlinBase
VALUE_PARAMETER name:<set-?> index:0 type:kotlin.Int
BLOCK_BODY
SET_FIELD 'FIELD PROPERTY_BACKING_FIELD name:e type:kotlin.Int visibility:private' type=kotlin.Unit origin=null
receiver: GET_VAR '<this>: <root>.KotlinBase declared in <root>.KotlinBase.<set-e>' type=<root>.KotlinBase origin=null
value: GET_VAR '<set-?>: kotlin.Int declared in <root>.KotlinBase.<set-e>' type=kotlin.Int origin=null
CONSTRUCTOR visibility:public <> () returnType:<root>.KotlinBase [primary]
BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> () declared in kotlin.Any'
INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:KotlinBase modality:OPEN visibility:public superTypes:[kotlin.Any]'
FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:kotlin.Boolean [fake_override,operator]
overridden:
public open fun equals (other: kotlin.Any?): kotlin.Boolean declared in kotlin.Any
$this: VALUE_PARAMETER name:<this> type:kotlin.Any
VALUE_PARAMETER name:other index:0 type:kotlin.Any?
FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:kotlin.Int [fake_override]
overridden:
public open fun hashCode (): kotlin.Int declared in kotlin.Any
$this: VALUE_PARAMETER name:<this> type:kotlin.Any
FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:kotlin.String [fake_override]
overridden:
public open fun toString (): kotlin.String declared in kotlin.Any
$this: VALUE_PARAMETER name:<this> type:kotlin.Any