Skip to content

Commit ae7f60a

Browse files
committed
Update IR testData after rebase on master
1 parent b206bf1 commit ae7f60a

File tree

3 files changed

+90
-0
lines changed

3 files changed

+90
-0
lines changed

compiler/testData/ir/irText/declarations/multiplatform/expectedEnumClass.txt

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,49 @@
11
FILE fqName:<root> fileName:/expectedEnumClass.kt
22
CLASS ENUM_CLASS name:MyEnum modality:FINAL visibility:public flags:
33
$this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:MyEnum flags:
4+
superClasses:
5+
CLASS IR_EXTERNAL_DECLARATION_STUB CLASS name:Enum modality:ABSTRACT visibility:public flags:
46
ENUM_ENTRY name:FOO
57
ENUM_ENTRY name:BAR
68
FUN FAKE_OVERRIDE name:clone visibility:protected modality:FINAL <> ($this:kotlin.Enum<MyEnum>) returnType:Any flags:
9+
overridden:
10+
FUN IR_EXTERNAL_DECLARATION_STUB name:clone visibility:protected modality:FINAL <> () returnType:Any flags:
711
$this: VALUE_PARAMETER name:<this> type:kotlin.Enum<MyEnum> flags:
812
FUN FAKE_OVERRIDE name:finalize visibility:protected/*protected and package*/ modality:FINAL <> ($this:kotlin.Enum<MyEnum>) returnType:Unit flags:
13+
overridden:
14+
FUN IR_EXTERNAL_DECLARATION_STUB name:finalize visibility:protected/*protected and package*/ modality:FINAL <> () returnType:Unit flags:
915
$this: VALUE_PARAMETER name:<this> type:kotlin.Enum<MyEnum> flags:
1016
FUN FAKE_OVERRIDE name:getDeclaringClass visibility:public modality:FINAL <> ($this:kotlin.Enum<MyEnum>) returnType:(java.lang.Class<(MyEnum..MyEnum?)>..java.lang.Class<(MyEnum..MyEnum?)>?) flags:
17+
overridden:
18+
FUN IR_EXTERNAL_DECLARATION_STUB name:getDeclaringClass visibility:public modality:FINAL <> () returnType:(java.lang.Class<(E..E?)>..java.lang.Class<(E..E?)>?) flags:
1119
$this: VALUE_PARAMETER name:<this> type:kotlin.Enum<MyEnum> flags:
1220
FUN FAKE_OVERRIDE name:compareTo visibility:public modality:FINAL <> ($this:kotlin.Enum<MyEnum>, other:MyEnum) returnType:Int flags:
21+
overridden:
22+
FUN IR_EXTERNAL_DECLARATION_STUB name:compareTo visibility:public modality:FINAL <> (other:E) returnType:Int flags:
1323
$this: VALUE_PARAMETER name:<this> type:kotlin.Enum<MyEnum> flags:
1424
VALUE_PARAMETER name:other index:0 type:MyEnum flags:
1525
FUN FAKE_OVERRIDE name:equals visibility:public modality:FINAL <> ($this:kotlin.Enum<MyEnum>, other:kotlin.Any?) returnType:Boolean flags:
26+
overridden:
27+
FUN IR_EXTERNAL_DECLARATION_STUB name:equals visibility:public modality:FINAL <> (other:kotlin.Any?) returnType:Boolean flags:
1628
$this: VALUE_PARAMETER name:<this> type:kotlin.Enum<MyEnum> flags:
1729
VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
1830
FUN FAKE_OVERRIDE name:hashCode visibility:public modality:FINAL <> ($this:kotlin.Enum<MyEnum>) returnType:Int flags:
31+
overridden:
32+
FUN IR_EXTERNAL_DECLARATION_STUB name:hashCode visibility:public modality:FINAL <> () returnType:Int flags:
1933
$this: VALUE_PARAMETER name:<this> type:kotlin.Enum<MyEnum> flags:
2034
PROPERTY FAKE_OVERRIDE name:name type:kotlin.String visibility:public modality:FINAL flags:val
2135
FUN FAKE_OVERRIDE name:<get-name> visibility:public modality:FINAL <> ($this:kotlin.Enum<MyEnum>) returnType:String flags:
36+
overridden:
37+
FUN IR_EXTERNAL_DECLARATION_STUB name:<get-name> visibility:public modality:FINAL <> () returnType:String flags:
2238
$this: VALUE_PARAMETER name:<this> type:kotlin.Enum<MyEnum> flags:
2339
PROPERTY FAKE_OVERRIDE name:ordinal type:kotlin.Int visibility:public modality:FINAL flags:val
2440
FUN FAKE_OVERRIDE name:<get-ordinal> visibility:public modality:FINAL <> ($this:kotlin.Enum<MyEnum>) returnType:Int flags:
41+
overridden:
42+
FUN IR_EXTERNAL_DECLARATION_STUB name:<get-ordinal> visibility:public modality:FINAL <> () returnType:Int flags:
2543
$this: VALUE_PARAMETER name:<this> type:kotlin.Enum<MyEnum> flags:
2644
FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Enum<MyEnum>) returnType:String flags:
45+
overridden:
46+
FUN IR_EXTERNAL_DECLARATION_STUB name:toString visibility:public modality:OPEN <> () returnType:String flags:
2747
$this: VALUE_PARAMETER name:<this> type:kotlin.Enum<MyEnum> flags:
2848
FUN ENUM_CLASS_SPECIAL_MEMBER name:values visibility:public modality:FINAL <> () returnType:Array<MyEnum> flags:
2949
SYNTHETIC_BODY kind=ENUM_VALUES
@@ -32,6 +52,8 @@ FILE fqName:<root> fileName:/expectedEnumClass.kt
3252
SYNTHETIC_BODY kind=ENUM_VALUEOF
3353
CLASS ENUM_CLASS name:MyEnum modality:FINAL visibility:public flags:
3454
$this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:MyEnum flags:
55+
superClasses:
56+
CLASS IR_EXTERNAL_DECLARATION_STUB CLASS name:Enum modality:ABSTRACT visibility:public flags:
3557
CONSTRUCTOR visibility:private <> () returnType:MyEnum flags:
3658
BLOCK_BODY
3759
ENUM_CONSTRUCTOR_CALL 'constructor Enum(String, Int)'
@@ -44,26 +66,44 @@ FILE fqName:<root> fileName:/expectedEnumClass.kt
4466
ENUM_ENTRY name:BAZ
4567
init: ENUM_CONSTRUCTOR_CALL 'constructor MyEnum()'
4668
FUN FAKE_OVERRIDE name:clone visibility:protected modality:FINAL <> ($this:kotlin.Enum<MyEnum>) returnType:Any flags:
69+
overridden:
70+
FUN IR_EXTERNAL_DECLARATION_STUB name:clone visibility:protected modality:FINAL <> () returnType:Any flags:
4771
$this: VALUE_PARAMETER name:<this> type:kotlin.Enum<MyEnum> flags:
4872
FUN FAKE_OVERRIDE name:finalize visibility:protected/*protected and package*/ modality:FINAL <> ($this:kotlin.Enum<MyEnum>) returnType:Unit flags:
73+
overridden:
74+
FUN IR_EXTERNAL_DECLARATION_STUB name:finalize visibility:protected/*protected and package*/ modality:FINAL <> () returnType:Unit flags:
4975
$this: VALUE_PARAMETER name:<this> type:kotlin.Enum<MyEnum> flags:
5076
FUN FAKE_OVERRIDE name:getDeclaringClass visibility:public modality:FINAL <> ($this:kotlin.Enum<MyEnum>) returnType:(java.lang.Class<(MyEnum..MyEnum?)>..java.lang.Class<(MyEnum..MyEnum?)>?) flags:
77+
overridden:
78+
FUN IR_EXTERNAL_DECLARATION_STUB name:getDeclaringClass visibility:public modality:FINAL <> () returnType:(java.lang.Class<(E..E?)>..java.lang.Class<(E..E?)>?) flags:
5179
$this: VALUE_PARAMETER name:<this> type:kotlin.Enum<MyEnum> flags:
5280
FUN FAKE_OVERRIDE name:compareTo visibility:public modality:FINAL <> ($this:kotlin.Enum<MyEnum>, other:MyEnum) returnType:Int flags:
81+
overridden:
82+
FUN IR_EXTERNAL_DECLARATION_STUB name:compareTo visibility:public modality:FINAL <> (other:E) returnType:Int flags:
5383
$this: VALUE_PARAMETER name:<this> type:kotlin.Enum<MyEnum> flags:
5484
VALUE_PARAMETER name:other index:0 type:MyEnum flags:
5585
FUN FAKE_OVERRIDE name:equals visibility:public modality:FINAL <> ($this:kotlin.Enum<MyEnum>, other:kotlin.Any?) returnType:Boolean flags:
86+
overridden:
87+
FUN IR_EXTERNAL_DECLARATION_STUB name:equals visibility:public modality:FINAL <> (other:kotlin.Any?) returnType:Boolean flags:
5688
$this: VALUE_PARAMETER name:<this> type:kotlin.Enum<MyEnum> flags:
5789
VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
5890
FUN FAKE_OVERRIDE name:hashCode visibility:public modality:FINAL <> ($this:kotlin.Enum<MyEnum>) returnType:Int flags:
91+
overridden:
92+
FUN IR_EXTERNAL_DECLARATION_STUB name:hashCode visibility:public modality:FINAL <> () returnType:Int flags:
5993
$this: VALUE_PARAMETER name:<this> type:kotlin.Enum<MyEnum> flags:
6094
PROPERTY FAKE_OVERRIDE name:name type:kotlin.String visibility:public modality:FINAL flags:val
6195
FUN FAKE_OVERRIDE name:<get-name> visibility:public modality:FINAL <> ($this:kotlin.Enum<MyEnum>) returnType:String flags:
96+
overridden:
97+
FUN IR_EXTERNAL_DECLARATION_STUB name:<get-name> visibility:public modality:FINAL <> () returnType:String flags:
6298
$this: VALUE_PARAMETER name:<this> type:kotlin.Enum<MyEnum> flags:
6399
PROPERTY FAKE_OVERRIDE name:ordinal type:kotlin.Int visibility:public modality:FINAL flags:val
64100
FUN FAKE_OVERRIDE name:<get-ordinal> visibility:public modality:FINAL <> ($this:kotlin.Enum<MyEnum>) returnType:Int flags:
101+
overridden:
102+
FUN IR_EXTERNAL_DECLARATION_STUB name:<get-ordinal> visibility:public modality:FINAL <> () returnType:Int flags:
65103
$this: VALUE_PARAMETER name:<this> type:kotlin.Enum<MyEnum> flags:
66104
FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Enum<MyEnum>) returnType:String flags:
105+
overridden:
106+
FUN IR_EXTERNAL_DECLARATION_STUB name:toString visibility:public modality:OPEN <> () returnType:String flags:
67107
$this: VALUE_PARAMETER name:<this> type:kotlin.Enum<MyEnum> flags:
68108
FUN ENUM_CLASS_SPECIAL_MEMBER name:values visibility:public modality:FINAL <> () returnType:Array<MyEnum> flags:
69109
SYNTHETIC_BODY kind=ENUM_VALUES
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,79 @@
11
FILE fqName:<root> fileName:/expectedSealedClass.kt
22
CLASS CLASS name:Ops modality:SEALED visibility:public flags:
33
$this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:Ops flags:
4+
superClasses:
5+
CLASS IR_EXTERNAL_DECLARATION_STUB CLASS name:Any modality:OPEN visibility:public flags:
46
CONSTRUCTOR visibility:private <> () returnType:Ops flags:
57
FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
8+
overridden:
9+
FUN IR_EXTERNAL_DECLARATION_STUB name:equals visibility:public modality:OPEN <> (other:kotlin.Any?) returnType:Boolean flags:
610
$this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
711
VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
812
FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
13+
overridden:
14+
FUN IR_EXTERNAL_DECLARATION_STUB name:hashCode visibility:public modality:OPEN <> () returnType:Int flags:
915
$this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
1016
FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
17+
overridden:
18+
FUN IR_EXTERNAL_DECLARATION_STUB name:toString visibility:public modality:OPEN <> () returnType:String flags:
1119
$this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
1220
CLASS CLASS name:Add modality:FINAL visibility:public flags:
1321
$this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:Add flags:
22+
superClasses:
23+
CLASS CLASS name:Ops modality:SEALED visibility:public flags:
1424
CONSTRUCTOR visibility:public <> () returnType:Add flags:
1525
FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
26+
overridden:
27+
FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
1628
$this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
1729
VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
1830
FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
31+
overridden:
32+
FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
1933
$this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
2034
FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
35+
overridden:
36+
FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
2137
$this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
2238
CLASS CLASS name:Ops modality:SEALED visibility:public flags:
2339
$this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:Ops flags:
40+
superClasses:
41+
CLASS IR_EXTERNAL_DECLARATION_STUB CLASS name:Any modality:OPEN visibility:public flags:
2442
CONSTRUCTOR visibility:private <> () returnType:Ops flags:
2543
BLOCK_BODY
2644
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
2745
INSTANCE_INITIALIZER_CALL classDescriptor='Ops'
2846
FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
47+
overridden:
48+
FUN IR_EXTERNAL_DECLARATION_STUB name:equals visibility:public modality:OPEN <> (other:kotlin.Any?) returnType:Boolean flags:
2949
$this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
3050
VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
3151
FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
52+
overridden:
53+
FUN IR_EXTERNAL_DECLARATION_STUB name:hashCode visibility:public modality:OPEN <> () returnType:Int flags:
3254
$this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
3355
FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
56+
overridden:
57+
FUN IR_EXTERNAL_DECLARATION_STUB name:toString visibility:public modality:OPEN <> () returnType:String flags:
3458
$this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
3559
CLASS CLASS name:Add modality:FINAL visibility:public flags:
3660
$this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:Add flags:
61+
superClasses:
62+
CLASS CLASS name:Ops modality:SEALED visibility:public flags:
3763
CONSTRUCTOR visibility:public <> () returnType:Add flags:
3864
BLOCK_BODY
3965
DELEGATING_CONSTRUCTOR_CALL 'constructor Ops()'
4066
INSTANCE_INITIALIZER_CALL classDescriptor='Add'
4167
FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
68+
overridden:
69+
FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
4270
$this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
4371
VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
4472
FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
73+
overridden:
74+
FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
4575
$this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
4676
FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
77+
overridden:
78+
FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
4779
$this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:

compiler/testData/ir/irText/expressions/kt23030.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,21 @@ FILE fqName:<root> fileName:/kt23030.kt
2525
if: WHEN type=kotlin.Boolean origin=ANDAND
2626
BRANCH
2727
if: TYPE_OP type=kotlin.Boolean origin=INSTANCEOF typeOperand=kotlin.Int
28+
typeOperand: CLASS IR_EXTERNAL_DECLARATION_STUB CLASS name:Int modality:FINAL visibility:public flags:
2829
GET_VAR 'value-parameter x: Any' type=kotlin.Any origin=null
2930
then: TYPE_OP type=kotlin.Boolean origin=INSTANCEOF typeOperand=kotlin.Char
31+
typeOperand: CLASS IR_EXTERNAL_DECLARATION_STUB CLASS name:Char modality:FINAL visibility:public flags:
3032
GET_VAR 'value-parameter y: Any' type=kotlin.Any origin=null
3133
BRANCH
3234
if: CONST Boolean type=kotlin.Boolean value=true
3335
then: CONST Boolean type=kotlin.Boolean value=false
3436
then: CALL 'less(Int, Int): Boolean' type=kotlin.Boolean origin=LT
3537
arg0: CALL 'compareTo(Char) on Int: Int' type=kotlin.Int origin=LT
3638
$receiver: TYPE_OP type=kotlin.Int origin=IMPLICIT_CAST typeOperand=kotlin.Int
39+
typeOperand: CLASS IR_EXTERNAL_DECLARATION_STUB CLASS name:Int modality:FINAL visibility:public flags:
3740
GET_VAR 'value-parameter x: Any' type=kotlin.Any origin=null
3841
c: TYPE_OP type=kotlin.Char origin=IMPLICIT_CAST typeOperand=kotlin.Char
42+
typeOperand: CLASS IR_EXTERNAL_DECLARATION_STUB CLASS name:Char modality:FINAL visibility:public flags:
3943
GET_VAR 'value-parameter y: Any' type=kotlin.Any origin=null
4044
arg1: CONST Int type=kotlin.Int value=0
4145
BRANCH
@@ -51,8 +55,10 @@ FILE fqName:<root> fileName:/kt23030.kt
5155
if: WHEN type=kotlin.Boolean origin=ANDAND
5256
BRANCH
5357
if: TYPE_OP type=kotlin.Boolean origin=INSTANCEOF typeOperand=kotlin.Int
58+
typeOperand: CLASS IR_EXTERNAL_DECLARATION_STUB CLASS name:Int modality:FINAL visibility:public flags:
5459
GET_VAR 'value-parameter x: Any' type=kotlin.Any origin=null
5560
then: TYPE_OP type=kotlin.Boolean origin=INSTANCEOF typeOperand=kotlin.Char
61+
typeOperand: CLASS IR_EXTERNAL_DECLARATION_STUB CLASS name:Char modality:FINAL visibility:public flags:
5662
GET_VAR 'value-parameter y: Any' type=kotlin.Any origin=null
5763
BRANCH
5864
if: CONST Boolean type=kotlin.Boolean value=true
@@ -65,6 +71,8 @@ FILE fqName:<root> fileName:/kt23030.kt
6571
then: CONST Boolean type=kotlin.Boolean value=false
6672
CLASS CLASS name:C modality:FINAL visibility:public flags:
6773
$this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:C flags:
74+
superClasses:
75+
CLASS IR_EXTERNAL_DECLARATION_STUB CLASS name:Any modality:OPEN visibility:public flags:
6876
CONSTRUCTOR visibility:public <> () returnType:C flags:
6977
BLOCK_BODY
7078
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
@@ -99,8 +107,10 @@ FILE fqName:<root> fileName:/kt23030.kt
99107
if: WHEN type=kotlin.Boolean origin=ANDAND
100108
BRANCH
101109
if: TYPE_OP type=kotlin.Boolean origin=INSTANCEOF typeOperand=kotlin.Int
110+
typeOperand: CLASS IR_EXTERNAL_DECLARATION_STUB CLASS name:Int modality:FINAL visibility:public flags:
102111
GET_VAR 'value-parameter x: Any' type=kotlin.Any origin=null
103112
then: TYPE_OP type=kotlin.Boolean origin=INSTANCEOF typeOperand=kotlin.Char
113+
typeOperand: CLASS IR_EXTERNAL_DECLARATION_STUB CLASS name:Char modality:FINAL visibility:public flags:
104114
GET_VAR 'value-parameter y: Any' type=kotlin.Any origin=null
105115
BRANCH
106116
if: CONST Boolean type=kotlin.Boolean value=true
@@ -109,17 +119,25 @@ FILE fqName:<root> fileName:/kt23030.kt
109119
arg0: CALL 'compareTo(Char) on Int: Int' type=kotlin.Int origin=LT
110120
$this: GET_VAR 'this@C: C' type=C origin=null
111121
$receiver: TYPE_OP type=kotlin.Int origin=IMPLICIT_CAST typeOperand=kotlin.Int
122+
typeOperand: CLASS IR_EXTERNAL_DECLARATION_STUB CLASS name:Int modality:FINAL visibility:public flags:
112123
GET_VAR 'value-parameter x: Any' type=kotlin.Any origin=null
113124
c: TYPE_OP type=kotlin.Char origin=IMPLICIT_CAST typeOperand=kotlin.Char
125+
typeOperand: CLASS IR_EXTERNAL_DECLARATION_STUB CLASS name:Char modality:FINAL visibility:public flags:
114126
GET_VAR 'value-parameter y: Any' type=kotlin.Any origin=null
115127
arg1: CONST Int type=kotlin.Int value=0
116128
BRANCH
117129
if: CONST Boolean type=kotlin.Boolean value=true
118130
then: CONST Boolean type=kotlin.Boolean value=false
119131
FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
132+
overridden:
133+
FUN IR_EXTERNAL_DECLARATION_STUB name:equals visibility:public modality:OPEN <> (other:kotlin.Any?) returnType:Boolean flags:
120134
$this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
121135
VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
122136
FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
137+
overridden:
138+
FUN IR_EXTERNAL_DECLARATION_STUB name:hashCode visibility:public modality:OPEN <> () returnType:Int flags:
123139
$this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
124140
FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
141+
overridden:
142+
FUN IR_EXTERNAL_DECLARATION_STUB name:toString visibility:public modality:OPEN <> () returnType:String flags:
125143
$this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:

0 commit comments

Comments
 (0)