Update testData to new format

This commit is contained in:
Dmitry Petrov
2018-01-12 14:19:55 +03:00
parent 4d54036d21
commit fdd000c94f
200 changed files with 7825 additions and 7861 deletions
+3 -3
View File
@@ -2,11 +2,11 @@
// FUN: foo // FUN: foo
BB 0 BB 0
CONTENT CONTENT
1 FUN public fun foo(arg: kotlin.Int): kotlin.Int 1 FUN name:foo visibility:public modality:FINAL <> (arg:kotlin.Int) returnType:Int flags:
2 GET_VAR 'value-parameter arg: Int' type=kotlin.Int origin=null 2 GET_VAR 'value-parameter arg: Int' type=kotlin.Int origin=null
3 RETURN type=kotlin.Nothing from='foo(Int): Int' 3 RETURN type=kotlin.Nothing from=foo(Int): Int'
OUTGOING -> NONE OUTGOING -> NONE
Function exit: FUN public fun foo(arg: kotlin.Int): kotlin.Int Function exit: FUN name:foo visibility:public modality:FINAL <> (arg:kotlin.Int) returnType:Int flags:
// END FUN: foo // END FUN: foo
+3 -3
View File
@@ -2,11 +2,11 @@
// FUN: foo // FUN: foo
BB 0 BB 0
CONTENT CONTENT
1 FUN public fun foo(): kotlin.Unit 1 FUN name:foo visibility:public modality:FINAL <> () returnType:Unit flags:
2 GET_OBJECT 'Unit' type=kotlin.Unit 2 GET_OBJECT 'Unit' type=kotlin.Unit
3 RETURN type=kotlin.Nothing from='foo(): Unit' 3 RETURN type=kotlin.Nothing from=foo(): Unit'
OUTGOING -> NONE OUTGOING -> NONE
Function exit: FUN public fun foo(): kotlin.Unit Function exit: FUN name:foo visibility:public modality:FINAL <> () returnType:Unit flags:
// END FUN: foo // END FUN: foo
+9 -9
View File
@@ -2,11 +2,11 @@
// FUN: digitCountInNumber // FUN: digitCountInNumber
BB 0 BB 0
CONTENT CONTENT
1 FUN public fun digitCountInNumber(n: kotlin.Int, m: kotlin.Int): kotlin.Int 1 FUN name:digitCountInNumber visibility:public modality:FINAL <> (n:kotlin.Int, m:kotlin.Int) returnType:Int flags:
2 CONST Int type=kotlin.Int value='0' 2 CONST Int type=kotlin.Int value=0
3 VAR var count: kotlin.Int 3 VAR name:count type:kotlin.Int flags:var
4 GET_VAR 'value-parameter n: Int' type=kotlin.Int origin=null 4 GET_VAR 'value-parameter n: Int' type=kotlin.Int origin=null
5 VAR var number: kotlin.Int 5 VAR name:number type:kotlin.Int flags:var
6 DO_WHILE label=null origin=DO_WHILE_LOOP 6 DO_WHILE label=null origin=DO_WHILE_LOOP
OUTGOING -> BB 1 OUTGOING -> BB 1
Do..while entry: DO_WHILE label=null origin=DO_WHILE_LOOP Do..while entry: DO_WHILE label=null origin=DO_WHILE_LOOP
@@ -17,7 +17,7 @@ CONTENT
1 WHEN type=kotlin.Unit origin=null 1 WHEN type=kotlin.Unit origin=null
2 GET_VAR 'value-parameter m: Int' type=kotlin.Int origin=null 2 GET_VAR 'value-parameter m: Int' type=kotlin.Int origin=null
3 GET_VAR 'number: Int' type=kotlin.Int origin=null 3 GET_VAR 'number: Int' type=kotlin.Int origin=null
4 CONST Int type=kotlin.Int value='10' 4 CONST Int type=kotlin.Int value=10
5 CALL 'rem(Int): Int' type=kotlin.Int origin=PERC 5 CALL 'rem(Int): Int' type=kotlin.Int origin=PERC
OUTGOING -> BB 2 OUTGOING -> BB 2
CALL 'EQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQ CALL 'EQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQ
@@ -26,7 +26,7 @@ INCOMING <- BB 1
CALL 'EQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQ CALL 'EQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQ
CONTENT CONTENT
1 GET_VAR 'count: Int' type=kotlin.Int origin=POSTFIX_INCR 1 GET_VAR 'count: Int' type=kotlin.Int origin=POSTFIX_INCR
2 VAR IR_TEMPORARY_VARIABLE val tmp0: kotlin.Int 2 VAR IR_TEMPORARY_VARIABLE name:tmp0 type:kotlin.Int flags:val
3 SET_VAR 'count: Int' type=kotlin.Unit origin=POSTFIX_INCR 3 SET_VAR 'count: Int' type=kotlin.Unit origin=POSTFIX_INCR
4 GET_VAR 'tmp0: Int' type=kotlin.Int origin=null 4 GET_VAR 'tmp0: Int' type=kotlin.Int origin=null
5 TYPE_OP type=kotlin.Unit origin=IMPLICIT_COERCION_TO_UNIT typeOperand=kotlin.Unit 5 TYPE_OP type=kotlin.Unit origin=IMPLICIT_COERCION_TO_UNIT typeOperand=kotlin.Unit
@@ -38,7 +38,7 @@ INCOMING <- BB 2
CONTENT CONTENT
1 SET_VAR 'number: Int' type=kotlin.Unit origin=DIVEQ 1 SET_VAR 'number: Int' type=kotlin.Unit origin=DIVEQ
2 GET_VAR 'number: Int' type=kotlin.Int origin=null 2 GET_VAR 'number: Int' type=kotlin.Int origin=null
3 CONST Int type=kotlin.Int value='0' 3 CONST Int type=kotlin.Int value=0
4 CALL 'compareTo(Int): Int' type=kotlin.Int origin=GT 4 CALL 'compareTo(Int): Int' type=kotlin.Int origin=GT
OUTGOING -> BB 4, 5 OUTGOING -> BB 4, 5
CALL 'GT0(Int): Boolean' type=kotlin.Boolean origin=GT CALL 'GT0(Int): Boolean' type=kotlin.Boolean origin=GT
@@ -59,9 +59,9 @@ INCOMING <- BB 5
Do..while exit: DO_WHILE label=null origin=DO_WHILE_LOOP Do..while exit: DO_WHILE label=null origin=DO_WHILE_LOOP
CONTENT CONTENT
1 GET_VAR 'count: Int' type=kotlin.Int origin=null 1 GET_VAR 'count: Int' type=kotlin.Int origin=null
2 RETURN type=kotlin.Nothing from='digitCountInNumber(Int, Int): Int' 2 RETURN type=kotlin.Nothing from=digitCountInNumber(Int, Int): Int'
OUTGOING -> NONE OUTGOING -> NONE
Function exit: FUN public fun digitCountInNumber(n: kotlin.Int, m: kotlin.Int): kotlin.Int Function exit: FUN name:digitCountInNumber visibility:public modality:FINAL <> (n:kotlin.Int, m:kotlin.Int) returnType:Int flags:
// END FUN: digitCountInNumber // END FUN: digitCountInNumber
+8 -8
View File
@@ -2,14 +2,14 @@
// FUN: factorial // FUN: factorial
BB 0 BB 0
CONTENT CONTENT
1 FUN public fun factorial(i: kotlin.Int): kotlin.Int 1 FUN name:factorial visibility:public modality:FINAL <> (i:kotlin.Int) returnType:Int flags:
2 CONST Int type=kotlin.Int value='1' 2 CONST Int type=kotlin.Int value=1
3 VAR var result: kotlin.Int 3 VAR name:result type:kotlin.Int flags:var
4 CONST Int type=kotlin.Int value='2' 4 CONST Int type=kotlin.Int value=2
5 GET_VAR 'value-parameter i: Int' type=kotlin.Int origin=null 5 GET_VAR 'value-parameter i: Int' type=kotlin.Int origin=null
6 CALL 'rangeTo(Int): IntRange' type=kotlin.ranges.IntRange origin=RANGE 6 CALL 'rangeTo(Int): IntRange' type=kotlin.ranges.IntRange origin=RANGE
7 CALL 'iterator(): IntIterator' type=kotlin.collections.IntIterator origin=FOR_LOOP_ITERATOR 7 CALL 'iterator(): IntIterator' type=kotlin.collections.IntIterator origin=FOR_LOOP_ITERATOR
8 VAR FOR_LOOP_ITERATOR val tmp0_iterator: kotlin.collections.IntIterator 8 VAR FOR_LOOP_ITERATOR name:tmp0_iterator type:kotlin.collections.IntIterator flags:val
9 WHILE label=null origin=FOR_LOOP_INNER_WHILE 9 WHILE label=null origin=FOR_LOOP_INNER_WHILE
OUTGOING -> BB 1 OUTGOING -> BB 1
While entry: WHILE label=null origin=FOR_LOOP_INNER_WHILE While entry: WHILE label=null origin=FOR_LOOP_INNER_WHILE
@@ -26,7 +26,7 @@ INCOMING <- BB 1
CONTENT CONTENT
1 GET_VAR 'tmp0_iterator: IntIterator' type=kotlin.collections.IntIterator origin=null 1 GET_VAR 'tmp0_iterator: IntIterator' type=kotlin.collections.IntIterator origin=null
2 CALL 'next(): Int' type=kotlin.Int origin=FOR_LOOP_NEXT 2 CALL 'next(): Int' type=kotlin.Int origin=FOR_LOOP_NEXT
3 VAR FOR_LOOP_VARIABLE val j: kotlin.Int 3 VAR FOR_LOOP_VARIABLE name:j type:kotlin.Int flags:val
4 SET_VAR 'result: Int' type=kotlin.Unit origin=MULTEQ 4 SET_VAR 'result: Int' type=kotlin.Unit origin=MULTEQ
OUTGOING -> BB 1 OUTGOING -> BB 1
While entry: WHILE label=null origin=FOR_LOOP_INNER_WHILE While entry: WHILE label=null origin=FOR_LOOP_INNER_WHILE
@@ -41,9 +41,9 @@ INCOMING <- BB 3
While exit: WHILE label=null origin=FOR_LOOP_INNER_WHILE While exit: WHILE label=null origin=FOR_LOOP_INNER_WHILE
CONTENT CONTENT
1 GET_VAR 'result: Int' type=kotlin.Int origin=null 1 GET_VAR 'result: Int' type=kotlin.Int origin=null
2 RETURN type=kotlin.Nothing from='factorial(Int): Int' 2 RETURN type=kotlin.Nothing from=factorial(Int): Int'
OUTGOING -> NONE OUTGOING -> NONE
Function exit: FUN public fun factorial(i: kotlin.Int): kotlin.Int Function exit: FUN name:factorial visibility:public modality:FINAL <> (i:kotlin.Int) returnType:Int flags:
// END FUN: factorial // END FUN: factorial
+10 -10
View File
@@ -2,16 +2,16 @@
// FUN: isPerfect // FUN: isPerfect
BB 0 BB 0
CONTENT CONTENT
1 FUN public fun isPerfect(n: kotlin.Int): kotlin.Boolean 1 FUN name:isPerfect visibility:public modality:FINAL <> (n:kotlin.Int) returnType:Boolean flags:
2 CONST Int type=kotlin.Int value='1' 2 CONST Int type=kotlin.Int value=1
3 VAR var sum: kotlin.Int 3 VAR name:sum type:kotlin.Int flags:var
4 CONST Int type=kotlin.Int value='2' 4 CONST Int type=kotlin.Int value=2
5 GET_VAR 'value-parameter n: Int' type=kotlin.Int origin=null 5 GET_VAR 'value-parameter n: Int' type=kotlin.Int origin=null
6 CONST Int type=kotlin.Int value='2' 6 CONST Int type=kotlin.Int value=2
7 CALL 'div(Int): Int' type=kotlin.Int origin=DIV 7 CALL 'div(Int): Int' type=kotlin.Int origin=DIV
8 CALL 'rangeTo(Int): IntRange' type=kotlin.ranges.IntRange origin=RANGE 8 CALL 'rangeTo(Int): IntRange' type=kotlin.ranges.IntRange origin=RANGE
9 CALL 'iterator(): IntIterator' type=kotlin.collections.IntIterator origin=FOR_LOOP_ITERATOR 9 CALL 'iterator(): IntIterator' type=kotlin.collections.IntIterator origin=FOR_LOOP_ITERATOR
10 VAR FOR_LOOP_ITERATOR val tmp0_iterator: kotlin.collections.IntIterator 10 VAR FOR_LOOP_ITERATOR name:tmp0_iterator type:kotlin.collections.IntIterator flags:val
11 WHILE label=null origin=FOR_LOOP_INNER_WHILE 11 WHILE label=null origin=FOR_LOOP_INNER_WHILE
OUTGOING -> BB 1 OUTGOING -> BB 1
While entry: WHILE label=null origin=FOR_LOOP_INNER_WHILE While entry: WHILE label=null origin=FOR_LOOP_INNER_WHILE
@@ -28,12 +28,12 @@ INCOMING <- BB 1
CONTENT CONTENT
1 GET_VAR 'tmp0_iterator: IntIterator' type=kotlin.collections.IntIterator origin=null 1 GET_VAR 'tmp0_iterator: IntIterator' type=kotlin.collections.IntIterator origin=null
2 CALL 'next(): Int' type=kotlin.Int origin=FOR_LOOP_NEXT 2 CALL 'next(): Int' type=kotlin.Int origin=FOR_LOOP_NEXT
3 VAR FOR_LOOP_VARIABLE val m: kotlin.Int 3 VAR FOR_LOOP_VARIABLE name:m type:kotlin.Int flags:val
4 WHEN type=kotlin.Unit origin=null 4 WHEN type=kotlin.Unit origin=null
5 GET_VAR 'value-parameter n: Int' type=kotlin.Int origin=null 5 GET_VAR 'value-parameter n: Int' type=kotlin.Int origin=null
6 GET_VAR 'm: Int' type=kotlin.Int origin=null 6 GET_VAR 'm: Int' type=kotlin.Int origin=null
7 CALL 'rem(Int): Int' type=kotlin.Int origin=PERC 7 CALL 'rem(Int): Int' type=kotlin.Int origin=PERC
8 CONST Int type=kotlin.Int value='0' 8 CONST Int type=kotlin.Int value=0
9 CALL 'compareTo(Int): Int' type=kotlin.Int origin=GT 9 CALL 'compareTo(Int): Int' type=kotlin.Int origin=GT
OUTGOING -> BB 3, 4 OUTGOING -> BB 3, 4
CALL 'GT0(Int): Boolean' type=kotlin.Boolean origin=GT CALL 'GT0(Int): Boolean' type=kotlin.Boolean origin=GT
@@ -81,9 +81,9 @@ CONTENT
1 GET_VAR 'sum: Int' type=kotlin.Int origin=null 1 GET_VAR 'sum: Int' type=kotlin.Int origin=null
2 GET_VAR 'value-parameter n: Int' type=kotlin.Int origin=null 2 GET_VAR 'value-parameter n: Int' type=kotlin.Int origin=null
3 CALL 'EQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQ 3 CALL 'EQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQ
4 RETURN type=kotlin.Nothing from='isPerfect(Int): Boolean' 4 RETURN type=kotlin.Nothing from=isPerfect(Int): Boolean'
OUTGOING -> NONE OUTGOING -> NONE
Function exit: FUN public fun isPerfect(n: kotlin.Int): kotlin.Boolean Function exit: FUN name:isPerfect visibility:public modality:FINAL <> (n:kotlin.Int) returnType:Boolean flags:
// END FUN: isPerfect // END FUN: isPerfect
+3 -3
View File
@@ -2,11 +2,11 @@
// FUN: foo // FUN: foo
BB 0 BB 0
CONTENT CONTENT
1 FUN public fun foo(): kotlin.Unit 1 FUN name:foo visibility:public modality:FINAL <> () returnType:Unit flags:
2 GET_OBJECT 'Unit' type=kotlin.Unit 2 GET_OBJECT 'Unit' type=kotlin.Unit
3 RETURN type=kotlin.Nothing from='foo(): Unit' 3 RETURN type=kotlin.Nothing from=foo(): Unit'
OUTGOING -> NONE OUTGOING -> NONE
Function exit: FUN public fun foo(): kotlin.Unit Function exit: FUN name:foo visibility:public modality:FINAL <> () returnType:Unit flags:
// END FUN: foo // END FUN: foo
+5 -5
View File
@@ -2,15 +2,15 @@
// FUN: foo // FUN: foo
BB 0 BB 0
CONTENT CONTENT
1 FUN public fun foo(arg: kotlin.Int): kotlin.Int 1 FUN name:foo visibility:public modality:FINAL <> (arg:kotlin.Int) returnType:Int flags:
2 GET_VAR 'value-parameter arg: Int' type=kotlin.Int origin=null 2 GET_VAR 'value-parameter arg: Int' type=kotlin.Int origin=null
3 CONST Int type=kotlin.Int value='2' 3 CONST Int type=kotlin.Int value=2
4 CALL 'times(Int): Int' type=kotlin.Int origin=MUL 4 CALL 'times(Int): Int' type=kotlin.Int origin=MUL
5 VAR val dbl: kotlin.Int 5 VAR name:dbl type:kotlin.Int flags:val
6 GET_VAR 'dbl: Int' type=kotlin.Int origin=null 6 GET_VAR 'dbl: Int' type=kotlin.Int origin=null
7 RETURN type=kotlin.Nothing from='foo(Int): Int' 7 RETURN type=kotlin.Nothing from=foo(Int): Int'
OUTGOING -> NONE OUTGOING -> NONE
Function exit: FUN public fun foo(arg: kotlin.Int): kotlin.Int Function exit: FUN name:foo visibility:public modality:FINAL <> (arg:kotlin.Int) returnType:Int flags:
// END FUN: foo // END FUN: foo
+2 -2
View File
@@ -2,9 +2,9 @@
// FUN: foo // FUN: foo
BB 0 BB 0
CONTENT CONTENT
1 FUN public fun foo(): kotlin.Unit 1 FUN name:foo visibility:public modality:FINAL <> () returnType:Unit flags:
OUTGOING -> NONE OUTGOING -> NONE
Function exit: FUN public fun foo(): kotlin.Unit Function exit: FUN name:foo visibility:public modality:FINAL <> () returnType:Unit flags:
// END FUN: foo // END FUN: foo
+3 -3
View File
@@ -2,11 +2,11 @@
// FUN: foo // FUN: foo
BB 0 BB 0
CONTENT CONTENT
1 FUN public fun foo(): kotlin.Unit 1 FUN name:foo visibility:public modality:FINAL <> () returnType:Unit flags:
2 GET_OBJECT 'Unit' type=kotlin.Unit 2 GET_OBJECT 'Unit' type=kotlin.Unit
3 RETURN type=kotlin.Nothing from='foo(): Unit' 3 RETURN type=kotlin.Nothing from=foo(): Unit'
OUTGOING -> NONE OUTGOING -> NONE
Function exit: FUN public fun foo(): kotlin.Unit Function exit: FUN name:foo visibility:public modality:FINAL <> () returnType:Unit flags:
// END FUN: foo // END FUN: foo
+8 -8
View File
@@ -2,7 +2,7 @@
// FUN: compare // FUN: compare
BB 0 BB 0
CONTENT CONTENT
1 FUN public fun compare(x: kotlin.Int, y: kotlin.Int): kotlin.Int 1 FUN name:compare visibility:public modality:FINAL <> (x:kotlin.Int, y:kotlin.Int) returnType:Int flags:
2 WHEN type=kotlin.Int origin=WHEN 2 WHEN type=kotlin.Int origin=WHEN
3 GET_VAR 'value-parameter x: Int' type=kotlin.Int origin=null 3 GET_VAR 'value-parameter x: Int' type=kotlin.Int origin=null
4 GET_VAR 'value-parameter y: Int' type=kotlin.Int origin=null 4 GET_VAR 'value-parameter y: Int' type=kotlin.Int origin=null
@@ -23,35 +23,35 @@ INCOMING <- BB 1
CALL 'LT0(Int): Boolean' type=kotlin.Boolean origin=LT CALL 'LT0(Int): Boolean' type=kotlin.Boolean origin=LT
CONTENT CONTENT
OUTGOING -> BB 5 OUTGOING -> BB 5
CONST Boolean type=kotlin.Boolean value='true' CONST Boolean type=kotlin.Boolean value=true
BB 3 BB 3
INCOMING <- BB 0 INCOMING <- BB 0
CALL 'GT0(Int): Boolean' type=kotlin.Boolean origin=GT CALL 'GT0(Int): Boolean' type=kotlin.Boolean origin=GT
CONTENT CONTENT
1 CONST Int type=kotlin.Int value='1' 1 CONST Int type=kotlin.Int value=1
OUTGOING -> BB 6 OUTGOING -> BB 6
When exit: WHEN type=kotlin.Int origin=WHEN When exit: WHEN type=kotlin.Int origin=WHEN
BB 4 BB 4
INCOMING <- BB 1 INCOMING <- BB 1
CALL 'LT0(Int): Boolean' type=kotlin.Boolean origin=LT CALL 'LT0(Int): Boolean' type=kotlin.Boolean origin=LT
CONTENT CONTENT
1 CONST Int type=kotlin.Int value='-1' 1 CONST Int type=kotlin.Int value=-1
OUTGOING -> BB 6 OUTGOING -> BB 6
When exit: WHEN type=kotlin.Int origin=WHEN When exit: WHEN type=kotlin.Int origin=WHEN
BB 5 BB 5
INCOMING <- BB 2 INCOMING <- BB 2
CONST Boolean type=kotlin.Boolean value='true' CONST Boolean type=kotlin.Boolean value=true
CONTENT CONTENT
1 CONST Int type=kotlin.Int value='0' 1 CONST Int type=kotlin.Int value=0
OUTGOING -> BB 6 OUTGOING -> BB 6
When exit: WHEN type=kotlin.Int origin=WHEN When exit: WHEN type=kotlin.Int origin=WHEN
BB 6 BB 6
INCOMING <- BB 3, 4, 5 INCOMING <- BB 3, 4, 5
When exit: WHEN type=kotlin.Int origin=WHEN When exit: WHEN type=kotlin.Int origin=WHEN
CONTENT CONTENT
1 RETURN type=kotlin.Nothing from='compare(Int, Int): Int' 1 RETURN type=kotlin.Nothing from=compare(Int, Int): Int'
OUTGOING -> NONE OUTGOING -> NONE
Function exit: FUN public fun compare(x: kotlin.Int, y: kotlin.Int): kotlin.Int Function exit: FUN name:compare visibility:public modality:FINAL <> (x:kotlin.Int, y:kotlin.Int) returnType:Int flags:
// END FUN: compare // END FUN: compare
+6 -6
View File
@@ -2,24 +2,24 @@
// FUN: empty // FUN: empty
BB 0 BB 0
CONTENT CONTENT
1 FUN public fun empty(): kotlin.Int 1 FUN name:empty visibility:public modality:FINAL <> () returnType:Int flags:
2 WHEN type=kotlin.Int origin=WHEN 2 WHEN type=kotlin.Int origin=WHEN
OUTGOING -> BB 1 OUTGOING -> BB 1
CONST Boolean type=kotlin.Boolean value='true' CONST Boolean type=kotlin.Boolean value=true
BB 1 BB 1
INCOMING <- BB 0 INCOMING <- BB 0
CONST Boolean type=kotlin.Boolean value='true' CONST Boolean type=kotlin.Boolean value=true
CONTENT CONTENT
1 CONST Int type=kotlin.Int value='42' 1 CONST Int type=kotlin.Int value=42
OUTGOING -> BB 2 OUTGOING -> BB 2
When exit: WHEN type=kotlin.Int origin=WHEN When exit: WHEN type=kotlin.Int origin=WHEN
BB 2 BB 2
INCOMING <- BB 1 INCOMING <- BB 1
When exit: WHEN type=kotlin.Int origin=WHEN When exit: WHEN type=kotlin.Int origin=WHEN
CONTENT CONTENT
1 RETURN type=kotlin.Nothing from='empty(): Int' 1 RETURN type=kotlin.Nothing from=empty(): Int'
OUTGOING -> NONE OUTGOING -> NONE
Function exit: FUN public fun empty(): kotlin.Int Function exit: FUN name:empty visibility:public modality:FINAL <> () returnType:Int flags:
// END FUN: empty // END FUN: empty
+5 -5
View File
@@ -2,7 +2,7 @@
// FUN: max // FUN: max
BB 0 BB 0
CONTENT CONTENT
1 FUN public fun max(x: kotlin.Int, y: kotlin.Int): kotlin.Int 1 FUN name:max visibility:public modality:FINAL <> (x:kotlin.Int, y:kotlin.Int) returnType:Int flags:
2 WHEN type=kotlin.Int origin=null 2 WHEN type=kotlin.Int origin=null
3 GET_VAR 'value-parameter x: Int' type=kotlin.Int origin=null 3 GET_VAR 'value-parameter x: Int' type=kotlin.Int origin=null
4 GET_VAR 'value-parameter y: Int' type=kotlin.Int origin=null 4 GET_VAR 'value-parameter y: Int' type=kotlin.Int origin=null
@@ -14,7 +14,7 @@ INCOMING <- BB 0
CALL 'GT0(Int): Boolean' type=kotlin.Boolean origin=GT CALL 'GT0(Int): Boolean' type=kotlin.Boolean origin=GT
CONTENT CONTENT
OUTGOING -> BB 3 OUTGOING -> BB 3
CONST Boolean type=kotlin.Boolean value='true' CONST Boolean type=kotlin.Boolean value=true
BB 2 BB 2
INCOMING <- BB 0 INCOMING <- BB 0
CALL 'GT0(Int): Boolean' type=kotlin.Boolean origin=GT CALL 'GT0(Int): Boolean' type=kotlin.Boolean origin=GT
@@ -24,7 +24,7 @@ OUTGOING -> BB 4
When exit: WHEN type=kotlin.Int origin=null When exit: WHEN type=kotlin.Int origin=null
BB 3 BB 3
INCOMING <- BB 1 INCOMING <- BB 1
CONST Boolean type=kotlin.Boolean value='true' CONST Boolean type=kotlin.Boolean value=true
CONTENT CONTENT
1 GET_VAR 'value-parameter y: Int' type=kotlin.Int origin=null 1 GET_VAR 'value-parameter y: Int' type=kotlin.Int origin=null
OUTGOING -> BB 4 OUTGOING -> BB 4
@@ -33,9 +33,9 @@ BB 4
INCOMING <- BB 2, 3 INCOMING <- BB 2, 3
When exit: WHEN type=kotlin.Int origin=null When exit: WHEN type=kotlin.Int origin=null
CONTENT CONTENT
1 RETURN type=kotlin.Nothing from='max(Int, Int): Int' 1 RETURN type=kotlin.Nothing from=max(Int, Int): Int'
OUTGOING -> NONE OUTGOING -> NONE
Function exit: FUN public fun max(x: kotlin.Int, y: kotlin.Int): kotlin.Int Function exit: FUN name:max visibility:public modality:FINAL <> (x:kotlin.Int, y:kotlin.Int) returnType:Int flags:
// END FUN: max // END FUN: max
+32 -32
View File
@@ -2,10 +2,10 @@
// FUN: minBiRoot // FUN: minBiRoot
BB 0 BB 0
CONTENT CONTENT
1 FUN public fun minBiRoot(a: kotlin.Double, b: kotlin.Double, c: kotlin.Double): kotlin.Double 1 FUN name:minBiRoot visibility:public modality:FINAL <> (a:kotlin.Double, b:kotlin.Double, c:kotlin.Double) returnType:Double flags:
2 WHEN type=kotlin.Unit origin=null 2 WHEN type=kotlin.Unit origin=null
3 GET_VAR 'value-parameter a: Double' type=kotlin.Double origin=null 3 GET_VAR 'value-parameter a: Double' type=kotlin.Double origin=null
4 CONST Double type=kotlin.Double value='0.0' 4 CONST Double type=kotlin.Double value=0.0
OUTGOING -> BB 1, 6 OUTGOING -> BB 1, 6
CALL 'EQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQ CALL 'EQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQ
BB 1 BB 1
@@ -14,17 +14,17 @@ INCOMING <- BB 0
CONTENT CONTENT
1 WHEN type=kotlin.Unit origin=null 1 WHEN type=kotlin.Unit origin=null
2 GET_VAR 'value-parameter b: Double' type=kotlin.Double origin=null 2 GET_VAR 'value-parameter b: Double' type=kotlin.Double origin=null
3 CONST Double type=kotlin.Double value='0.0' 3 CONST Double type=kotlin.Double value=0.0
OUTGOING -> BB 2, 3 OUTGOING -> BB 2, 3
CALL 'EQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQ CALL 'EQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQ
BB 2 BB 2
INCOMING <- BB 1 INCOMING <- BB 1
CALL 'EQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQ CALL 'EQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQ
CONTENT CONTENT
1 CONST Double type=kotlin.Double value='1.0' 1 CONST Double type=kotlin.Double value=1.0
2 RETURN type=kotlin.Nothing from='minBiRoot(Double, Double, Double): Double' 2 RETURN type=kotlin.Nothing from=minBiRoot(Double, Double, Double): Double'
OUTGOING -> NONE OUTGOING -> NONE
Function exit: FUN public fun minBiRoot(a: kotlin.Double, b: kotlin.Double, c: kotlin.Double): kotlin.Double Function exit: FUN name:minBiRoot visibility:public modality:FINAL <> (a:kotlin.Double, b:kotlin.Double, c:kotlin.Double) returnType:Double flags:
BB 3 BB 3
INCOMING <- BB 1 INCOMING <- BB 1
CALL 'EQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQ CALL 'EQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQ
@@ -33,10 +33,10 @@ CONTENT
2 CALL 'unaryMinus(): Double' type=kotlin.Double origin=UMINUS 2 CALL 'unaryMinus(): Double' type=kotlin.Double origin=UMINUS
3 GET_VAR 'value-parameter b: Double' type=kotlin.Double origin=null 3 GET_VAR 'value-parameter b: Double' type=kotlin.Double origin=null
4 CALL 'div(Double): Double' type=kotlin.Double origin=DIV 4 CALL 'div(Double): Double' type=kotlin.Double origin=DIV
5 VAR val bc: kotlin.Double 5 VAR name:bc type:kotlin.Double flags:val
6 WHEN type=kotlin.Unit origin=null 6 WHEN type=kotlin.Unit origin=null
7 GET_VAR 'bc: Double' type=kotlin.Double origin=null 7 GET_VAR 'bc: Double' type=kotlin.Double origin=null
8 CONST Double type=kotlin.Double value='0.0' 8 CONST Double type=kotlin.Double value=0.0
9 CALL 'compareTo(Double): Int' type=kotlin.Int origin=LT 9 CALL 'compareTo(Double): Int' type=kotlin.Int origin=LT
OUTGOING -> BB 4, 5 OUTGOING -> BB 4, 5
CALL 'LT0(Int): Boolean' type=kotlin.Boolean origin=LT CALL 'LT0(Int): Boolean' type=kotlin.Boolean origin=LT
@@ -44,19 +44,19 @@ BB 4
INCOMING <- BB 3 INCOMING <- BB 3
CALL 'LT0(Int): Boolean' type=kotlin.Boolean origin=LT CALL 'LT0(Int): Boolean' type=kotlin.Boolean origin=LT
CONTENT CONTENT
1 CONST Double type=kotlin.Double value='2.0' 1 CONST Double type=kotlin.Double value=2.0
2 RETURN type=kotlin.Nothing from='minBiRoot(Double, Double, Double): Double' 2 RETURN type=kotlin.Nothing from=minBiRoot(Double, Double, Double): Double'
OUTGOING -> NONE OUTGOING -> NONE
Function exit: FUN public fun minBiRoot(a: kotlin.Double, b: kotlin.Double, c: kotlin.Double): kotlin.Double Function exit: FUN name:minBiRoot visibility:public modality:FINAL <> (a:kotlin.Double, b:kotlin.Double, c:kotlin.Double) returnType:Double flags:
BB 5 BB 5
INCOMING <- BB 3 INCOMING <- BB 3
CALL 'LT0(Int): Boolean' type=kotlin.Boolean origin=LT CALL 'LT0(Int): Boolean' type=kotlin.Boolean origin=LT
CONTENT CONTENT
1 GET_VAR 'bc: Double' type=kotlin.Double origin=null 1 GET_VAR 'bc: Double' type=kotlin.Double origin=null
2 CALL 'unaryMinus(): Double' type=kotlin.Double origin=UMINUS 2 CALL 'unaryMinus(): Double' type=kotlin.Double origin=UMINUS
3 RETURN type=kotlin.Nothing from='minBiRoot(Double, Double, Double): Double' 3 RETURN type=kotlin.Nothing from=minBiRoot(Double, Double, Double): Double'
OUTGOING -> NONE OUTGOING -> NONE
Function exit: FUN public fun minBiRoot(a: kotlin.Double, b: kotlin.Double, c: kotlin.Double): kotlin.Double Function exit: FUN name:minBiRoot visibility:public modality:FINAL <> (a:kotlin.Double, b:kotlin.Double, c:kotlin.Double) returnType:Double flags:
BB 6 BB 6
INCOMING <- BB 0 INCOMING <- BB 0
CALL 'EQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQ CALL 'EQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQ
@@ -64,16 +64,16 @@ CONTENT
1 GET_VAR 'value-parameter b: Double' type=kotlin.Double origin=null 1 GET_VAR 'value-parameter b: Double' type=kotlin.Double origin=null
2 GET_VAR 'value-parameter b: Double' type=kotlin.Double origin=null 2 GET_VAR 'value-parameter b: Double' type=kotlin.Double origin=null
3 CALL 'times(Double): Double' type=kotlin.Double origin=MUL 3 CALL 'times(Double): Double' type=kotlin.Double origin=MUL
4 CONST Int type=kotlin.Int value='4' 4 CONST Int type=kotlin.Int value=4
5 GET_VAR 'value-parameter a: Double' type=kotlin.Double origin=null 5 GET_VAR 'value-parameter a: Double' type=kotlin.Double origin=null
6 CALL 'times(Double): Double' type=kotlin.Double origin=MUL 6 CALL 'times(Double): Double' type=kotlin.Double origin=MUL
7 GET_VAR 'value-parameter c: Double' type=kotlin.Double origin=null 7 GET_VAR 'value-parameter c: Double' type=kotlin.Double origin=null
8 CALL 'times(Double): Double' type=kotlin.Double origin=MUL 8 CALL 'times(Double): Double' type=kotlin.Double origin=MUL
9 CALL 'minus(Double): Double' type=kotlin.Double origin=MINUS 9 CALL 'minus(Double): Double' type=kotlin.Double origin=MINUS
10 VAR val d: kotlin.Double 10 VAR name:d type:kotlin.Double flags:val
11 WHEN type=kotlin.Unit origin=null 11 WHEN type=kotlin.Unit origin=null
12 GET_VAR 'd: Double' type=kotlin.Double origin=null 12 GET_VAR 'd: Double' type=kotlin.Double origin=null
13 CONST Double type=kotlin.Double value='0.0' 13 CONST Double type=kotlin.Double value=0.0
14 CALL 'compareTo(Double): Int' type=kotlin.Int origin=LT 14 CALL 'compareTo(Double): Int' type=kotlin.Int origin=LT
OUTGOING -> BB 7, 8 OUTGOING -> BB 7, 8
CALL 'LT0(Int): Boolean' type=kotlin.Boolean origin=LT CALL 'LT0(Int): Boolean' type=kotlin.Boolean origin=LT
@@ -81,10 +81,10 @@ BB 7
INCOMING <- BB 6 INCOMING <- BB 6
CALL 'LT0(Int): Boolean' type=kotlin.Boolean origin=LT CALL 'LT0(Int): Boolean' type=kotlin.Boolean origin=LT
CONTENT CONTENT
1 CONST Double type=kotlin.Double value='3.0' 1 CONST Double type=kotlin.Double value=3.0
2 RETURN type=kotlin.Nothing from='minBiRoot(Double, Double, Double): Double' 2 RETURN type=kotlin.Nothing from=minBiRoot(Double, Double, Double): Double'
OUTGOING -> NONE OUTGOING -> NONE
Function exit: FUN public fun minBiRoot(a: kotlin.Double, b: kotlin.Double, c: kotlin.Double): kotlin.Double Function exit: FUN name:minBiRoot visibility:public modality:FINAL <> (a:kotlin.Double, b:kotlin.Double, c:kotlin.Double) returnType:Double flags:
BB 8 BB 8
INCOMING <- BB 6 INCOMING <- BB 6
CALL 'LT0(Int): Boolean' type=kotlin.Boolean origin=LT CALL 'LT0(Int): Boolean' type=kotlin.Boolean origin=LT
@@ -93,20 +93,20 @@ CONTENT
2 CALL 'unaryMinus(): Double' type=kotlin.Double origin=UMINUS 2 CALL 'unaryMinus(): Double' type=kotlin.Double origin=UMINUS
3 GET_VAR 'd: Double' type=kotlin.Double origin=null 3 GET_VAR 'd: Double' type=kotlin.Double origin=null
4 CALL 'plus(Double): Double' type=kotlin.Double origin=PLUS 4 CALL 'plus(Double): Double' type=kotlin.Double origin=PLUS
5 CONST Int type=kotlin.Int value='2' 5 CONST Int type=kotlin.Int value=2
6 GET_VAR 'value-parameter a: Double' type=kotlin.Double origin=null 6 GET_VAR 'value-parameter a: Double' type=kotlin.Double origin=null
7 CALL 'times(Double): Double' type=kotlin.Double origin=MUL 7 CALL 'times(Double): Double' type=kotlin.Double origin=MUL
8 CALL 'div(Double): Double' type=kotlin.Double origin=DIV 8 CALL 'div(Double): Double' type=kotlin.Double origin=DIV
9 VAR val y1: kotlin.Double 9 VAR name:y1 type:kotlin.Double flags:val
10 GET_VAR 'value-parameter b: Double' type=kotlin.Double origin=null 10 GET_VAR 'value-parameter b: Double' type=kotlin.Double origin=null
11 CALL 'unaryMinus(): Double' type=kotlin.Double origin=UMINUS 11 CALL 'unaryMinus(): Double' type=kotlin.Double origin=UMINUS
12 GET_VAR 'd: Double' type=kotlin.Double origin=null 12 GET_VAR 'd: Double' type=kotlin.Double origin=null
13 CALL 'minus(Double): Double' type=kotlin.Double origin=MINUS 13 CALL 'minus(Double): Double' type=kotlin.Double origin=MINUS
14 CONST Int type=kotlin.Int value='2' 14 CONST Int type=kotlin.Int value=2
15 GET_VAR 'value-parameter a: Double' type=kotlin.Double origin=null 15 GET_VAR 'value-parameter a: Double' type=kotlin.Double origin=null
16 CALL 'times(Double): Double' type=kotlin.Double origin=MUL 16 CALL 'times(Double): Double' type=kotlin.Double origin=MUL
17 CALL 'div(Double): Double' type=kotlin.Double origin=DIV 17 CALL 'div(Double): Double' type=kotlin.Double origin=DIV
18 VAR val y2: kotlin.Double 18 VAR name:y2 type:kotlin.Double flags:val
19 WHEN type=kotlin.Double origin=null 19 WHEN type=kotlin.Double origin=null
20 GET_VAR 'y1: Double' type=kotlin.Double origin=null 20 GET_VAR 'y1: Double' type=kotlin.Double origin=null
21 GET_VAR 'y2: Double' type=kotlin.Double origin=null 21 GET_VAR 'y2: Double' type=kotlin.Double origin=null
@@ -118,7 +118,7 @@ INCOMING <- BB 8
CALL 'GT0(Int): Boolean' type=kotlin.Boolean origin=GT CALL 'GT0(Int): Boolean' type=kotlin.Boolean origin=GT
CONTENT CONTENT
OUTGOING -> BB 11 OUTGOING -> BB 11
CONST Boolean type=kotlin.Boolean value='true' CONST Boolean type=kotlin.Boolean value=true
BB 10 BB 10
INCOMING <- BB 8 INCOMING <- BB 8
CALL 'GT0(Int): Boolean' type=kotlin.Boolean origin=GT CALL 'GT0(Int): Boolean' type=kotlin.Boolean origin=GT
@@ -128,7 +128,7 @@ OUTGOING -> BB 12
When exit: WHEN type=kotlin.Double origin=null When exit: WHEN type=kotlin.Double origin=null
BB 11 BB 11
INCOMING <- BB 9 INCOMING <- BB 9
CONST Boolean type=kotlin.Boolean value='true' CONST Boolean type=kotlin.Boolean value=true
CONTENT CONTENT
1 GET_VAR 'y2: Double' type=kotlin.Double origin=null 1 GET_VAR 'y2: Double' type=kotlin.Double origin=null
OUTGOING -> BB 12 OUTGOING -> BB 12
@@ -137,10 +137,10 @@ BB 12
INCOMING <- BB 10, 11 INCOMING <- BB 10, 11
When exit: WHEN type=kotlin.Double origin=null When exit: WHEN type=kotlin.Double origin=null
CONTENT CONTENT
1 VAR val y3: kotlin.Double 1 VAR name:y3 type:kotlin.Double flags:val
2 WHEN type=kotlin.Double origin=null 2 WHEN type=kotlin.Double origin=null
3 GET_VAR 'y3: Double' type=kotlin.Double origin=null 3 GET_VAR 'y3: Double' type=kotlin.Double origin=null
4 CONST Double type=kotlin.Double value='0.0' 4 CONST Double type=kotlin.Double value=0.0
5 CALL 'compareTo(Double): Int' type=kotlin.Int origin=LT 5 CALL 'compareTo(Double): Int' type=kotlin.Int origin=LT
OUTGOING -> BB 13, 14 OUTGOING -> BB 13, 14
CALL 'LT0(Int): Boolean' type=kotlin.Boolean origin=LT CALL 'LT0(Int): Boolean' type=kotlin.Boolean origin=LT
@@ -149,17 +149,17 @@ INCOMING <- BB 12
CALL 'LT0(Int): Boolean' type=kotlin.Boolean origin=LT CALL 'LT0(Int): Boolean' type=kotlin.Boolean origin=LT
CONTENT CONTENT
OUTGOING -> BB 15 OUTGOING -> BB 15
CONST Boolean type=kotlin.Boolean value='true' CONST Boolean type=kotlin.Boolean value=true
BB 14 BB 14
INCOMING <- BB 12 INCOMING <- BB 12
CALL 'LT0(Int): Boolean' type=kotlin.Boolean origin=LT CALL 'LT0(Int): Boolean' type=kotlin.Boolean origin=LT
CONTENT CONTENT
1 CONST Double type=kotlin.Double value='4.0' 1 CONST Double type=kotlin.Double value=4.0
OUTGOING -> BB 16 OUTGOING -> BB 16
When exit: WHEN type=kotlin.Double origin=null When exit: WHEN type=kotlin.Double origin=null
BB 15 BB 15
INCOMING <- BB 13 INCOMING <- BB 13
CONST Boolean type=kotlin.Boolean value='true' CONST Boolean type=kotlin.Boolean value=true
CONTENT CONTENT
1 GET_VAR 'y3: Double' type=kotlin.Double origin=null 1 GET_VAR 'y3: Double' type=kotlin.Double origin=null
2 CALL 'unaryMinus(): Double' type=kotlin.Double origin=UMINUS 2 CALL 'unaryMinus(): Double' type=kotlin.Double origin=UMINUS
@@ -169,9 +169,9 @@ BB 16
INCOMING <- BB 14, 15 INCOMING <- BB 14, 15
When exit: WHEN type=kotlin.Double origin=null When exit: WHEN type=kotlin.Double origin=null
CONTENT CONTENT
1 RETURN type=kotlin.Nothing from='minBiRoot(Double, Double, Double): Double' 1 RETURN type=kotlin.Nothing from=minBiRoot(Double, Double, Double): Double'
OUTGOING -> NONE OUTGOING -> NONE
Function exit: FUN public fun minBiRoot(a: kotlin.Double, b: kotlin.Double, c: kotlin.Double): kotlin.Double Function exit: FUN name:minBiRoot visibility:public modality:FINAL <> (a:kotlin.Double, b:kotlin.Double, c:kotlin.Double) returnType:Double flags:
// END FUN: minBiRoot // END FUN: minBiRoot
+27 -27
View File
@@ -2,12 +2,12 @@
// FUN: toString // FUN: toString
BB 0 BB 0
CONTENT CONTENT
1 FUN public fun toString(grade: kotlin.String): kotlin.String 1 FUN name:toString visibility:public modality:FINAL <> (grade:kotlin.String) returnType:String flags:
2 GET_VAR 'value-parameter grade: String' type=kotlin.String origin=null 2 GET_VAR 'value-parameter grade: String' type=kotlin.String origin=null
3 VAR IR_TEMPORARY_VARIABLE val tmp0_subject: kotlin.String 3 VAR IR_TEMPORARY_VARIABLE name:tmp0_subject type:kotlin.String flags:val
4 WHEN type=kotlin.Nothing origin=WHEN 4 WHEN type=kotlin.Nothing origin=WHEN
5 GET_VAR 'tmp0_subject: String' type=kotlin.String origin=null 5 GET_VAR 'tmp0_subject: String' type=kotlin.String origin=null
6 CONST String type=kotlin.String value='A' 6 CONST String type=kotlin.String value=A
OUTGOING -> BB 1, 5 OUTGOING -> BB 1, 5
CALL 'EQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQ CALL 'EQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQ
BB 1 BB 1
@@ -15,7 +15,7 @@ INCOMING <- BB 0
CALL 'EQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQ CALL 'EQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQ
CONTENT CONTENT
1 GET_VAR 'tmp0_subject: String' type=kotlin.String origin=null 1 GET_VAR 'tmp0_subject: String' type=kotlin.String origin=null
2 CONST String type=kotlin.String value='B' 2 CONST String type=kotlin.String value=B
OUTGOING -> BB 2, 6 OUTGOING -> BB 2, 6
CALL 'EQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQ CALL 'EQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQ
BB 2 BB 2
@@ -23,7 +23,7 @@ INCOMING <- BB 1
CALL 'EQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQ CALL 'EQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQ
CONTENT CONTENT
1 GET_VAR 'tmp0_subject: String' type=kotlin.String origin=null 1 GET_VAR 'tmp0_subject: String' type=kotlin.String origin=null
2 CONST String type=kotlin.String value='C' 2 CONST String type=kotlin.String value=C
OUTGOING -> BB 3, 7 OUTGOING -> BB 3, 7
CALL 'EQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQ CALL 'EQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQ
BB 3 BB 3
@@ -31,7 +31,7 @@ INCOMING <- BB 2
CALL 'EQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQ CALL 'EQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQ
CONTENT CONTENT
1 GET_VAR 'tmp0_subject: String' type=kotlin.String origin=null 1 GET_VAR 'tmp0_subject: String' type=kotlin.String origin=null
2 CONST String type=kotlin.String value='D' 2 CONST String type=kotlin.String value=D
OUTGOING -> BB 4, 8 OUTGOING -> BB 4, 8
CALL 'EQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQ CALL 'EQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQ
BB 4 BB 4
@@ -39,55 +39,55 @@ INCOMING <- BB 3
CALL 'EQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQ CALL 'EQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQ
CONTENT CONTENT
OUTGOING -> BB 9, 10 OUTGOING -> BB 9, 10
CONST Boolean type=kotlin.Boolean value='true' CONST Boolean type=kotlin.Boolean value=true
BB 5 BB 5
INCOMING <- BB 0 INCOMING <- BB 0
CALL 'EQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQ CALL 'EQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQ
CONTENT CONTENT
1 CONST String type=kotlin.String value='Excellent' 1 CONST String type=kotlin.String value=Excellent
2 RETURN type=kotlin.Nothing from='toString(String): String' 2 RETURN type=kotlin.Nothing from=toString(String): String'
OUTGOING -> NONE OUTGOING -> NONE
Function exit: FUN public fun toString(grade: kotlin.String): kotlin.String Function exit: FUN name:toString visibility:public modality:FINAL <> (grade:kotlin.String) returnType:String flags:
BB 6 BB 6
INCOMING <- BB 1 INCOMING <- BB 1
CALL 'EQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQ CALL 'EQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQ
CONTENT CONTENT
1 CONST String type=kotlin.String value='Good' 1 CONST String type=kotlin.String value=Good
2 RETURN type=kotlin.Nothing from='toString(String): String' 2 RETURN type=kotlin.Nothing from=toString(String): String'
OUTGOING -> NONE OUTGOING -> NONE
Function exit: FUN public fun toString(grade: kotlin.String): kotlin.String Function exit: FUN name:toString visibility:public modality:FINAL <> (grade:kotlin.String) returnType:String flags:
BB 7 BB 7
INCOMING <- BB 2 INCOMING <- BB 2
CALL 'EQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQ CALL 'EQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQ
CONTENT CONTENT
1 CONST String type=kotlin.String value='Mediocre' 1 CONST String type=kotlin.String value=Mediocre
2 RETURN type=kotlin.Nothing from='toString(String): String' 2 RETURN type=kotlin.Nothing from=toString(String): String'
OUTGOING -> NONE OUTGOING -> NONE
Function exit: FUN public fun toString(grade: kotlin.String): kotlin.String Function exit: FUN name:toString visibility:public modality:FINAL <> (grade:kotlin.String) returnType:String flags:
BB 8 BB 8
INCOMING <- BB 3 INCOMING <- BB 3
CALL 'EQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQ CALL 'EQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQ
CONTENT CONTENT
1 CONST String type=kotlin.String value='Fair' 1 CONST String type=kotlin.String value=Fair
2 RETURN type=kotlin.Nothing from='toString(String): String' 2 RETURN type=kotlin.Nothing from=toString(String): String'
OUTGOING -> NONE OUTGOING -> NONE
Function exit: FUN public fun toString(grade: kotlin.String): kotlin.String Function exit: FUN name:toString visibility:public modality:FINAL <> (grade:kotlin.String) returnType:String flags:
BB 9 BB 9
INCOMING <- BB 4 INCOMING <- BB 4
CONST Boolean type=kotlin.Boolean value='true' CONST Boolean type=kotlin.Boolean value=true
CONTENT CONTENT
1 CONST String type=kotlin.String value='Failure' 1 CONST String type=kotlin.String value=Failure
2 RETURN type=kotlin.Nothing from='toString(String): String' 2 RETURN type=kotlin.Nothing from=toString(String): String'
OUTGOING -> NONE OUTGOING -> NONE
Function exit: FUN public fun toString(grade: kotlin.String): kotlin.String Function exit: FUN name:toString visibility:public modality:FINAL <> (grade:kotlin.String) returnType:String flags:
BB 10 BB 10
INCOMING <- BB 4 INCOMING <- BB 4
CONST Boolean type=kotlin.Boolean value='true' CONST Boolean type=kotlin.Boolean value=true
CONTENT CONTENT
1 CONST String type=kotlin.String value='???' 1 CONST String type=kotlin.String value=???
2 RETURN type=kotlin.Nothing from='toString(String): String' 2 RETURN type=kotlin.Nothing from=toString(String): String'
OUTGOING -> NONE OUTGOING -> NONE
Function exit: FUN public fun toString(grade: kotlin.String): kotlin.String Function exit: FUN name:toString visibility:public modality:FINAL <> (grade:kotlin.String) returnType:String flags:
// END FUN: toString // END FUN: toString
+42 -42
View File
@@ -1,46 +1,46 @@
FILE /abstractMembers.kt FILE fqName:<root> fileName:/abstractMembers.kt
CLASS CLASS AbstractClass CLASS CLASS name:AbstractClass modality:ABSTRACT visibility:public flags:
$this: VALUE_PARAMETER this@AbstractClass: AbstractClass $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:AbstractClass flags:
CONSTRUCTOR public constructor AbstractClass() CONSTRUCTOR visibility:public <> () returnType:AbstractClass flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='AbstractClass' INSTANCE_INITIALIZER_CALL classDescriptor='AbstractClass'
FUN public abstract fun abstractFun(): kotlin.Unit FUN name:abstractFun visibility:public modality:ABSTRACT <> ($this:AbstractClass) returnType:Unit flags:
$this: VALUE_PARAMETER this@AbstractClass: AbstractClass $this: VALUE_PARAMETER name:<this> type:AbstractClass flags:
PROPERTY public abstract val abstractVal: kotlin.Int PROPERTY name:abstractVal type:kotlin.Int visibility:public modality:ABSTRACT flags:val
FUN DEFAULT_PROPERTY_ACCESSOR public abstract fun <get-abstractVal>(): kotlin.Int FUN DEFAULT_PROPERTY_ACCESSOR name:<get-abstractVal> visibility:public modality:ABSTRACT <> ($this:AbstractClass) returnType:Int flags:
$this: VALUE_PARAMETER this@AbstractClass: AbstractClass $this: VALUE_PARAMETER name:<this> type:AbstractClass flags:
PROPERTY public abstract var abstractVar: kotlin.Int PROPERTY name:abstractVar type:kotlin.Int visibility:public modality:ABSTRACT flags:var
FUN DEFAULT_PROPERTY_ACCESSOR public abstract fun <get-abstractVar>(): kotlin.Int FUN DEFAULT_PROPERTY_ACCESSOR name:<get-abstractVar> visibility:public modality:ABSTRACT <> ($this:AbstractClass) returnType:Int flags:
$this: VALUE_PARAMETER this@AbstractClass: AbstractClass $this: VALUE_PARAMETER name:<this> type:AbstractClass flags:
FUN DEFAULT_PROPERTY_ACCESSOR public abstract fun <set-abstractVar>(<set-?>: kotlin.Int): kotlin.Unit FUN DEFAULT_PROPERTY_ACCESSOR name:<set-abstractVar> visibility:public modality:ABSTRACT <> ($this:AbstractClass, <set-?>:kotlin.Int) returnType:Unit flags:
$this: VALUE_PARAMETER this@AbstractClass: AbstractClass $this: VALUE_PARAMETER name:<this> type:AbstractClass flags:
VALUE_PARAMETER value-parameter <set-?>: kotlin.Int VALUE_PARAMETER name:<set-?> index:0 type:kotlin.Int flags:
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
CLASS INTERFACE Interface CLASS INTERFACE name:Interface modality:ABSTRACT visibility:public flags:
$this: VALUE_PARAMETER this@Interface: Interface $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:Interface flags:
FUN public abstract fun abstractFun(): kotlin.Unit FUN name:abstractFun visibility:public modality:ABSTRACT <> ($this:Interface) returnType:Unit flags:
$this: VALUE_PARAMETER this@Interface: Interface $this: VALUE_PARAMETER name:<this> type:Interface flags:
PROPERTY public abstract val abstractVal: kotlin.Int PROPERTY name:abstractVal type:kotlin.Int visibility:public modality:ABSTRACT flags:val
FUN DEFAULT_PROPERTY_ACCESSOR public abstract fun <get-abstractVal>(): kotlin.Int FUN DEFAULT_PROPERTY_ACCESSOR name:<get-abstractVal> visibility:public modality:ABSTRACT <> ($this:Interface) returnType:Int flags:
$this: VALUE_PARAMETER this@Interface: Interface $this: VALUE_PARAMETER name:<this> type:Interface flags:
PROPERTY public abstract var abstractVar: kotlin.Int PROPERTY name:abstractVar type:kotlin.Int visibility:public modality:ABSTRACT flags:var
FUN DEFAULT_PROPERTY_ACCESSOR public abstract fun <get-abstractVar>(): kotlin.Int FUN DEFAULT_PROPERTY_ACCESSOR name:<get-abstractVar> visibility:public modality:ABSTRACT <> ($this:Interface) returnType:Int flags:
$this: VALUE_PARAMETER this@Interface: Interface $this: VALUE_PARAMETER name:<this> type:Interface flags:
FUN DEFAULT_PROPERTY_ACCESSOR public abstract fun <set-abstractVar>(<set-?>: kotlin.Int): kotlin.Unit FUN DEFAULT_PROPERTY_ACCESSOR name:<set-abstractVar> visibility:public modality:ABSTRACT <> ($this:Interface, <set-?>:kotlin.Int) returnType:Unit flags:
$this: VALUE_PARAMETER this@Interface: Interface $this: VALUE_PARAMETER name:<this> type:Interface flags:
VALUE_PARAMETER value-parameter <set-?>: kotlin.Int VALUE_PARAMETER name:<set-?> index:0 type:kotlin.Int flags:
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
@@ -1,106 +1,106 @@
FILE /argumentReorderingInDelegatingConstructorCall.kt FILE fqName:<root> fileName:/argumentReorderingInDelegatingConstructorCall.kt
CLASS CLASS Base CLASS CLASS name:Base modality:OPEN visibility:public flags:
$this: VALUE_PARAMETER this@Base: Base $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:Base flags:
CONSTRUCTOR public constructor Base(x: kotlin.Int, y: kotlin.Int) CONSTRUCTOR visibility:public <> (x:kotlin.Int, y:kotlin.Int) returnType:Base flags:
VALUE_PARAMETER value-parameter x: kotlin.Int VALUE_PARAMETER name:x index:0 type:kotlin.Int flags:
VALUE_PARAMETER value-parameter y: kotlin.Int VALUE_PARAMETER name:y index:1 type:kotlin.Int flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='Base' INSTANCE_INITIALIZER_CALL classDescriptor='Base'
PROPERTY public final val x: kotlin.Int PROPERTY name:x type:kotlin.Int visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public final val x: kotlin.Int FIELD PROPERTY_BACKING_FIELD name:x type:kotlin.Int visibility:public
EXPRESSION_BODY EXPRESSION_BODY
GET_VAR 'value-parameter x: Int' type=kotlin.Int origin=INITIALIZE_PROPERTY_FROM_PARAMETER GET_VAR 'value-parameter x: Int' type=kotlin.Int origin=INITIALIZE_PROPERTY_FROM_PARAMETER
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-x>(): kotlin.Int FUN DEFAULT_PROPERTY_ACCESSOR name:<get-x> visibility:public modality:FINAL <> ($this:Base) returnType:Int flags:
$this: VALUE_PARAMETER this@Base: Base $this: VALUE_PARAMETER name:<this> type:Base flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-x>(): Int' RETURN type=kotlin.Nothing from=<get-x>(): Int'
GET_FIELD 'x: Int' type=kotlin.Int origin=null GET_FIELD 'x: Int' type=kotlin.Int origin=null
receiver: GET_VAR 'this@Base: Base' type=Base origin=null receiver: GET_VAR 'this@Base: Base' type=Base origin=null
PROPERTY public final val y: kotlin.Int PROPERTY name:y type:kotlin.Int visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public final val y: kotlin.Int FIELD PROPERTY_BACKING_FIELD name:y type:kotlin.Int visibility:public
EXPRESSION_BODY EXPRESSION_BODY
GET_VAR 'value-parameter y: Int' type=kotlin.Int origin=INITIALIZE_PROPERTY_FROM_PARAMETER GET_VAR 'value-parameter y: Int' type=kotlin.Int origin=INITIALIZE_PROPERTY_FROM_PARAMETER
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-y>(): kotlin.Int FUN DEFAULT_PROPERTY_ACCESSOR name:<get-y> visibility:public modality:FINAL <> ($this:Base) returnType:Int flags:
$this: VALUE_PARAMETER this@Base: Base $this: VALUE_PARAMETER name:<this> type:Base flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-y>(): Int' RETURN type=kotlin.Nothing from=<get-y>(): Int'
GET_FIELD 'y: Int' type=kotlin.Int origin=null GET_FIELD 'y: Int' type=kotlin.Int origin=null
receiver: GET_VAR 'this@Base: Base' type=Base origin=null receiver: GET_VAR 'this@Base: Base' type=Base origin=null
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
CLASS CLASS Test1 CLASS CLASS name:Test1 modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@Test1: Test1 $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:Test1 flags:
CONSTRUCTOR public constructor Test1(xx: kotlin.Int, yy: kotlin.Int) CONSTRUCTOR visibility:public <> (xx:kotlin.Int, yy:kotlin.Int) returnType:Test1 flags:
VALUE_PARAMETER value-parameter xx: kotlin.Int VALUE_PARAMETER name:xx index:0 type:kotlin.Int flags:
VALUE_PARAMETER value-parameter yy: kotlin.Int VALUE_PARAMETER name:yy index:1 type:kotlin.Int flags:
BLOCK_BODY BLOCK_BODY
BLOCK type=kotlin.Unit origin=ARGUMENTS_REORDERING_FOR_CALL BLOCK type=kotlin.Unit origin=ARGUMENTS_REORDERING_FOR_CALL
VAR IR_TEMPORARY_VARIABLE val tmp0_y: kotlin.Int VAR IR_TEMPORARY_VARIABLE name:tmp0_y type:kotlin.Int flags:val
GET_VAR 'value-parameter yy: Int' type=kotlin.Int origin=null GET_VAR 'value-parameter yy: Int' type=kotlin.Int origin=null
VAR IR_TEMPORARY_VARIABLE val tmp1_x: kotlin.Int VAR IR_TEMPORARY_VARIABLE name:tmp1_x type:kotlin.Int flags:val
GET_VAR 'value-parameter xx: Int' type=kotlin.Int origin=null GET_VAR 'value-parameter xx: Int' type=kotlin.Int origin=null
DELEGATING_CONSTRUCTOR_CALL 'constructor Base(Int, Int)' DELEGATING_CONSTRUCTOR_CALL 'constructor Base(Int, Int)'
x: GET_VAR 'tmp1_x: Int' type=kotlin.Int origin=null x: GET_VAR 'tmp1_x: Int' type=kotlin.Int origin=null
y: GET_VAR 'tmp0_y: Int' type=kotlin.Int origin=null y: GET_VAR 'tmp0_y: Int' type=kotlin.Int origin=null
INSTANCE_INITIALIZER_CALL classDescriptor='Test1' INSTANCE_INITIALIZER_CALL classDescriptor='Test1'
PROPERTY FAKE_OVERRIDE public final override val x: kotlin.Int PROPERTY FAKE_OVERRIDE name:x type:kotlin.Int visibility:public modality:FINAL flags:val
FUN FAKE_OVERRIDE public final override fun <get-x>(): kotlin.Int FUN FAKE_OVERRIDE name:<get-x> visibility:public modality:FINAL <> ($this:Base) returnType:Int flags:
$this: VALUE_PARAMETER this@Base: Base $this: VALUE_PARAMETER name:<this> type:Base flags:
PROPERTY FAKE_OVERRIDE public final override val y: kotlin.Int PROPERTY FAKE_OVERRIDE name:y type:kotlin.Int visibility:public modality:FINAL flags:val
FUN FAKE_OVERRIDE public final override fun <get-y>(): kotlin.Int FUN FAKE_OVERRIDE name:<get-y> visibility:public modality:FINAL <> ($this:Base) returnType:Int flags:
$this: VALUE_PARAMETER this@Base: Base $this: VALUE_PARAMETER name:<this> type:Base flags:
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
CLASS CLASS Test2 CLASS CLASS name:Test2 modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@Test2: Test2 $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:Test2 flags:
CONSTRUCTOR public constructor Test2(xx: kotlin.Int, yy: kotlin.Int) CONSTRUCTOR visibility:public <> (xx:kotlin.Int, yy:kotlin.Int) returnType:Test2 flags:
VALUE_PARAMETER value-parameter xx: kotlin.Int VALUE_PARAMETER name:xx index:0 type:kotlin.Int flags:
VALUE_PARAMETER value-parameter yy: kotlin.Int VALUE_PARAMETER name:yy index:1 type:kotlin.Int flags:
BLOCK_BODY BLOCK_BODY
BLOCK type=kotlin.Unit origin=ARGUMENTS_REORDERING_FOR_CALL BLOCK type=kotlin.Unit origin=ARGUMENTS_REORDERING_FOR_CALL
VAR IR_TEMPORARY_VARIABLE val tmp0_y: kotlin.Int VAR IR_TEMPORARY_VARIABLE name:tmp0_y type:kotlin.Int flags:val
GET_VAR 'value-parameter yy: Int' type=kotlin.Int origin=null GET_VAR 'value-parameter yy: Int' type=kotlin.Int origin=null
VAR IR_TEMPORARY_VARIABLE val tmp1_x: kotlin.Int VAR IR_TEMPORARY_VARIABLE name:tmp1_x type:kotlin.Int flags:val
GET_VAR 'value-parameter xx: Int' type=kotlin.Int origin=null GET_VAR 'value-parameter xx: Int' type=kotlin.Int origin=null
DELEGATING_CONSTRUCTOR_CALL 'constructor Base(Int, Int)' DELEGATING_CONSTRUCTOR_CALL 'constructor Base(Int, Int)'
x: GET_VAR 'tmp1_x: Int' type=kotlin.Int origin=null x: GET_VAR 'tmp1_x: Int' type=kotlin.Int origin=null
y: GET_VAR 'tmp0_y: Int' type=kotlin.Int origin=null y: GET_VAR 'tmp0_y: Int' type=kotlin.Int origin=null
INSTANCE_INITIALIZER_CALL classDescriptor='Test2' INSTANCE_INITIALIZER_CALL classDescriptor='Test2'
CONSTRUCTOR public constructor Test2(xxx: kotlin.Int, yyy: kotlin.Int, a: kotlin.Any) CONSTRUCTOR visibility:public <> (xxx:kotlin.Int, yyy:kotlin.Int, a:kotlin.Any) returnType:Test2 flags:
VALUE_PARAMETER value-parameter xxx: kotlin.Int VALUE_PARAMETER name:xxx index:0 type:kotlin.Int flags:
VALUE_PARAMETER value-parameter yyy: kotlin.Int VALUE_PARAMETER name:yyy index:1 type:kotlin.Int flags:
VALUE_PARAMETER value-parameter a: kotlin.Any VALUE_PARAMETER name:a index:2 type:kotlin.Any flags:
BLOCK_BODY BLOCK_BODY
BLOCK type=kotlin.Unit origin=ARGUMENTS_REORDERING_FOR_CALL BLOCK type=kotlin.Unit origin=ARGUMENTS_REORDERING_FOR_CALL
VAR IR_TEMPORARY_VARIABLE val tmp0_yy: kotlin.Int VAR IR_TEMPORARY_VARIABLE name:tmp0_yy type:kotlin.Int flags:val
GET_VAR 'value-parameter yyy: Int' type=kotlin.Int origin=null GET_VAR 'value-parameter yyy: Int' type=kotlin.Int origin=null
VAR IR_TEMPORARY_VARIABLE val tmp1_xx: kotlin.Int VAR IR_TEMPORARY_VARIABLE name:tmp1_xx type:kotlin.Int flags:val
GET_VAR 'value-parameter xxx: Int' type=kotlin.Int origin=null GET_VAR 'value-parameter xxx: Int' type=kotlin.Int origin=null
DELEGATING_CONSTRUCTOR_CALL 'constructor Test2(Int, Int)' DELEGATING_CONSTRUCTOR_CALL 'constructor Test2(Int, Int)'
xx: GET_VAR 'tmp1_xx: Int' type=kotlin.Int origin=null xx: GET_VAR 'tmp1_xx: Int' type=kotlin.Int origin=null
yy: GET_VAR 'tmp0_yy: Int' type=kotlin.Int origin=null yy: GET_VAR 'tmp0_yy: Int' type=kotlin.Int origin=null
PROPERTY FAKE_OVERRIDE public final override val x: kotlin.Int PROPERTY FAKE_OVERRIDE name:x type:kotlin.Int visibility:public modality:FINAL flags:val
FUN FAKE_OVERRIDE public final override fun <get-x>(): kotlin.Int FUN FAKE_OVERRIDE name:<get-x> visibility:public modality:FINAL <> ($this:Base) returnType:Int flags:
$this: VALUE_PARAMETER this@Base: Base $this: VALUE_PARAMETER name:<this> type:Base flags:
PROPERTY FAKE_OVERRIDE public final override val y: kotlin.Int PROPERTY FAKE_OVERRIDE name:y type:kotlin.Int visibility:public modality:FINAL flags:val
FUN FAKE_OVERRIDE public final override fun <get-y>(): kotlin.Int FUN FAKE_OVERRIDE name:<get-y> visibility:public modality:FINAL <> ($this:Base) returnType:Int flags:
$this: VALUE_PARAMETER this@Base: Base $this: VALUE_PARAMETER name:<this> type:Base flags:
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
+98 -98
View File
@@ -1,148 +1,148 @@
FILE /classMembers.kt FILE fqName:<root> fileName:/classMembers.kt
CLASS CLASS C CLASS CLASS name:C modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@C: C $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:C flags:
CONSTRUCTOR public constructor C(x: kotlin.Int, y: kotlin.Int, z: kotlin.Int = ...) CONSTRUCTOR visibility:public <> (x:kotlin.Int, y:kotlin.Int, z:kotlin.Int) returnType:C flags:
VALUE_PARAMETER value-parameter x: kotlin.Int VALUE_PARAMETER name:x index:0 type:kotlin.Int flags:
VALUE_PARAMETER value-parameter y: kotlin.Int VALUE_PARAMETER name:y index:1 type:kotlin.Int flags:
VALUE_PARAMETER value-parameter z: kotlin.Int = ... VALUE_PARAMETER name:z index:2 type:kotlin.Int flags:
EXPRESSION_BODY EXPRESSION_BODY
CONST Int type=kotlin.Int value='1' CONST Int type=kotlin.Int value=1
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='C' INSTANCE_INITIALIZER_CALL classDescriptor='C'
PROPERTY public final val y: kotlin.Int PROPERTY name:y type:kotlin.Int visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public final val y: kotlin.Int FIELD PROPERTY_BACKING_FIELD name:y type:kotlin.Int visibility:public
EXPRESSION_BODY EXPRESSION_BODY
GET_VAR 'value-parameter y: Int' type=kotlin.Int origin=INITIALIZE_PROPERTY_FROM_PARAMETER GET_VAR 'value-parameter y: Int' type=kotlin.Int origin=INITIALIZE_PROPERTY_FROM_PARAMETER
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-y>(): kotlin.Int FUN DEFAULT_PROPERTY_ACCESSOR name:<get-y> visibility:public modality:FINAL <> ($this:C) returnType:Int flags:
$this: VALUE_PARAMETER this@C: C $this: VALUE_PARAMETER name:<this> type:C flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-y>(): Int' RETURN type=kotlin.Nothing from=<get-y>(): Int'
GET_FIELD 'y: Int' type=kotlin.Int origin=null GET_FIELD 'y: Int' type=kotlin.Int origin=null
receiver: GET_VAR 'this@C: C' type=C origin=null receiver: GET_VAR 'this@C: C' type=C origin=null
PROPERTY public final var z: kotlin.Int PROPERTY name:z type:kotlin.Int visibility:public modality:FINAL flags:var
FIELD PROPERTY_BACKING_FIELD public final var z: kotlin.Int FIELD PROPERTY_BACKING_FIELD name:z type:kotlin.Int visibility:public
EXPRESSION_BODY EXPRESSION_BODY
GET_VAR 'value-parameter z: Int = ...' type=kotlin.Int origin=INITIALIZE_PROPERTY_FROM_PARAMETER GET_VAR 'value-parameter z: Int = ...' type=kotlin.Int origin=INITIALIZE_PROPERTY_FROM_PARAMETER
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-z>(): kotlin.Int FUN DEFAULT_PROPERTY_ACCESSOR name:<get-z> visibility:public modality:FINAL <> ($this:C) returnType:Int flags:
$this: VALUE_PARAMETER this@C: C $this: VALUE_PARAMETER name:<this> type:C flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-z>(): Int' RETURN type=kotlin.Nothing from=<get-z>(): Int'
GET_FIELD 'z: Int' type=kotlin.Int origin=null GET_FIELD 'z: Int' type=kotlin.Int origin=null
receiver: GET_VAR 'this@C: C' type=C origin=null receiver: GET_VAR 'this@C: C' type=C origin=null
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <set-z>(<set-?>: kotlin.Int): kotlin.Unit FUN DEFAULT_PROPERTY_ACCESSOR name:<set-z> visibility:public modality:FINAL <> ($this:C, <set-?>:kotlin.Int) returnType:Unit flags:
$this: VALUE_PARAMETER this@C: C $this: VALUE_PARAMETER name:<this> type:C flags:
VALUE_PARAMETER value-parameter <set-?>: kotlin.Int VALUE_PARAMETER name:<set-?> index:0 type:kotlin.Int flags:
BLOCK_BODY BLOCK_BODY
SET_FIELD 'z: Int' type=kotlin.Unit origin=null SET_FIELD 'z: Int' type=kotlin.Unit origin=null
receiver: GET_VAR 'this@C: C' type=C origin=null receiver: GET_VAR 'this@C: C' type=C origin=null
value: GET_VAR 'value-parameter <set-?>: Int' type=kotlin.Int origin=null value: GET_VAR 'value-parameter <set-?>: Int' type=kotlin.Int origin=null
CONSTRUCTOR public constructor C() CONSTRUCTOR visibility:public <> () returnType:C flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor C(Int, Int, Int = ...)' DELEGATING_CONSTRUCTOR_CALL 'constructor C(Int, Int, Int = ...)'
x: CONST Int type=kotlin.Int value='0' x: CONST Int type=kotlin.Int value=0
y: CONST Int type=kotlin.Int value='0' y: CONST Int type=kotlin.Int value=0
z: CONST Int type=kotlin.Int value='0' z: CONST Int type=kotlin.Int value=0
PROPERTY public final val property: kotlin.Int = 0 PROPERTY name:property type:kotlin.Int visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public final val property: kotlin.Int = 0 FIELD PROPERTY_BACKING_FIELD name:property type:kotlin.Int visibility:public
EXPRESSION_BODY EXPRESSION_BODY
CONST Int type=kotlin.Int value='0' CONST Int type=kotlin.Int value=0
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-property>(): kotlin.Int FUN DEFAULT_PROPERTY_ACCESSOR name:<get-property> visibility:public modality:FINAL <> ($this:C) returnType:Int flags:
$this: VALUE_PARAMETER this@C: C $this: VALUE_PARAMETER name:<this> type:C flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-property>(): Int' RETURN type=kotlin.Nothing from=<get-property>(): Int'
GET_FIELD 'property: Int' type=kotlin.Int origin=null GET_FIELD 'property: Int' type=kotlin.Int origin=null
receiver: GET_VAR 'this@C: C' type=C origin=null receiver: GET_VAR 'this@C: C' type=C origin=null
PROPERTY public final val propertyWithGet: kotlin.Int PROPERTY name:propertyWithGet type:kotlin.Int visibility:public modality:FINAL flags:val
FUN public final fun <get-propertyWithGet>(): kotlin.Int FUN name:<get-propertyWithGet> visibility:public modality:FINAL <> ($this:C) returnType:Int flags:
$this: VALUE_PARAMETER this@C: C $this: VALUE_PARAMETER name:<this> type:C flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-propertyWithGet>(): Int' RETURN type=kotlin.Nothing from=<get-propertyWithGet>(): Int'
CONST Int type=kotlin.Int value='42' CONST Int type=kotlin.Int value=42
PROPERTY public final var propertyWithGetAndSet: kotlin.Int PROPERTY name:propertyWithGetAndSet type:kotlin.Int visibility:public modality:FINAL flags:var
FUN public final fun <get-propertyWithGetAndSet>(): kotlin.Int FUN name:<get-propertyWithGetAndSet> visibility:public modality:FINAL <> ($this:C) returnType:Int flags:
$this: VALUE_PARAMETER this@C: C $this: VALUE_PARAMETER name:<this> type:C flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-propertyWithGetAndSet>(): Int' RETURN type=kotlin.Nothing from=<get-propertyWithGetAndSet>(): Int'
CALL '<get-z>(): Int' type=kotlin.Int origin=GET_PROPERTY CALL '<get-z>(): Int' type=kotlin.Int origin=GET_PROPERTY
$this: GET_VAR 'this@C: C' type=C origin=null $this: GET_VAR 'this@C: C' type=C origin=null
FUN public final fun <set-propertyWithGetAndSet>(value: kotlin.Int): kotlin.Unit FUN name:<set-propertyWithGetAndSet> visibility:public modality:FINAL <> ($this:C, value:kotlin.Int) returnType:Unit flags:
$this: VALUE_PARAMETER this@C: C $this: VALUE_PARAMETER name:<this> type:C flags:
VALUE_PARAMETER value-parameter value: kotlin.Int VALUE_PARAMETER name:value index:0 type:kotlin.Int flags:
BLOCK_BODY BLOCK_BODY
CALL '<set-z>(Int): Unit' type=kotlin.Unit origin=EQ CALL '<set-z>(Int): Unit' type=kotlin.Unit origin=EQ
$this: GET_VAR 'this@C: C' type=C origin=null $this: GET_VAR 'this@C: C' type=C origin=null
<set-?>: GET_VAR 'value-parameter value: Int' type=kotlin.Int origin=null <set-?>: GET_VAR 'value-parameter value: Int' type=kotlin.Int origin=null
FUN public final fun function(): kotlin.Unit FUN name:function visibility:public modality:FINAL <> ($this:C) returnType:Unit flags:
$this: VALUE_PARAMETER this@C: C $this: VALUE_PARAMETER name:<this> type:C flags:
BLOCK_BODY BLOCK_BODY
CALL 'println(Any?): Unit' type=kotlin.Unit origin=null CALL 'println(Any?): Unit' type=kotlin.Unit origin=null
message: CONST String type=kotlin.String value='1' message: CONST String type=kotlin.String value=1
FUN public final fun kotlin.Int.memberExtensionFunction(): kotlin.Unit FUN name:memberExtensionFunction visibility:public modality:FINAL <> ($this:C, $receiver:kotlin.Int) returnType:Unit flags:
$this: VALUE_PARAMETER this@C: C $this: VALUE_PARAMETER name:<this> type:C flags:
$receiver: VALUE_PARAMETER this@memberExtensionFunction: Int $receiver: VALUE_PARAMETER name:<this> type:kotlin.Int flags:
BLOCK_BODY BLOCK_BODY
CALL 'println(Any?): Unit' type=kotlin.Unit origin=null CALL 'println(Any?): Unit' type=kotlin.Unit origin=null
message: CONST String type=kotlin.String value='2' message: CONST String type=kotlin.String value=2
CLASS CLASS NestedClass CLASS CLASS name:NestedClass modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@NestedClass: NestedClass $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:C.NestedClass flags:
CONSTRUCTOR public constructor NestedClass() CONSTRUCTOR visibility:public <> () returnType:C.NestedClass flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='NestedClass' INSTANCE_INITIALIZER_CALL classDescriptor='NestedClass'
FUN public final fun function(): kotlin.Unit FUN name:function visibility:public modality:FINAL <> ($this:C.NestedClass) returnType:Unit flags:
$this: VALUE_PARAMETER this@NestedClass: NestedClass $this: VALUE_PARAMETER name:<this> type:C.NestedClass flags:
BLOCK_BODY BLOCK_BODY
CALL 'println(Any?): Unit' type=kotlin.Unit origin=null CALL 'println(Any?): Unit' type=kotlin.Unit origin=null
message: CONST String type=kotlin.String value='3' message: CONST String type=kotlin.String value=3
FUN public final fun kotlin.Int.memberExtensionFunction(): kotlin.Unit FUN name:memberExtensionFunction visibility:public modality:FINAL <> ($this:C.NestedClass, $receiver:kotlin.Int) returnType:Unit flags:
$this: VALUE_PARAMETER this@NestedClass: NestedClass $this: VALUE_PARAMETER name:<this> type:C.NestedClass flags:
$receiver: VALUE_PARAMETER this@memberExtensionFunction: Int $receiver: VALUE_PARAMETER name:<this> type:kotlin.Int flags:
BLOCK_BODY BLOCK_BODY
CALL 'println(Any?): Unit' type=kotlin.Unit origin=null CALL 'println(Any?): Unit' type=kotlin.Unit origin=null
message: CONST String type=kotlin.String value='4' message: CONST String type=kotlin.String value=4
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
CLASS INTERFACE NestedInterface CLASS INTERFACE name:NestedInterface modality:ABSTRACT visibility:public flags:
$this: VALUE_PARAMETER this@NestedInterface: NestedInterface $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:C.NestedInterface flags:
FUN public abstract fun foo(): kotlin.Unit FUN name:foo visibility:public modality:ABSTRACT <> ($this:C.NestedInterface) returnType:Unit flags:
$this: VALUE_PARAMETER this@NestedInterface: NestedInterface $this: VALUE_PARAMETER name:<this> type:C.NestedInterface flags:
FUN public open fun bar(): kotlin.Unit FUN name:bar visibility:public modality:OPEN <> ($this:C.NestedInterface) returnType:Unit flags:
$this: VALUE_PARAMETER this@NestedInterface: NestedInterface $this: VALUE_PARAMETER name:<this> type:C.NestedInterface flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='bar(): Unit' RETURN type=kotlin.Nothing from=bar(): Unit'
CALL 'foo(): Unit' type=kotlin.Unit origin=null CALL 'foo(): Unit' type=kotlin.Unit origin=null
$this: GET_VAR 'this@NestedInterface: NestedInterface' type=C.NestedInterface origin=null $this: GET_VAR 'this@NestedInterface: NestedInterface' type=C.NestedInterface origin=null
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
CLASS OBJECT companion object of C CLASS OBJECT name:Companion modality:FINAL visibility:public flags:companion
$this: VALUE_PARAMETER this@Companion: Companion $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:C.Companion flags:
CONSTRUCTOR private constructor Companion() CONSTRUCTOR visibility:private <> () returnType:C.Companion flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='companion object of C' INSTANCE_INITIALIZER_CALL classDescriptor='companion object of C'
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
+67 -67
View File
@@ -1,80 +1,80 @@
FILE /classes.kt FILE fqName:<root> fileName:/classes.kt
CLASS CLASS TestClass CLASS CLASS name:TestClass modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@TestClass: TestClass $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:TestClass flags:
CONSTRUCTOR public constructor TestClass() CONSTRUCTOR visibility:public <> () returnType:TestClass flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='TestClass' INSTANCE_INITIALIZER_CALL classDescriptor='TestClass'
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
CLASS INTERFACE TestInterface CLASS INTERFACE name:TestInterface modality:ABSTRACT visibility:public flags:
$this: VALUE_PARAMETER this@TestInterface: TestInterface $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:TestInterface flags:
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
CLASS OBJECT TestObject CLASS OBJECT name:TestObject modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@TestObject: TestObject $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:TestObject flags:
CONSTRUCTOR private constructor TestObject() CONSTRUCTOR visibility:private <> () returnType:TestObject flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='TestObject' INSTANCE_INITIALIZER_CALL classDescriptor='TestObject'
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
CLASS ANNOTATION_CLASS TestAnnotationClass CLASS ANNOTATION_CLASS name:TestAnnotationClass modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@TestAnnotationClass: TestAnnotationClass $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:TestAnnotationClass flags:
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
CLASS ENUM_CLASS TestEnumClass CLASS ENUM_CLASS name:TestEnumClass modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@TestEnumClass: TestEnumClass $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:TestEnumClass flags:
CONSTRUCTOR private constructor TestEnumClass() CONSTRUCTOR visibility:private <> () returnType:TestEnumClass flags:
BLOCK_BODY BLOCK_BODY
ENUM_CONSTRUCTOR_CALL 'constructor Enum(String, Int)' ENUM_CONSTRUCTOR_CALL 'constructor Enum(String, Int)'
<E : Enum<E>>: null <E : Enum<E>>: null
INSTANCE_INITIALIZER_CALL classDescriptor='TestEnumClass' INSTANCE_INITIALIZER_CALL classDescriptor='TestEnumClass'
FUN FAKE_OVERRIDE protected final override fun clone(): kotlin.Any FUN FAKE_OVERRIDE name:clone visibility:protected modality:FINAL <> ($this:kotlin.Enum<TestEnumClass>) returnType:Any flags:
$this: VALUE_PARAMETER this@Enum: Enum<TestEnumClass> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<TestEnumClass> flags:
FUN FAKE_OVERRIDE protected/*protected and package*/ final override fun finalize(): kotlin.Unit FUN FAKE_OVERRIDE name:finalize visibility:protected/*protected and package*/ modality:FINAL <> ($this:kotlin.Enum<TestEnumClass>) returnType:Unit flags:
$this: VALUE_PARAMETER this@Enum: Enum<TestEnumClass> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<TestEnumClass> flags:
FUN FAKE_OVERRIDE public final override fun getDeclaringClass(): java.lang.Class<TestEnumClass!>! FUN FAKE_OVERRIDE name:getDeclaringClass visibility:public modality:FINAL <> ($this:kotlin.Enum<TestEnumClass>) returnType:(java.lang.Class<(TestEnumClass..TestEnumClass?)>..java.lang.Class<(TestEnumClass..TestEnumClass?)>?) flags:
$this: VALUE_PARAMETER this@Enum: Enum<TestEnumClass> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<TestEnumClass> flags:
FUN FAKE_OVERRIDE public final override fun compareTo(other: TestEnumClass): kotlin.Int FUN FAKE_OVERRIDE name:compareTo visibility:public modality:FINAL <> ($this:kotlin.Enum<TestEnumClass>, other:TestEnumClass) returnType:Int flags:
$this: VALUE_PARAMETER this@Enum: Enum<TestEnumClass> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<TestEnumClass> flags:
VALUE_PARAMETER value-parameter other: TestEnumClass VALUE_PARAMETER name:other index:0 type:TestEnumClass flags:
FUN FAKE_OVERRIDE public final override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:FINAL <> ($this:kotlin.Enum<TestEnumClass>, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Enum: Enum<TestEnumClass> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<TestEnumClass> flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public final override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:FINAL <> ($this:kotlin.Enum<TestEnumClass>) returnType:Int flags:
$this: VALUE_PARAMETER this@Enum: Enum<TestEnumClass> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<TestEnumClass> flags:
PROPERTY FAKE_OVERRIDE public final override val name: kotlin.String PROPERTY FAKE_OVERRIDE name:name type:kotlin.String visibility:public modality:FINAL flags:val
FUN FAKE_OVERRIDE public final override fun <get-name>(): kotlin.String FUN FAKE_OVERRIDE name:<get-name> visibility:public modality:FINAL <> ($this:kotlin.Enum<TestEnumClass>) returnType:String flags:
$this: VALUE_PARAMETER this@Enum: Enum<TestEnumClass> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<TestEnumClass> flags:
PROPERTY FAKE_OVERRIDE public final override val ordinal: kotlin.Int PROPERTY FAKE_OVERRIDE name:ordinal type:kotlin.Int visibility:public modality:FINAL flags:val
FUN FAKE_OVERRIDE public final override fun <get-ordinal>(): kotlin.Int FUN FAKE_OVERRIDE name:<get-ordinal> visibility:public modality:FINAL <> ($this:kotlin.Enum<TestEnumClass>) returnType:Int flags:
$this: VALUE_PARAMETER this@Enum: Enum<TestEnumClass> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<TestEnumClass> flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Enum<TestEnumClass>) returnType:String flags:
$this: VALUE_PARAMETER this@Enum: Enum<TestEnumClass> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<TestEnumClass> flags:
FUN ENUM_CLASS_SPECIAL_MEMBER public final fun values(): kotlin.Array<TestEnumClass> FUN ENUM_CLASS_SPECIAL_MEMBER name:values visibility:public modality:FINAL <> () returnType:Array<TestEnumClass> flags:
SYNTHETIC_BODY kind=ENUM_VALUES SYNTHETIC_BODY kind=ENUM_VALUES
FUN ENUM_CLASS_SPECIAL_MEMBER public final fun valueOf(value: kotlin.String): TestEnumClass FUN ENUM_CLASS_SPECIAL_MEMBER name:valueOf visibility:public modality:FINAL <> (value:kotlin.String) returnType:TestEnumClass flags:
VALUE_PARAMETER value-parameter value: kotlin.String VALUE_PARAMETER name:value index:0 type:kotlin.String flags:
SYNTHETIC_BODY kind=ENUM_VALUEOF SYNTHETIC_BODY kind=ENUM_VALUEOF
+41 -41
View File
@@ -1,54 +1,54 @@
FILE /companionObject.kt FILE fqName:<root> fileName:/companionObject.kt
CLASS CLASS Test1 CLASS CLASS name:Test1 modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@Test1: Test1 $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:Test1 flags:
CONSTRUCTOR public constructor Test1() CONSTRUCTOR visibility:public <> () returnType:Test1 flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='Test1' INSTANCE_INITIALIZER_CALL classDescriptor='Test1'
CLASS OBJECT companion object of Test1 CLASS OBJECT name:Companion modality:FINAL visibility:public flags:companion
$this: VALUE_PARAMETER this@Companion: Companion $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:Test1.Companion flags:
CONSTRUCTOR private constructor Companion() CONSTRUCTOR visibility:private <> () returnType:Test1.Companion flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='companion object of Test1' INSTANCE_INITIALIZER_CALL classDescriptor='companion object of Test1'
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
CLASS CLASS Test2 CLASS CLASS name:Test2 modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@Test2: Test2 $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:Test2 flags:
CONSTRUCTOR public constructor Test2() CONSTRUCTOR visibility:public <> () returnType:Test2 flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='Test2' INSTANCE_INITIALIZER_CALL classDescriptor='Test2'
CLASS OBJECT companion object of Test2Named CLASS OBJECT name:Named modality:FINAL visibility:public flags:companion
$this: VALUE_PARAMETER this@Named: Named $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:Test2.Named flags:
CONSTRUCTOR private constructor Named() CONSTRUCTOR visibility:private <> () returnType:Test2.Named flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='companion object of Test2Named' INSTANCE_INITIALIZER_CALL classDescriptor='companion object of Test2Named'
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
@@ -1,203 +1,203 @@
FILE /dataClassWithArrayMembers.kt FILE fqName:<root> fileName:/dataClassWithArrayMembers.kt
CLASS CLASS Test1 CLASS CLASS name:Test1 modality:FINAL visibility:public flags:data
$this: VALUE_PARAMETER this@Test1: Test1 $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:Test1 flags:
CONSTRUCTOR public constructor Test1(stringArray: kotlin.Array<kotlin.String>, charArray: kotlin.CharArray, booleanArray: kotlin.BooleanArray, byteArray: kotlin.ByteArray, shortArray: kotlin.ShortArray, intArray: kotlin.IntArray, longArray: kotlin.LongArray, floatArray: kotlin.FloatArray, doubleArray: kotlin.DoubleArray) CONSTRUCTOR visibility:public <> (stringArray:kotlin.Array<kotlin.String>, charArray:kotlin.CharArray, booleanArray:kotlin.BooleanArray, byteArray:kotlin.ByteArray, shortArray:kotlin.ShortArray, intArray:kotlin.IntArray, longArray:kotlin.LongArray, floatArray:kotlin.FloatArray, doubleArray:kotlin.DoubleArray) returnType:Test1 flags:
VALUE_PARAMETER value-parameter stringArray: kotlin.Array<kotlin.String> VALUE_PARAMETER name:stringArray index:0 type:kotlin.Array<kotlin.String> flags:
VALUE_PARAMETER value-parameter charArray: kotlin.CharArray VALUE_PARAMETER name:charArray index:1 type:kotlin.CharArray flags:
VALUE_PARAMETER value-parameter booleanArray: kotlin.BooleanArray VALUE_PARAMETER name:booleanArray index:2 type:kotlin.BooleanArray flags:
VALUE_PARAMETER value-parameter byteArray: kotlin.ByteArray VALUE_PARAMETER name:byteArray index:3 type:kotlin.ByteArray flags:
VALUE_PARAMETER value-parameter shortArray: kotlin.ShortArray VALUE_PARAMETER name:shortArray index:4 type:kotlin.ShortArray flags:
VALUE_PARAMETER value-parameter intArray: kotlin.IntArray VALUE_PARAMETER name:intArray index:5 type:kotlin.IntArray flags:
VALUE_PARAMETER value-parameter longArray: kotlin.LongArray VALUE_PARAMETER name:longArray index:6 type:kotlin.LongArray flags:
VALUE_PARAMETER value-parameter floatArray: kotlin.FloatArray VALUE_PARAMETER name:floatArray index:7 type:kotlin.FloatArray flags:
VALUE_PARAMETER value-parameter doubleArray: kotlin.DoubleArray VALUE_PARAMETER name:doubleArray index:8 type:kotlin.DoubleArray flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='Test1' INSTANCE_INITIALIZER_CALL classDescriptor='Test1'
PROPERTY public final val stringArray: kotlin.Array<kotlin.String> PROPERTY name:stringArray type:kotlin.Array<kotlin.String> visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public final val stringArray: kotlin.Array<kotlin.String> FIELD PROPERTY_BACKING_FIELD name:stringArray type:kotlin.Array<kotlin.String> visibility:public
EXPRESSION_BODY EXPRESSION_BODY
GET_VAR 'value-parameter stringArray: Array<String>' type=kotlin.Array<kotlin.String> origin=INITIALIZE_PROPERTY_FROM_PARAMETER GET_VAR 'value-parameter stringArray: Array<String>' type=kotlin.Array<kotlin.String> origin=INITIALIZE_PROPERTY_FROM_PARAMETER
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-stringArray>(): kotlin.Array<kotlin.String> FUN DEFAULT_PROPERTY_ACCESSOR name:<get-stringArray> visibility:public modality:FINAL <> ($this:Test1) returnType:Array<String> flags:
$this: VALUE_PARAMETER this@Test1: Test1 $this: VALUE_PARAMETER name:<this> type:Test1 flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-stringArray>(): Array<String>' RETURN type=kotlin.Nothing from=<get-stringArray>(): Array<String>'
GET_FIELD 'stringArray: Array<String>' type=kotlin.Array<kotlin.String> origin=null GET_FIELD 'stringArray: Array<String>' type=kotlin.Array<kotlin.String> origin=null
receiver: GET_VAR 'this@Test1: Test1' type=Test1 origin=null receiver: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
PROPERTY public final val charArray: kotlin.CharArray PROPERTY name:charArray type:kotlin.CharArray visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public final val charArray: kotlin.CharArray FIELD PROPERTY_BACKING_FIELD name:charArray type:kotlin.CharArray visibility:public
EXPRESSION_BODY EXPRESSION_BODY
GET_VAR 'value-parameter charArray: CharArray' type=kotlin.CharArray origin=INITIALIZE_PROPERTY_FROM_PARAMETER GET_VAR 'value-parameter charArray: CharArray' type=kotlin.CharArray origin=INITIALIZE_PROPERTY_FROM_PARAMETER
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-charArray>(): kotlin.CharArray FUN DEFAULT_PROPERTY_ACCESSOR name:<get-charArray> visibility:public modality:FINAL <> ($this:Test1) returnType:CharArray flags:
$this: VALUE_PARAMETER this@Test1: Test1 $this: VALUE_PARAMETER name:<this> type:Test1 flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-charArray>(): CharArray' RETURN type=kotlin.Nothing from=<get-charArray>(): CharArray'
GET_FIELD 'charArray: CharArray' type=kotlin.CharArray origin=null GET_FIELD 'charArray: CharArray' type=kotlin.CharArray origin=null
receiver: GET_VAR 'this@Test1: Test1' type=Test1 origin=null receiver: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
PROPERTY public final val booleanArray: kotlin.BooleanArray PROPERTY name:booleanArray type:kotlin.BooleanArray visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public final val booleanArray: kotlin.BooleanArray FIELD PROPERTY_BACKING_FIELD name:booleanArray type:kotlin.BooleanArray visibility:public
EXPRESSION_BODY EXPRESSION_BODY
GET_VAR 'value-parameter booleanArray: BooleanArray' type=kotlin.BooleanArray origin=INITIALIZE_PROPERTY_FROM_PARAMETER GET_VAR 'value-parameter booleanArray: BooleanArray' type=kotlin.BooleanArray origin=INITIALIZE_PROPERTY_FROM_PARAMETER
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-booleanArray>(): kotlin.BooleanArray FUN DEFAULT_PROPERTY_ACCESSOR name:<get-booleanArray> visibility:public modality:FINAL <> ($this:Test1) returnType:BooleanArray flags:
$this: VALUE_PARAMETER this@Test1: Test1 $this: VALUE_PARAMETER name:<this> type:Test1 flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-booleanArray>(): BooleanArray' RETURN type=kotlin.Nothing from=<get-booleanArray>(): BooleanArray'
GET_FIELD 'booleanArray: BooleanArray' type=kotlin.BooleanArray origin=null GET_FIELD 'booleanArray: BooleanArray' type=kotlin.BooleanArray origin=null
receiver: GET_VAR 'this@Test1: Test1' type=Test1 origin=null receiver: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
PROPERTY public final val byteArray: kotlin.ByteArray PROPERTY name:byteArray type:kotlin.ByteArray visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public final val byteArray: kotlin.ByteArray FIELD PROPERTY_BACKING_FIELD name:byteArray type:kotlin.ByteArray visibility:public
EXPRESSION_BODY EXPRESSION_BODY
GET_VAR 'value-parameter byteArray: ByteArray' type=kotlin.ByteArray origin=INITIALIZE_PROPERTY_FROM_PARAMETER GET_VAR 'value-parameter byteArray: ByteArray' type=kotlin.ByteArray origin=INITIALIZE_PROPERTY_FROM_PARAMETER
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-byteArray>(): kotlin.ByteArray FUN DEFAULT_PROPERTY_ACCESSOR name:<get-byteArray> visibility:public modality:FINAL <> ($this:Test1) returnType:ByteArray flags:
$this: VALUE_PARAMETER this@Test1: Test1 $this: VALUE_PARAMETER name:<this> type:Test1 flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-byteArray>(): ByteArray' RETURN type=kotlin.Nothing from=<get-byteArray>(): ByteArray'
GET_FIELD 'byteArray: ByteArray' type=kotlin.ByteArray origin=null GET_FIELD 'byteArray: ByteArray' type=kotlin.ByteArray origin=null
receiver: GET_VAR 'this@Test1: Test1' type=Test1 origin=null receiver: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
PROPERTY public final val shortArray: kotlin.ShortArray PROPERTY name:shortArray type:kotlin.ShortArray visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public final val shortArray: kotlin.ShortArray FIELD PROPERTY_BACKING_FIELD name:shortArray type:kotlin.ShortArray visibility:public
EXPRESSION_BODY EXPRESSION_BODY
GET_VAR 'value-parameter shortArray: ShortArray' type=kotlin.ShortArray origin=INITIALIZE_PROPERTY_FROM_PARAMETER GET_VAR 'value-parameter shortArray: ShortArray' type=kotlin.ShortArray origin=INITIALIZE_PROPERTY_FROM_PARAMETER
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-shortArray>(): kotlin.ShortArray FUN DEFAULT_PROPERTY_ACCESSOR name:<get-shortArray> visibility:public modality:FINAL <> ($this:Test1) returnType:ShortArray flags:
$this: VALUE_PARAMETER this@Test1: Test1 $this: VALUE_PARAMETER name:<this> type:Test1 flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-shortArray>(): ShortArray' RETURN type=kotlin.Nothing from=<get-shortArray>(): ShortArray'
GET_FIELD 'shortArray: ShortArray' type=kotlin.ShortArray origin=null GET_FIELD 'shortArray: ShortArray' type=kotlin.ShortArray origin=null
receiver: GET_VAR 'this@Test1: Test1' type=Test1 origin=null receiver: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
PROPERTY public final val intArray: kotlin.IntArray PROPERTY name:intArray type:kotlin.IntArray visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public final val intArray: kotlin.IntArray FIELD PROPERTY_BACKING_FIELD name:intArray type:kotlin.IntArray visibility:public
EXPRESSION_BODY EXPRESSION_BODY
GET_VAR 'value-parameter intArray: IntArray' type=kotlin.IntArray origin=INITIALIZE_PROPERTY_FROM_PARAMETER GET_VAR 'value-parameter intArray: IntArray' type=kotlin.IntArray origin=INITIALIZE_PROPERTY_FROM_PARAMETER
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-intArray>(): kotlin.IntArray FUN DEFAULT_PROPERTY_ACCESSOR name:<get-intArray> visibility:public modality:FINAL <> ($this:Test1) returnType:IntArray flags:
$this: VALUE_PARAMETER this@Test1: Test1 $this: VALUE_PARAMETER name:<this> type:Test1 flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-intArray>(): IntArray' RETURN type=kotlin.Nothing from=<get-intArray>(): IntArray'
GET_FIELD 'intArray: IntArray' type=kotlin.IntArray origin=null GET_FIELD 'intArray: IntArray' type=kotlin.IntArray origin=null
receiver: GET_VAR 'this@Test1: Test1' type=Test1 origin=null receiver: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
PROPERTY public final val longArray: kotlin.LongArray PROPERTY name:longArray type:kotlin.LongArray visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public final val longArray: kotlin.LongArray FIELD PROPERTY_BACKING_FIELD name:longArray type:kotlin.LongArray visibility:public
EXPRESSION_BODY EXPRESSION_BODY
GET_VAR 'value-parameter longArray: LongArray' type=kotlin.LongArray origin=INITIALIZE_PROPERTY_FROM_PARAMETER GET_VAR 'value-parameter longArray: LongArray' type=kotlin.LongArray origin=INITIALIZE_PROPERTY_FROM_PARAMETER
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-longArray>(): kotlin.LongArray FUN DEFAULT_PROPERTY_ACCESSOR name:<get-longArray> visibility:public modality:FINAL <> ($this:Test1) returnType:LongArray flags:
$this: VALUE_PARAMETER this@Test1: Test1 $this: VALUE_PARAMETER name:<this> type:Test1 flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-longArray>(): LongArray' RETURN type=kotlin.Nothing from=<get-longArray>(): LongArray'
GET_FIELD 'longArray: LongArray' type=kotlin.LongArray origin=null GET_FIELD 'longArray: LongArray' type=kotlin.LongArray origin=null
receiver: GET_VAR 'this@Test1: Test1' type=Test1 origin=null receiver: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
PROPERTY public final val floatArray: kotlin.FloatArray PROPERTY name:floatArray type:kotlin.FloatArray visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public final val floatArray: kotlin.FloatArray FIELD PROPERTY_BACKING_FIELD name:floatArray type:kotlin.FloatArray visibility:public
EXPRESSION_BODY EXPRESSION_BODY
GET_VAR 'value-parameter floatArray: FloatArray' type=kotlin.FloatArray origin=INITIALIZE_PROPERTY_FROM_PARAMETER GET_VAR 'value-parameter floatArray: FloatArray' type=kotlin.FloatArray origin=INITIALIZE_PROPERTY_FROM_PARAMETER
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-floatArray>(): kotlin.FloatArray FUN DEFAULT_PROPERTY_ACCESSOR name:<get-floatArray> visibility:public modality:FINAL <> ($this:Test1) returnType:FloatArray flags:
$this: VALUE_PARAMETER this@Test1: Test1 $this: VALUE_PARAMETER name:<this> type:Test1 flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-floatArray>(): FloatArray' RETURN type=kotlin.Nothing from=<get-floatArray>(): FloatArray'
GET_FIELD 'floatArray: FloatArray' type=kotlin.FloatArray origin=null GET_FIELD 'floatArray: FloatArray' type=kotlin.FloatArray origin=null
receiver: GET_VAR 'this@Test1: Test1' type=Test1 origin=null receiver: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
PROPERTY public final val doubleArray: kotlin.DoubleArray PROPERTY name:doubleArray type:kotlin.DoubleArray visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public final val doubleArray: kotlin.DoubleArray FIELD PROPERTY_BACKING_FIELD name:doubleArray type:kotlin.DoubleArray visibility:public
EXPRESSION_BODY EXPRESSION_BODY
GET_VAR 'value-parameter doubleArray: DoubleArray' type=kotlin.DoubleArray origin=INITIALIZE_PROPERTY_FROM_PARAMETER GET_VAR 'value-parameter doubleArray: DoubleArray' type=kotlin.DoubleArray origin=INITIALIZE_PROPERTY_FROM_PARAMETER
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-doubleArray>(): kotlin.DoubleArray FUN DEFAULT_PROPERTY_ACCESSOR name:<get-doubleArray> visibility:public modality:FINAL <> ($this:Test1) returnType:DoubleArray flags:
$this: VALUE_PARAMETER this@Test1: Test1 $this: VALUE_PARAMETER name:<this> type:Test1 flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-doubleArray>(): DoubleArray' RETURN type=kotlin.Nothing from=<get-doubleArray>(): DoubleArray'
GET_FIELD 'doubleArray: DoubleArray' type=kotlin.DoubleArray origin=null GET_FIELD 'doubleArray: DoubleArray' type=kotlin.DoubleArray origin=null
receiver: GET_VAR 'this@Test1: Test1' type=Test1 origin=null receiver: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
FUN GENERATED_DATA_CLASS_MEMBER public final operator fun component1(): kotlin.Array<kotlin.String> FUN GENERATED_DATA_CLASS_MEMBER name:component1 visibility:public modality:FINAL <> ($this:Test1) returnType:Array<String> flags:
$this: VALUE_PARAMETER this@Test1: Test1 $this: VALUE_PARAMETER name:<this> type:Test1 flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='component1(): Array<String>' RETURN type=kotlin.Nothing from=component1(): Array<String>'
CALL '<get-stringArray>(): Array<String>' type=kotlin.Array<kotlin.String> origin=GET_PROPERTY CALL '<get-stringArray>(): Array<String>' type=kotlin.Array<kotlin.String> origin=GET_PROPERTY
$this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null $this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
FUN GENERATED_DATA_CLASS_MEMBER public final operator fun component2(): kotlin.CharArray FUN GENERATED_DATA_CLASS_MEMBER name:component2 visibility:public modality:FINAL <> ($this:Test1) returnType:CharArray flags:
$this: VALUE_PARAMETER this@Test1: Test1 $this: VALUE_PARAMETER name:<this> type:Test1 flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='component2(): CharArray' RETURN type=kotlin.Nothing from=component2(): CharArray'
CALL '<get-charArray>(): CharArray' type=kotlin.CharArray origin=GET_PROPERTY CALL '<get-charArray>(): CharArray' type=kotlin.CharArray origin=GET_PROPERTY
$this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null $this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
FUN GENERATED_DATA_CLASS_MEMBER public final operator fun component3(): kotlin.BooleanArray FUN GENERATED_DATA_CLASS_MEMBER name:component3 visibility:public modality:FINAL <> ($this:Test1) returnType:BooleanArray flags:
$this: VALUE_PARAMETER this@Test1: Test1 $this: VALUE_PARAMETER name:<this> type:Test1 flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='component3(): BooleanArray' RETURN type=kotlin.Nothing from=component3(): BooleanArray'
CALL '<get-booleanArray>(): BooleanArray' type=kotlin.BooleanArray origin=GET_PROPERTY CALL '<get-booleanArray>(): BooleanArray' type=kotlin.BooleanArray origin=GET_PROPERTY
$this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null $this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
FUN GENERATED_DATA_CLASS_MEMBER public final operator fun component4(): kotlin.ByteArray FUN GENERATED_DATA_CLASS_MEMBER name:component4 visibility:public modality:FINAL <> ($this:Test1) returnType:ByteArray flags:
$this: VALUE_PARAMETER this@Test1: Test1 $this: VALUE_PARAMETER name:<this> type:Test1 flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='component4(): ByteArray' RETURN type=kotlin.Nothing from=component4(): ByteArray'
CALL '<get-byteArray>(): ByteArray' type=kotlin.ByteArray origin=GET_PROPERTY CALL '<get-byteArray>(): ByteArray' type=kotlin.ByteArray origin=GET_PROPERTY
$this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null $this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
FUN GENERATED_DATA_CLASS_MEMBER public final operator fun component5(): kotlin.ShortArray FUN GENERATED_DATA_CLASS_MEMBER name:component5 visibility:public modality:FINAL <> ($this:Test1) returnType:ShortArray flags:
$this: VALUE_PARAMETER this@Test1: Test1 $this: VALUE_PARAMETER name:<this> type:Test1 flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='component5(): ShortArray' RETURN type=kotlin.Nothing from=component5(): ShortArray'
CALL '<get-shortArray>(): ShortArray' type=kotlin.ShortArray origin=GET_PROPERTY CALL '<get-shortArray>(): ShortArray' type=kotlin.ShortArray origin=GET_PROPERTY
$this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null $this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
FUN GENERATED_DATA_CLASS_MEMBER public final operator fun component6(): kotlin.IntArray FUN GENERATED_DATA_CLASS_MEMBER name:component6 visibility:public modality:FINAL <> ($this:Test1) returnType:IntArray flags:
$this: VALUE_PARAMETER this@Test1: Test1 $this: VALUE_PARAMETER name:<this> type:Test1 flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='component6(): IntArray' RETURN type=kotlin.Nothing from=component6(): IntArray'
CALL '<get-intArray>(): IntArray' type=kotlin.IntArray origin=GET_PROPERTY CALL '<get-intArray>(): IntArray' type=kotlin.IntArray origin=GET_PROPERTY
$this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null $this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
FUN GENERATED_DATA_CLASS_MEMBER public final operator fun component7(): kotlin.LongArray FUN GENERATED_DATA_CLASS_MEMBER name:component7 visibility:public modality:FINAL <> ($this:Test1) returnType:LongArray flags:
$this: VALUE_PARAMETER this@Test1: Test1 $this: VALUE_PARAMETER name:<this> type:Test1 flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='component7(): LongArray' RETURN type=kotlin.Nothing from=component7(): LongArray'
CALL '<get-longArray>(): LongArray' type=kotlin.LongArray origin=GET_PROPERTY CALL '<get-longArray>(): LongArray' type=kotlin.LongArray origin=GET_PROPERTY
$this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null $this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
FUN GENERATED_DATA_CLASS_MEMBER public final operator fun component8(): kotlin.FloatArray FUN GENERATED_DATA_CLASS_MEMBER name:component8 visibility:public modality:FINAL <> ($this:Test1) returnType:FloatArray flags:
$this: VALUE_PARAMETER this@Test1: Test1 $this: VALUE_PARAMETER name:<this> type:Test1 flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='component8(): FloatArray' RETURN type=kotlin.Nothing from=component8(): FloatArray'
CALL '<get-floatArray>(): FloatArray' type=kotlin.FloatArray origin=GET_PROPERTY CALL '<get-floatArray>(): FloatArray' type=kotlin.FloatArray origin=GET_PROPERTY
$this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null $this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
FUN GENERATED_DATA_CLASS_MEMBER public final operator fun component9(): kotlin.DoubleArray FUN GENERATED_DATA_CLASS_MEMBER name:component9 visibility:public modality:FINAL <> ($this:Test1) returnType:DoubleArray flags:
$this: VALUE_PARAMETER this@Test1: Test1 $this: VALUE_PARAMETER name:<this> type:Test1 flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='component9(): DoubleArray' RETURN type=kotlin.Nothing from=component9(): DoubleArray'
CALL '<get-doubleArray>(): DoubleArray' type=kotlin.DoubleArray origin=GET_PROPERTY CALL '<get-doubleArray>(): DoubleArray' type=kotlin.DoubleArray origin=GET_PROPERTY
$this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null $this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
FUN GENERATED_DATA_CLASS_MEMBER public final fun copy(stringArray: kotlin.Array<kotlin.String> = ..., charArray: kotlin.CharArray = ..., booleanArray: kotlin.BooleanArray = ..., byteArray: kotlin.ByteArray = ..., shortArray: kotlin.ShortArray = ..., intArray: kotlin.IntArray = ..., longArray: kotlin.LongArray = ..., floatArray: kotlin.FloatArray = ..., doubleArray: kotlin.DoubleArray = ...): Test1 FUN GENERATED_DATA_CLASS_MEMBER name:copy visibility:public modality:FINAL <> ($this:Test1, stringArray:kotlin.Array<kotlin.String>, charArray:kotlin.CharArray, booleanArray:kotlin.BooleanArray, byteArray:kotlin.ByteArray, shortArray:kotlin.ShortArray, intArray:kotlin.IntArray, longArray:kotlin.LongArray, floatArray:kotlin.FloatArray, doubleArray:kotlin.DoubleArray) returnType:Test1 flags:
$this: VALUE_PARAMETER this@Test1: Test1 $this: VALUE_PARAMETER name:<this> type:Test1 flags:
VALUE_PARAMETER value-parameter stringArray: kotlin.Array<kotlin.String> = ... VALUE_PARAMETER name:stringArray index:0 type:kotlin.Array<kotlin.String> flags:
EXPRESSION_BODY EXPRESSION_BODY
CALL '<get-stringArray>(): Array<String>' type=kotlin.Array<kotlin.String> origin=GET_PROPERTY CALL '<get-stringArray>(): Array<String>' type=kotlin.Array<kotlin.String> origin=GET_PROPERTY
$this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null $this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
VALUE_PARAMETER value-parameter charArray: kotlin.CharArray = ... VALUE_PARAMETER name:charArray index:1 type:kotlin.CharArray flags:
EXPRESSION_BODY EXPRESSION_BODY
CALL '<get-charArray>(): CharArray' type=kotlin.CharArray origin=GET_PROPERTY CALL '<get-charArray>(): CharArray' type=kotlin.CharArray origin=GET_PROPERTY
$this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null $this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
VALUE_PARAMETER value-parameter booleanArray: kotlin.BooleanArray = ... VALUE_PARAMETER name:booleanArray index:2 type:kotlin.BooleanArray flags:
EXPRESSION_BODY EXPRESSION_BODY
CALL '<get-booleanArray>(): BooleanArray' type=kotlin.BooleanArray origin=GET_PROPERTY CALL '<get-booleanArray>(): BooleanArray' type=kotlin.BooleanArray origin=GET_PROPERTY
$this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null $this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
VALUE_PARAMETER value-parameter byteArray: kotlin.ByteArray = ... VALUE_PARAMETER name:byteArray index:3 type:kotlin.ByteArray flags:
EXPRESSION_BODY EXPRESSION_BODY
CALL '<get-byteArray>(): ByteArray' type=kotlin.ByteArray origin=GET_PROPERTY CALL '<get-byteArray>(): ByteArray' type=kotlin.ByteArray origin=GET_PROPERTY
$this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null $this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
VALUE_PARAMETER value-parameter shortArray: kotlin.ShortArray = ... VALUE_PARAMETER name:shortArray index:4 type:kotlin.ShortArray flags:
EXPRESSION_BODY EXPRESSION_BODY
CALL '<get-shortArray>(): ShortArray' type=kotlin.ShortArray origin=GET_PROPERTY CALL '<get-shortArray>(): ShortArray' type=kotlin.ShortArray origin=GET_PROPERTY
$this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null $this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
VALUE_PARAMETER value-parameter intArray: kotlin.IntArray = ... VALUE_PARAMETER name:intArray index:5 type:kotlin.IntArray flags:
EXPRESSION_BODY EXPRESSION_BODY
CALL '<get-intArray>(): IntArray' type=kotlin.IntArray origin=GET_PROPERTY CALL '<get-intArray>(): IntArray' type=kotlin.IntArray origin=GET_PROPERTY
$this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null $this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
VALUE_PARAMETER value-parameter longArray: kotlin.LongArray = ... VALUE_PARAMETER name:longArray index:6 type:kotlin.LongArray flags:
EXPRESSION_BODY EXPRESSION_BODY
CALL '<get-longArray>(): LongArray' type=kotlin.LongArray origin=GET_PROPERTY CALL '<get-longArray>(): LongArray' type=kotlin.LongArray origin=GET_PROPERTY
$this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null $this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
VALUE_PARAMETER value-parameter floatArray: kotlin.FloatArray = ... VALUE_PARAMETER name:floatArray index:7 type:kotlin.FloatArray flags:
EXPRESSION_BODY EXPRESSION_BODY
CALL '<get-floatArray>(): FloatArray' type=kotlin.FloatArray origin=GET_PROPERTY CALL '<get-floatArray>(): FloatArray' type=kotlin.FloatArray origin=GET_PROPERTY
$this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null $this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
VALUE_PARAMETER value-parameter doubleArray: kotlin.DoubleArray = ... VALUE_PARAMETER name:doubleArray index:8 type:kotlin.DoubleArray flags:
EXPRESSION_BODY EXPRESSION_BODY
CALL '<get-doubleArray>(): DoubleArray' type=kotlin.DoubleArray origin=GET_PROPERTY CALL '<get-doubleArray>(): DoubleArray' type=kotlin.DoubleArray origin=GET_PROPERTY
$this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null $this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='copy(Array<String> = ..., CharArray = ..., BooleanArray = ..., ByteArray = ..., ShortArray = ..., IntArray = ..., LongArray = ..., FloatArray = ..., DoubleArray = ...): Test1' RETURN type=kotlin.Nothing from=copy(Array<String> = ..., CharArray = ..., BooleanArray = ..., ByteArray = ..., ShortArray = ..., IntArray = ..., LongArray = ..., FloatArray = ..., DoubleArray = ...): Test1'
CALL 'constructor Test1(Array<String>, CharArray, BooleanArray, ByteArray, ShortArray, IntArray, LongArray, FloatArray, DoubleArray)' type=Test1 origin=null CALL 'constructor Test1(Array<String>, CharArray, BooleanArray, ByteArray, ShortArray, IntArray, LongArray, FloatArray, DoubleArray)' type=Test1 origin=null
stringArray: GET_VAR 'value-parameter stringArray: Array<String> = ...' type=kotlin.Array<kotlin.String> origin=null stringArray: GET_VAR 'value-parameter stringArray: Array<String> = ...' type=kotlin.Array<kotlin.String> origin=null
charArray: GET_VAR 'value-parameter charArray: CharArray = ...' type=kotlin.CharArray origin=null charArray: GET_VAR 'value-parameter charArray: CharArray = ...' type=kotlin.CharArray origin=null
@@ -208,62 +208,62 @@ FILE /dataClassWithArrayMembers.kt
longArray: GET_VAR 'value-parameter longArray: LongArray = ...' type=kotlin.LongArray origin=null longArray: GET_VAR 'value-parameter longArray: LongArray = ...' type=kotlin.LongArray origin=null
floatArray: GET_VAR 'value-parameter floatArray: FloatArray = ...' type=kotlin.FloatArray origin=null floatArray: GET_VAR 'value-parameter floatArray: FloatArray = ...' type=kotlin.FloatArray origin=null
doubleArray: GET_VAR 'value-parameter doubleArray: DoubleArray = ...' type=kotlin.DoubleArray origin=null doubleArray: GET_VAR 'value-parameter doubleArray: DoubleArray = ...' type=kotlin.DoubleArray origin=null
FUN GENERATED_DATA_CLASS_MEMBER public open override fun toString(): kotlin.String FUN GENERATED_DATA_CLASS_MEMBER name:toString visibility:public modality:OPEN <> ($this:Test1) returnType:String flags:
$this: VALUE_PARAMETER this@Test1: Test1 $this: VALUE_PARAMETER name:<this> type:Test1 flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='toString(): String' RETURN type=kotlin.Nothing from=toString(): String'
STRING_CONCATENATION type=kotlin.String STRING_CONCATENATION type=kotlin.String
CONST String type=kotlin.String value='Test1(' CONST String type=kotlin.String value=Test1(
CONST String type=kotlin.String value='stringArray=' CONST String type=kotlin.String value=stringArray=
CALL 'dataClassArrayMemberToString(Any?): String' type=kotlin.String origin=null CALL 'dataClassArrayMemberToString(Any?): String' type=kotlin.String origin=null
arg0: CALL '<get-stringArray>(): Array<String>' type=kotlin.Array<kotlin.String> origin=GET_PROPERTY arg0: CALL '<get-stringArray>(): Array<String>' type=kotlin.Array<kotlin.String> origin=GET_PROPERTY
$this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null $this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
CONST String type=kotlin.String value=', ' CONST String type=kotlin.String value=,
CONST String type=kotlin.String value='charArray=' CONST String type=kotlin.String value=charArray=
CALL 'dataClassArrayMemberToString(Any?): String' type=kotlin.String origin=null CALL 'dataClassArrayMemberToString(Any?): String' type=kotlin.String origin=null
arg0: CALL '<get-charArray>(): CharArray' type=kotlin.CharArray origin=GET_PROPERTY arg0: CALL '<get-charArray>(): CharArray' type=kotlin.CharArray origin=GET_PROPERTY
$this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null $this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
CONST String type=kotlin.String value=', ' CONST String type=kotlin.String value=,
CONST String type=kotlin.String value='booleanArray=' CONST String type=kotlin.String value=booleanArray=
CALL 'dataClassArrayMemberToString(Any?): String' type=kotlin.String origin=null CALL 'dataClassArrayMemberToString(Any?): String' type=kotlin.String origin=null
arg0: CALL '<get-booleanArray>(): BooleanArray' type=kotlin.BooleanArray origin=GET_PROPERTY arg0: CALL '<get-booleanArray>(): BooleanArray' type=kotlin.BooleanArray origin=GET_PROPERTY
$this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null $this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
CONST String type=kotlin.String value=', ' CONST String type=kotlin.String value=,
CONST String type=kotlin.String value='byteArray=' CONST String type=kotlin.String value=byteArray=
CALL 'dataClassArrayMemberToString(Any?): String' type=kotlin.String origin=null CALL 'dataClassArrayMemberToString(Any?): String' type=kotlin.String origin=null
arg0: CALL '<get-byteArray>(): ByteArray' type=kotlin.ByteArray origin=GET_PROPERTY arg0: CALL '<get-byteArray>(): ByteArray' type=kotlin.ByteArray origin=GET_PROPERTY
$this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null $this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
CONST String type=kotlin.String value=', ' CONST String type=kotlin.String value=,
CONST String type=kotlin.String value='shortArray=' CONST String type=kotlin.String value=shortArray=
CALL 'dataClassArrayMemberToString(Any?): String' type=kotlin.String origin=null CALL 'dataClassArrayMemberToString(Any?): String' type=kotlin.String origin=null
arg0: CALL '<get-shortArray>(): ShortArray' type=kotlin.ShortArray origin=GET_PROPERTY arg0: CALL '<get-shortArray>(): ShortArray' type=kotlin.ShortArray origin=GET_PROPERTY
$this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null $this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
CONST String type=kotlin.String value=', ' CONST String type=kotlin.String value=,
CONST String type=kotlin.String value='intArray=' CONST String type=kotlin.String value=intArray=
CALL 'dataClassArrayMemberToString(Any?): String' type=kotlin.String origin=null CALL 'dataClassArrayMemberToString(Any?): String' type=kotlin.String origin=null
arg0: CALL '<get-intArray>(): IntArray' type=kotlin.IntArray origin=GET_PROPERTY arg0: CALL '<get-intArray>(): IntArray' type=kotlin.IntArray origin=GET_PROPERTY
$this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null $this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
CONST String type=kotlin.String value=', ' CONST String type=kotlin.String value=,
CONST String type=kotlin.String value='longArray=' CONST String type=kotlin.String value=longArray=
CALL 'dataClassArrayMemberToString(Any?): String' type=kotlin.String origin=null CALL 'dataClassArrayMemberToString(Any?): String' type=kotlin.String origin=null
arg0: CALL '<get-longArray>(): LongArray' type=kotlin.LongArray origin=GET_PROPERTY arg0: CALL '<get-longArray>(): LongArray' type=kotlin.LongArray origin=GET_PROPERTY
$this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null $this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
CONST String type=kotlin.String value=', ' CONST String type=kotlin.String value=,
CONST String type=kotlin.String value='floatArray=' CONST String type=kotlin.String value=floatArray=
CALL 'dataClassArrayMemberToString(Any?): String' type=kotlin.String origin=null CALL 'dataClassArrayMemberToString(Any?): String' type=kotlin.String origin=null
arg0: CALL '<get-floatArray>(): FloatArray' type=kotlin.FloatArray origin=GET_PROPERTY arg0: CALL '<get-floatArray>(): FloatArray' type=kotlin.FloatArray origin=GET_PROPERTY
$this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null $this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
CONST String type=kotlin.String value=', ' CONST String type=kotlin.String value=,
CONST String type=kotlin.String value='doubleArray=' CONST String type=kotlin.String value=doubleArray=
CALL 'dataClassArrayMemberToString(Any?): String' type=kotlin.String origin=null CALL 'dataClassArrayMemberToString(Any?): String' type=kotlin.String origin=null
arg0: CALL '<get-doubleArray>(): DoubleArray' type=kotlin.DoubleArray origin=GET_PROPERTY arg0: CALL '<get-doubleArray>(): DoubleArray' type=kotlin.DoubleArray origin=GET_PROPERTY
$this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null $this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
CONST String type=kotlin.String value=')' CONST String type=kotlin.String value=)
FUN GENERATED_DATA_CLASS_MEMBER public open override fun hashCode(): kotlin.Int FUN GENERATED_DATA_CLASS_MEMBER name:hashCode visibility:public modality:OPEN <> ($this:Test1) returnType:Int flags:
$this: VALUE_PARAMETER this@Test1: Test1 $this: VALUE_PARAMETER name:<this> type:Test1 flags:
BLOCK_BODY BLOCK_BODY
VAR IR_TEMPORARY_VARIABLE var tmp0_result: kotlin.Int VAR IR_TEMPORARY_VARIABLE name:tmp0_result type:kotlin.Int flags:var
CONST Int type=kotlin.Int value='0' CONST Int type=kotlin.Int value=0
SET_VAR 'tmp0_result: Int' type=kotlin.Unit origin=EQ SET_VAR 'tmp0_result: Int' type=kotlin.Unit origin=EQ
CALL 'dataClassArrayMemberHashCode(Any): Int' type=kotlin.Int origin=null CALL 'dataClassArrayMemberHashCode(Any): Int' type=kotlin.Int origin=null
arg0: CALL '<get-stringArray>(): Array<String>' type=kotlin.Array<kotlin.String> origin=GET_PROPERTY arg0: CALL '<get-stringArray>(): Array<String>' type=kotlin.Array<kotlin.String> origin=GET_PROPERTY
@@ -272,7 +272,7 @@ FILE /dataClassWithArrayMembers.kt
CALL 'plus(Int): Int' type=kotlin.Int origin=null CALL 'plus(Int): Int' type=kotlin.Int origin=null
$this: CALL 'times(Int): Int' type=kotlin.Int origin=null $this: CALL 'times(Int): Int' type=kotlin.Int origin=null
$this: GET_VAR 'tmp0_result: Int' type=kotlin.Int origin=null $this: GET_VAR 'tmp0_result: Int' type=kotlin.Int origin=null
other: CONST Int type=kotlin.Int value='31' other: CONST Int type=kotlin.Int value=31
other: CALL 'dataClassArrayMemberHashCode(Any): Int' type=kotlin.Int origin=null other: CALL 'dataClassArrayMemberHashCode(Any): Int' type=kotlin.Int origin=null
arg0: CALL '<get-charArray>(): CharArray' type=kotlin.CharArray origin=GET_PROPERTY arg0: CALL '<get-charArray>(): CharArray' type=kotlin.CharArray origin=GET_PROPERTY
$this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null $this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
@@ -280,7 +280,7 @@ FILE /dataClassWithArrayMembers.kt
CALL 'plus(Int): Int' type=kotlin.Int origin=null CALL 'plus(Int): Int' type=kotlin.Int origin=null
$this: CALL 'times(Int): Int' type=kotlin.Int origin=null $this: CALL 'times(Int): Int' type=kotlin.Int origin=null
$this: GET_VAR 'tmp0_result: Int' type=kotlin.Int origin=null $this: GET_VAR 'tmp0_result: Int' type=kotlin.Int origin=null
other: CONST Int type=kotlin.Int value='31' other: CONST Int type=kotlin.Int value=31
other: CALL 'dataClassArrayMemberHashCode(Any): Int' type=kotlin.Int origin=null other: CALL 'dataClassArrayMemberHashCode(Any): Int' type=kotlin.Int origin=null
arg0: CALL '<get-booleanArray>(): BooleanArray' type=kotlin.BooleanArray origin=GET_PROPERTY arg0: CALL '<get-booleanArray>(): BooleanArray' type=kotlin.BooleanArray origin=GET_PROPERTY
$this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null $this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
@@ -288,7 +288,7 @@ FILE /dataClassWithArrayMembers.kt
CALL 'plus(Int): Int' type=kotlin.Int origin=null CALL 'plus(Int): Int' type=kotlin.Int origin=null
$this: CALL 'times(Int): Int' type=kotlin.Int origin=null $this: CALL 'times(Int): Int' type=kotlin.Int origin=null
$this: GET_VAR 'tmp0_result: Int' type=kotlin.Int origin=null $this: GET_VAR 'tmp0_result: Int' type=kotlin.Int origin=null
other: CONST Int type=kotlin.Int value='31' other: CONST Int type=kotlin.Int value=31
other: CALL 'dataClassArrayMemberHashCode(Any): Int' type=kotlin.Int origin=null other: CALL 'dataClassArrayMemberHashCode(Any): Int' type=kotlin.Int origin=null
arg0: CALL '<get-byteArray>(): ByteArray' type=kotlin.ByteArray origin=GET_PROPERTY arg0: CALL '<get-byteArray>(): ByteArray' type=kotlin.ByteArray origin=GET_PROPERTY
$this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null $this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
@@ -296,7 +296,7 @@ FILE /dataClassWithArrayMembers.kt
CALL 'plus(Int): Int' type=kotlin.Int origin=null CALL 'plus(Int): Int' type=kotlin.Int origin=null
$this: CALL 'times(Int): Int' type=kotlin.Int origin=null $this: CALL 'times(Int): Int' type=kotlin.Int origin=null
$this: GET_VAR 'tmp0_result: Int' type=kotlin.Int origin=null $this: GET_VAR 'tmp0_result: Int' type=kotlin.Int origin=null
other: CONST Int type=kotlin.Int value='31' other: CONST Int type=kotlin.Int value=31
other: CALL 'dataClassArrayMemberHashCode(Any): Int' type=kotlin.Int origin=null other: CALL 'dataClassArrayMemberHashCode(Any): Int' type=kotlin.Int origin=null
arg0: CALL '<get-shortArray>(): ShortArray' type=kotlin.ShortArray origin=GET_PROPERTY arg0: CALL '<get-shortArray>(): ShortArray' type=kotlin.ShortArray origin=GET_PROPERTY
$this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null $this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
@@ -304,7 +304,7 @@ FILE /dataClassWithArrayMembers.kt
CALL 'plus(Int): Int' type=kotlin.Int origin=null CALL 'plus(Int): Int' type=kotlin.Int origin=null
$this: CALL 'times(Int): Int' type=kotlin.Int origin=null $this: CALL 'times(Int): Int' type=kotlin.Int origin=null
$this: GET_VAR 'tmp0_result: Int' type=kotlin.Int origin=null $this: GET_VAR 'tmp0_result: Int' type=kotlin.Int origin=null
other: CONST Int type=kotlin.Int value='31' other: CONST Int type=kotlin.Int value=31
other: CALL 'dataClassArrayMemberHashCode(Any): Int' type=kotlin.Int origin=null other: CALL 'dataClassArrayMemberHashCode(Any): Int' type=kotlin.Int origin=null
arg0: CALL '<get-intArray>(): IntArray' type=kotlin.IntArray origin=GET_PROPERTY arg0: CALL '<get-intArray>(): IntArray' type=kotlin.IntArray origin=GET_PROPERTY
$this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null $this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
@@ -312,7 +312,7 @@ FILE /dataClassWithArrayMembers.kt
CALL 'plus(Int): Int' type=kotlin.Int origin=null CALL 'plus(Int): Int' type=kotlin.Int origin=null
$this: CALL 'times(Int): Int' type=kotlin.Int origin=null $this: CALL 'times(Int): Int' type=kotlin.Int origin=null
$this: GET_VAR 'tmp0_result: Int' type=kotlin.Int origin=null $this: GET_VAR 'tmp0_result: Int' type=kotlin.Int origin=null
other: CONST Int type=kotlin.Int value='31' other: CONST Int type=kotlin.Int value=31
other: CALL 'dataClassArrayMemberHashCode(Any): Int' type=kotlin.Int origin=null other: CALL 'dataClassArrayMemberHashCode(Any): Int' type=kotlin.Int origin=null
arg0: CALL '<get-longArray>(): LongArray' type=kotlin.LongArray origin=GET_PROPERTY arg0: CALL '<get-longArray>(): LongArray' type=kotlin.LongArray origin=GET_PROPERTY
$this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null $this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
@@ -320,7 +320,7 @@ FILE /dataClassWithArrayMembers.kt
CALL 'plus(Int): Int' type=kotlin.Int origin=null CALL 'plus(Int): Int' type=kotlin.Int origin=null
$this: CALL 'times(Int): Int' type=kotlin.Int origin=null $this: CALL 'times(Int): Int' type=kotlin.Int origin=null
$this: GET_VAR 'tmp0_result: Int' type=kotlin.Int origin=null $this: GET_VAR 'tmp0_result: Int' type=kotlin.Int origin=null
other: CONST Int type=kotlin.Int value='31' other: CONST Int type=kotlin.Int value=31
other: CALL 'dataClassArrayMemberHashCode(Any): Int' type=kotlin.Int origin=null other: CALL 'dataClassArrayMemberHashCode(Any): Int' type=kotlin.Int origin=null
arg0: CALL '<get-floatArray>(): FloatArray' type=kotlin.FloatArray origin=GET_PROPERTY arg0: CALL '<get-floatArray>(): FloatArray' type=kotlin.FloatArray origin=GET_PROPERTY
$this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null $this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
@@ -328,30 +328,30 @@ FILE /dataClassWithArrayMembers.kt
CALL 'plus(Int): Int' type=kotlin.Int origin=null CALL 'plus(Int): Int' type=kotlin.Int origin=null
$this: CALL 'times(Int): Int' type=kotlin.Int origin=null $this: CALL 'times(Int): Int' type=kotlin.Int origin=null
$this: GET_VAR 'tmp0_result: Int' type=kotlin.Int origin=null $this: GET_VAR 'tmp0_result: Int' type=kotlin.Int origin=null
other: CONST Int type=kotlin.Int value='31' other: CONST Int type=kotlin.Int value=31
other: CALL 'dataClassArrayMemberHashCode(Any): Int' type=kotlin.Int origin=null other: CALL 'dataClassArrayMemberHashCode(Any): Int' type=kotlin.Int origin=null
arg0: CALL '<get-doubleArray>(): DoubleArray' type=kotlin.DoubleArray origin=GET_PROPERTY arg0: CALL '<get-doubleArray>(): DoubleArray' type=kotlin.DoubleArray origin=GET_PROPERTY
$this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null $this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
RETURN type=kotlin.Nothing from='hashCode(): Int' RETURN type=kotlin.Nothing from=hashCode(): Int'
GET_VAR 'tmp0_result: Int' type=kotlin.Int origin=null GET_VAR 'tmp0_result: Int' type=kotlin.Int origin=null
FUN GENERATED_DATA_CLASS_MEMBER public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN GENERATED_DATA_CLASS_MEMBER name:equals visibility:public modality:OPEN <> ($this:Test1, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Test1: Test1 $this: VALUE_PARAMETER name:<this> type:Test1 flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
BLOCK_BODY BLOCK_BODY
WHEN type=kotlin.Unit origin=null WHEN type=kotlin.Unit origin=null
BRANCH BRANCH
if: CALL 'EQEQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQEQ if: CALL 'EQEQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQEQ
arg0: GET_VAR 'this@Test1: Test1' type=Test1 origin=null arg0: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
arg1: GET_VAR 'value-parameter other: Any?' type=kotlin.Any? origin=null arg1: GET_VAR 'value-parameter other: Any?' type=kotlin.Any? origin=null
then: RETURN type=kotlin.Nothing from='equals(Any?): Boolean' then: RETURN type=kotlin.Nothing from=equals(Any?): Boolean'
CONST Boolean type=kotlin.Boolean value='true' CONST Boolean type=kotlin.Boolean value=true
WHEN type=kotlin.Unit origin=null WHEN type=kotlin.Unit origin=null
BRANCH BRANCH
if: TYPE_OP type=kotlin.Boolean origin=NOT_INSTANCEOF typeOperand=Test1 if: TYPE_OP type=kotlin.Boolean origin=NOT_INSTANCEOF typeOperand=Test1
GET_VAR 'value-parameter other: Any?' type=kotlin.Any? origin=null GET_VAR 'value-parameter other: Any?' type=kotlin.Any? origin=null
then: RETURN type=kotlin.Nothing from='equals(Any?): Boolean' then: RETURN type=kotlin.Nothing from=equals(Any?): Boolean'
CONST Boolean type=kotlin.Boolean value='false' CONST Boolean type=kotlin.Boolean value=false
VAR IR_TEMPORARY_VARIABLE val tmp0_other_with_cast: Test1 VAR IR_TEMPORARY_VARIABLE name:tmp0_other_with_cast type:Test1 flags:val
TYPE_OP type=Test1 origin=CAST typeOperand=Test1 TYPE_OP type=Test1 origin=CAST typeOperand=Test1
GET_VAR 'value-parameter other: Any?' type=kotlin.Any? origin=null GET_VAR 'value-parameter other: Any?' type=kotlin.Any? origin=null
WHEN type=kotlin.Unit origin=null WHEN type=kotlin.Unit origin=null
@@ -362,8 +362,8 @@ FILE /dataClassWithArrayMembers.kt
$this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null $this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
arg1: CALL '<get-stringArray>(): Array<String>' type=kotlin.Array<kotlin.String> origin=GET_PROPERTY arg1: CALL '<get-stringArray>(): Array<String>' type=kotlin.Array<kotlin.String> origin=GET_PROPERTY
$this: GET_VAR 'tmp0_other_with_cast: Test1' type=Test1 origin=null $this: GET_VAR 'tmp0_other_with_cast: Test1' type=Test1 origin=null
then: RETURN type=kotlin.Nothing from='equals(Any?): Boolean' then: RETURN type=kotlin.Nothing from=equals(Any?): Boolean'
CONST Boolean type=kotlin.Boolean value='false' CONST Boolean type=kotlin.Boolean value=false
WHEN type=kotlin.Unit origin=null WHEN type=kotlin.Unit origin=null
BRANCH BRANCH
if: CALL 'NOT(Boolean): Boolean' type=kotlin.Boolean origin=EXCLEQ if: CALL 'NOT(Boolean): Boolean' type=kotlin.Boolean origin=EXCLEQ
@@ -372,8 +372,8 @@ FILE /dataClassWithArrayMembers.kt
$this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null $this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
arg1: CALL '<get-charArray>(): CharArray' type=kotlin.CharArray origin=GET_PROPERTY arg1: CALL '<get-charArray>(): CharArray' type=kotlin.CharArray origin=GET_PROPERTY
$this: GET_VAR 'tmp0_other_with_cast: Test1' type=Test1 origin=null $this: GET_VAR 'tmp0_other_with_cast: Test1' type=Test1 origin=null
then: RETURN type=kotlin.Nothing from='equals(Any?): Boolean' then: RETURN type=kotlin.Nothing from=equals(Any?): Boolean'
CONST Boolean type=kotlin.Boolean value='false' CONST Boolean type=kotlin.Boolean value=false
WHEN type=kotlin.Unit origin=null WHEN type=kotlin.Unit origin=null
BRANCH BRANCH
if: CALL 'NOT(Boolean): Boolean' type=kotlin.Boolean origin=EXCLEQ if: CALL 'NOT(Boolean): Boolean' type=kotlin.Boolean origin=EXCLEQ
@@ -382,8 +382,8 @@ FILE /dataClassWithArrayMembers.kt
$this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null $this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
arg1: CALL '<get-booleanArray>(): BooleanArray' type=kotlin.BooleanArray origin=GET_PROPERTY arg1: CALL '<get-booleanArray>(): BooleanArray' type=kotlin.BooleanArray origin=GET_PROPERTY
$this: GET_VAR 'tmp0_other_with_cast: Test1' type=Test1 origin=null $this: GET_VAR 'tmp0_other_with_cast: Test1' type=Test1 origin=null
then: RETURN type=kotlin.Nothing from='equals(Any?): Boolean' then: RETURN type=kotlin.Nothing from=equals(Any?): Boolean'
CONST Boolean type=kotlin.Boolean value='false' CONST Boolean type=kotlin.Boolean value=false
WHEN type=kotlin.Unit origin=null WHEN type=kotlin.Unit origin=null
BRANCH BRANCH
if: CALL 'NOT(Boolean): Boolean' type=kotlin.Boolean origin=EXCLEQ if: CALL 'NOT(Boolean): Boolean' type=kotlin.Boolean origin=EXCLEQ
@@ -392,8 +392,8 @@ FILE /dataClassWithArrayMembers.kt
$this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null $this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
arg1: CALL '<get-byteArray>(): ByteArray' type=kotlin.ByteArray origin=GET_PROPERTY arg1: CALL '<get-byteArray>(): ByteArray' type=kotlin.ByteArray origin=GET_PROPERTY
$this: GET_VAR 'tmp0_other_with_cast: Test1' type=Test1 origin=null $this: GET_VAR 'tmp0_other_with_cast: Test1' type=Test1 origin=null
then: RETURN type=kotlin.Nothing from='equals(Any?): Boolean' then: RETURN type=kotlin.Nothing from=equals(Any?): Boolean'
CONST Boolean type=kotlin.Boolean value='false' CONST Boolean type=kotlin.Boolean value=false
WHEN type=kotlin.Unit origin=null WHEN type=kotlin.Unit origin=null
BRANCH BRANCH
if: CALL 'NOT(Boolean): Boolean' type=kotlin.Boolean origin=EXCLEQ if: CALL 'NOT(Boolean): Boolean' type=kotlin.Boolean origin=EXCLEQ
@@ -402,8 +402,8 @@ FILE /dataClassWithArrayMembers.kt
$this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null $this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
arg1: CALL '<get-shortArray>(): ShortArray' type=kotlin.ShortArray origin=GET_PROPERTY arg1: CALL '<get-shortArray>(): ShortArray' type=kotlin.ShortArray origin=GET_PROPERTY
$this: GET_VAR 'tmp0_other_with_cast: Test1' type=Test1 origin=null $this: GET_VAR 'tmp0_other_with_cast: Test1' type=Test1 origin=null
then: RETURN type=kotlin.Nothing from='equals(Any?): Boolean' then: RETURN type=kotlin.Nothing from=equals(Any?): Boolean'
CONST Boolean type=kotlin.Boolean value='false' CONST Boolean type=kotlin.Boolean value=false
WHEN type=kotlin.Unit origin=null WHEN type=kotlin.Unit origin=null
BRANCH BRANCH
if: CALL 'NOT(Boolean): Boolean' type=kotlin.Boolean origin=EXCLEQ if: CALL 'NOT(Boolean): Boolean' type=kotlin.Boolean origin=EXCLEQ
@@ -412,8 +412,8 @@ FILE /dataClassWithArrayMembers.kt
$this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null $this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
arg1: CALL '<get-intArray>(): IntArray' type=kotlin.IntArray origin=GET_PROPERTY arg1: CALL '<get-intArray>(): IntArray' type=kotlin.IntArray origin=GET_PROPERTY
$this: GET_VAR 'tmp0_other_with_cast: Test1' type=Test1 origin=null $this: GET_VAR 'tmp0_other_with_cast: Test1' type=Test1 origin=null
then: RETURN type=kotlin.Nothing from='equals(Any?): Boolean' then: RETURN type=kotlin.Nothing from=equals(Any?): Boolean'
CONST Boolean type=kotlin.Boolean value='false' CONST Boolean type=kotlin.Boolean value=false
WHEN type=kotlin.Unit origin=null WHEN type=kotlin.Unit origin=null
BRANCH BRANCH
if: CALL 'NOT(Boolean): Boolean' type=kotlin.Boolean origin=EXCLEQ if: CALL 'NOT(Boolean): Boolean' type=kotlin.Boolean origin=EXCLEQ
@@ -422,8 +422,8 @@ FILE /dataClassWithArrayMembers.kt
$this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null $this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
arg1: CALL '<get-longArray>(): LongArray' type=kotlin.LongArray origin=GET_PROPERTY arg1: CALL '<get-longArray>(): LongArray' type=kotlin.LongArray origin=GET_PROPERTY
$this: GET_VAR 'tmp0_other_with_cast: Test1' type=Test1 origin=null $this: GET_VAR 'tmp0_other_with_cast: Test1' type=Test1 origin=null
then: RETURN type=kotlin.Nothing from='equals(Any?): Boolean' then: RETURN type=kotlin.Nothing from=equals(Any?): Boolean'
CONST Boolean type=kotlin.Boolean value='false' CONST Boolean type=kotlin.Boolean value=false
WHEN type=kotlin.Unit origin=null WHEN type=kotlin.Unit origin=null
BRANCH BRANCH
if: CALL 'NOT(Boolean): Boolean' type=kotlin.Boolean origin=EXCLEQ if: CALL 'NOT(Boolean): Boolean' type=kotlin.Boolean origin=EXCLEQ
@@ -432,8 +432,8 @@ FILE /dataClassWithArrayMembers.kt
$this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null $this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
arg1: CALL '<get-floatArray>(): FloatArray' type=kotlin.FloatArray origin=GET_PROPERTY arg1: CALL '<get-floatArray>(): FloatArray' type=kotlin.FloatArray origin=GET_PROPERTY
$this: GET_VAR 'tmp0_other_with_cast: Test1' type=Test1 origin=null $this: GET_VAR 'tmp0_other_with_cast: Test1' type=Test1 origin=null
then: RETURN type=kotlin.Nothing from='equals(Any?): Boolean' then: RETURN type=kotlin.Nothing from=equals(Any?): Boolean'
CONST Boolean type=kotlin.Boolean value='false' CONST Boolean type=kotlin.Boolean value=false
WHEN type=kotlin.Unit origin=null WHEN type=kotlin.Unit origin=null
BRANCH BRANCH
if: CALL 'NOT(Boolean): Boolean' type=kotlin.Boolean origin=EXCLEQ if: CALL 'NOT(Boolean): Boolean' type=kotlin.Boolean origin=EXCLEQ
@@ -442,85 +442,85 @@ FILE /dataClassWithArrayMembers.kt
$this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null $this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
arg1: CALL '<get-doubleArray>(): DoubleArray' type=kotlin.DoubleArray origin=GET_PROPERTY arg1: CALL '<get-doubleArray>(): DoubleArray' type=kotlin.DoubleArray origin=GET_PROPERTY
$this: GET_VAR 'tmp0_other_with_cast: Test1' type=Test1 origin=null $this: GET_VAR 'tmp0_other_with_cast: Test1' type=Test1 origin=null
then: RETURN type=kotlin.Nothing from='equals(Any?): Boolean' then: RETURN type=kotlin.Nothing from=equals(Any?): Boolean'
CONST Boolean type=kotlin.Boolean value='false' CONST Boolean type=kotlin.Boolean value=false
RETURN type=kotlin.Nothing from='equals(Any?): Boolean' RETURN type=kotlin.Nothing from=equals(Any?): Boolean'
CONST Boolean type=kotlin.Boolean value='true' CONST Boolean type=kotlin.Boolean value=true
CLASS CLASS Test2 CLASS CLASS name:Test2 modality:FINAL visibility:public flags:data
$this: VALUE_PARAMETER this@Test2: Test2<T> $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:Test2<T> flags:
TYPE_PARAMETER <T> TYPE_PARAMETER name:T index:0 variance: upperBounds:[kotlin.Any?]
CONSTRUCTOR public constructor Test2<T>(genericArray: kotlin.Array<T>) CONSTRUCTOR visibility:public <> (genericArray:kotlin.Array<T>) returnType:Test2<T> flags:
VALUE_PARAMETER value-parameter genericArray: kotlin.Array<T> VALUE_PARAMETER name:genericArray index:0 type:kotlin.Array<T> flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='Test2' INSTANCE_INITIALIZER_CALL classDescriptor='Test2'
PROPERTY public final val genericArray: kotlin.Array<T> PROPERTY name:genericArray type:kotlin.Array<T> visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public final val genericArray: kotlin.Array<T> FIELD PROPERTY_BACKING_FIELD name:genericArray type:kotlin.Array<T> visibility:public
EXPRESSION_BODY EXPRESSION_BODY
GET_VAR 'value-parameter genericArray: Array<T>' type=kotlin.Array<T> origin=INITIALIZE_PROPERTY_FROM_PARAMETER GET_VAR 'value-parameter genericArray: Array<T>' type=kotlin.Array<T> origin=INITIALIZE_PROPERTY_FROM_PARAMETER
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-genericArray>(): kotlin.Array<T> FUN DEFAULT_PROPERTY_ACCESSOR name:<get-genericArray> visibility:public modality:FINAL <> ($this:Test2<T>) returnType:Array<T> flags:
$this: VALUE_PARAMETER this@Test2: Test2<T> $this: VALUE_PARAMETER name:<this> type:Test2<T> flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-genericArray>(): Array<T>' RETURN type=kotlin.Nothing from=<get-genericArray>(): Array<T>'
GET_FIELD 'genericArray: Array<T>' type=kotlin.Array<T> origin=null GET_FIELD 'genericArray: Array<T>' type=kotlin.Array<T> origin=null
receiver: GET_VAR 'this@Test2: Test2<T>' type=Test2<T> origin=null receiver: GET_VAR 'this@Test2: Test2<T>' type=Test2<T> origin=null
FUN GENERATED_DATA_CLASS_MEMBER public final operator fun component1(): kotlin.Array<T> FUN GENERATED_DATA_CLASS_MEMBER name:component1 visibility:public modality:FINAL <> ($this:Test2<T>) returnType:Array<T> flags:
$this: VALUE_PARAMETER this@Test2: Test2<T> $this: VALUE_PARAMETER name:<this> type:Test2<T> flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='component1(): Array<T>' RETURN type=kotlin.Nothing from=component1(): Array<T>'
CALL '<get-genericArray>(): Array<T>' type=kotlin.Array<T> origin=GET_PROPERTY CALL '<get-genericArray>(): Array<T>' type=kotlin.Array<T> origin=GET_PROPERTY
$this: GET_VAR 'this@Test2: Test2<T>' type=Test2<T> origin=null $this: GET_VAR 'this@Test2: Test2<T>' type=Test2<T> origin=null
FUN GENERATED_DATA_CLASS_MEMBER public final fun copy(genericArray: kotlin.Array<T> = ...): Test2<T> FUN GENERATED_DATA_CLASS_MEMBER name:copy visibility:public modality:FINAL <> ($this:Test2<T>, genericArray:kotlin.Array<T>) returnType:Test2<T> flags:
$this: VALUE_PARAMETER this@Test2: Test2<T> $this: VALUE_PARAMETER name:<this> type:Test2<T> flags:
VALUE_PARAMETER value-parameter genericArray: kotlin.Array<T> = ... VALUE_PARAMETER name:genericArray index:0 type:kotlin.Array<T> flags:
EXPRESSION_BODY EXPRESSION_BODY
CALL '<get-genericArray>(): Array<T>' type=kotlin.Array<T> origin=GET_PROPERTY CALL '<get-genericArray>(): Array<T>' type=kotlin.Array<T> origin=GET_PROPERTY
$this: GET_VAR 'this@Test2: Test2<T>' type=Test2<T> origin=null $this: GET_VAR 'this@Test2: Test2<T>' type=Test2<T> origin=null
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='copy(Array<T> = ...): Test2<T>' RETURN type=kotlin.Nothing from=copy(Array<T> = ...): Test2<T>'
CALL 'constructor Test2(Array<T>)' type=Test2<T> origin=null CALL 'constructor Test2(Array<T>)' type=Test2<T> origin=null
<T>: null <T>: null
genericArray: GET_VAR 'value-parameter genericArray: Array<T> = ...' type=kotlin.Array<T> origin=null genericArray: GET_VAR 'value-parameter genericArray: Array<T> = ...' type=kotlin.Array<T> origin=null
FUN GENERATED_DATA_CLASS_MEMBER public open override fun toString(): kotlin.String FUN GENERATED_DATA_CLASS_MEMBER name:toString visibility:public modality:OPEN <> ($this:Test2<T>) returnType:String flags:
$this: VALUE_PARAMETER this@Test2: Test2<T> $this: VALUE_PARAMETER name:<this> type:Test2<T> flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='toString(): String' RETURN type=kotlin.Nothing from=toString(): String'
STRING_CONCATENATION type=kotlin.String STRING_CONCATENATION type=kotlin.String
CONST String type=kotlin.String value='Test2(' CONST String type=kotlin.String value=Test2(
CONST String type=kotlin.String value='genericArray=' CONST String type=kotlin.String value=genericArray=
CALL 'dataClassArrayMemberToString(Any?): String' type=kotlin.String origin=null CALL 'dataClassArrayMemberToString(Any?): String' type=kotlin.String origin=null
arg0: CALL '<get-genericArray>(): Array<T>' type=kotlin.Array<T> origin=GET_PROPERTY arg0: CALL '<get-genericArray>(): Array<T>' type=kotlin.Array<T> origin=GET_PROPERTY
$this: GET_VAR 'this@Test2: Test2<T>' type=Test2<T> origin=null $this: GET_VAR 'this@Test2: Test2<T>' type=Test2<T> origin=null
CONST String type=kotlin.String value=')' CONST String type=kotlin.String value=)
FUN GENERATED_DATA_CLASS_MEMBER public open override fun hashCode(): kotlin.Int FUN GENERATED_DATA_CLASS_MEMBER name:hashCode visibility:public modality:OPEN <> ($this:Test2<T>) returnType:Int flags:
$this: VALUE_PARAMETER this@Test2: Test2<T> $this: VALUE_PARAMETER name:<this> type:Test2<T> flags:
BLOCK_BODY BLOCK_BODY
VAR IR_TEMPORARY_VARIABLE var tmp0_result: kotlin.Int VAR IR_TEMPORARY_VARIABLE name:tmp0_result type:kotlin.Int flags:var
CONST Int type=kotlin.Int value='0' CONST Int type=kotlin.Int value=0
SET_VAR 'tmp0_result: Int' type=kotlin.Unit origin=EQ SET_VAR 'tmp0_result: Int' type=kotlin.Unit origin=EQ
CALL 'dataClassArrayMemberHashCode(Any): Int' type=kotlin.Int origin=null CALL 'dataClassArrayMemberHashCode(Any): Int' type=kotlin.Int origin=null
arg0: CALL '<get-genericArray>(): Array<T>' type=kotlin.Array<T> origin=GET_PROPERTY arg0: CALL '<get-genericArray>(): Array<T>' type=kotlin.Array<T> origin=GET_PROPERTY
$this: GET_VAR 'this@Test2: Test2<T>' type=Test2<T> origin=null $this: GET_VAR 'this@Test2: Test2<T>' type=Test2<T> origin=null
RETURN type=kotlin.Nothing from='hashCode(): Int' RETURN type=kotlin.Nothing from=hashCode(): Int'
GET_VAR 'tmp0_result: Int' type=kotlin.Int origin=null GET_VAR 'tmp0_result: Int' type=kotlin.Int origin=null
FUN GENERATED_DATA_CLASS_MEMBER public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN GENERATED_DATA_CLASS_MEMBER name:equals visibility:public modality:OPEN <> ($this:Test2<T>, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Test2: Test2<T> $this: VALUE_PARAMETER name:<this> type:Test2<T> flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
BLOCK_BODY BLOCK_BODY
WHEN type=kotlin.Unit origin=null WHEN type=kotlin.Unit origin=null
BRANCH BRANCH
if: CALL 'EQEQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQEQ if: CALL 'EQEQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQEQ
arg0: GET_VAR 'this@Test2: Test2<T>' type=Test2<T> origin=null arg0: GET_VAR 'this@Test2: Test2<T>' type=Test2<T> origin=null
arg1: GET_VAR 'value-parameter other: Any?' type=kotlin.Any? origin=null arg1: GET_VAR 'value-parameter other: Any?' type=kotlin.Any? origin=null
then: RETURN type=kotlin.Nothing from='equals(Any?): Boolean' then: RETURN type=kotlin.Nothing from=equals(Any?): Boolean'
CONST Boolean type=kotlin.Boolean value='true' CONST Boolean type=kotlin.Boolean value=true
WHEN type=kotlin.Unit origin=null WHEN type=kotlin.Unit origin=null
BRANCH BRANCH
if: TYPE_OP type=kotlin.Boolean origin=NOT_INSTANCEOF typeOperand=Test2<T> if: TYPE_OP type=kotlin.Boolean origin=NOT_INSTANCEOF typeOperand=Test2<T>
GET_VAR 'value-parameter other: Any?' type=kotlin.Any? origin=null GET_VAR 'value-parameter other: Any?' type=kotlin.Any? origin=null
then: RETURN type=kotlin.Nothing from='equals(Any?): Boolean' then: RETURN type=kotlin.Nothing from=equals(Any?): Boolean'
CONST Boolean type=kotlin.Boolean value='false' CONST Boolean type=kotlin.Boolean value=false
VAR IR_TEMPORARY_VARIABLE val tmp0_other_with_cast: Test2<T> VAR IR_TEMPORARY_VARIABLE name:tmp0_other_with_cast type:Test2<T> flags:val
TYPE_OP type=Test2<T> origin=CAST typeOperand=Test2<T> TYPE_OP type=Test2<T> origin=CAST typeOperand=Test2<T>
GET_VAR 'value-parameter other: Any?' type=kotlin.Any? origin=null GET_VAR 'value-parameter other: Any?' type=kotlin.Any? origin=null
WHEN type=kotlin.Unit origin=null WHEN type=kotlin.Unit origin=null
@@ -531,94 +531,94 @@ FILE /dataClassWithArrayMembers.kt
$this: GET_VAR 'this@Test2: Test2<T>' type=Test2<T> origin=null $this: GET_VAR 'this@Test2: Test2<T>' type=Test2<T> origin=null
arg1: CALL '<get-genericArray>(): Array<T>' type=kotlin.Array<T> origin=GET_PROPERTY arg1: CALL '<get-genericArray>(): Array<T>' type=kotlin.Array<T> origin=GET_PROPERTY
$this: GET_VAR 'tmp0_other_with_cast: Test2<T>' type=Test2<T> origin=null $this: GET_VAR 'tmp0_other_with_cast: Test2<T>' type=Test2<T> origin=null
then: RETURN type=kotlin.Nothing from='equals(Any?): Boolean' then: RETURN type=kotlin.Nothing from=equals(Any?): Boolean'
CONST Boolean type=kotlin.Boolean value='false' CONST Boolean type=kotlin.Boolean value=false
RETURN type=kotlin.Nothing from='equals(Any?): Boolean' RETURN type=kotlin.Nothing from=equals(Any?): Boolean'
CONST Boolean type=kotlin.Boolean value='true' CONST Boolean type=kotlin.Boolean value=true
CLASS CLASS Test3 CLASS CLASS name:Test3 modality:FINAL visibility:public flags:data
$this: VALUE_PARAMETER this@Test3: Test3 $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:Test3 flags:
CONSTRUCTOR public constructor Test3(anyArrayN: kotlin.Array<kotlin.Any>?) CONSTRUCTOR visibility:public <> (anyArrayN:kotlin.Array<kotlin.Any>?) returnType:Test3 flags:
VALUE_PARAMETER value-parameter anyArrayN: kotlin.Array<kotlin.Any>? VALUE_PARAMETER name:anyArrayN index:0 type:kotlin.Array<kotlin.Any>? flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='Test3' INSTANCE_INITIALIZER_CALL classDescriptor='Test3'
PROPERTY public final val anyArrayN: kotlin.Array<kotlin.Any>? PROPERTY name:anyArrayN type:kotlin.Array<kotlin.Any>? visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public final val anyArrayN: kotlin.Array<kotlin.Any>? FIELD PROPERTY_BACKING_FIELD name:anyArrayN type:kotlin.Array<kotlin.Any>? visibility:public
EXPRESSION_BODY EXPRESSION_BODY
GET_VAR 'value-parameter anyArrayN: Array<Any>?' type=kotlin.Array<kotlin.Any>? origin=INITIALIZE_PROPERTY_FROM_PARAMETER GET_VAR 'value-parameter anyArrayN: Array<Any>?' type=kotlin.Array<kotlin.Any>? origin=INITIALIZE_PROPERTY_FROM_PARAMETER
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-anyArrayN>(): kotlin.Array<kotlin.Any>? FUN DEFAULT_PROPERTY_ACCESSOR name:<get-anyArrayN> visibility:public modality:FINAL <> ($this:Test3) returnType:Array<Any>? flags:
$this: VALUE_PARAMETER this@Test3: Test3 $this: VALUE_PARAMETER name:<this> type:Test3 flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-anyArrayN>(): Array<Any>?' RETURN type=kotlin.Nothing from=<get-anyArrayN>(): Array<Any>?'
GET_FIELD 'anyArrayN: Array<Any>?' type=kotlin.Array<kotlin.Any>? origin=null GET_FIELD 'anyArrayN: Array<Any>?' type=kotlin.Array<kotlin.Any>? origin=null
receiver: GET_VAR 'this@Test3: Test3' type=Test3 origin=null receiver: GET_VAR 'this@Test3: Test3' type=Test3 origin=null
FUN GENERATED_DATA_CLASS_MEMBER public final operator fun component1(): kotlin.Array<kotlin.Any>? FUN GENERATED_DATA_CLASS_MEMBER name:component1 visibility:public modality:FINAL <> ($this:Test3) returnType:Array<Any>? flags:
$this: VALUE_PARAMETER this@Test3: Test3 $this: VALUE_PARAMETER name:<this> type:Test3 flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='component1(): Array<Any>?' RETURN type=kotlin.Nothing from=component1(): Array<Any>?'
CALL '<get-anyArrayN>(): Array<Any>?' type=kotlin.Array<kotlin.Any>? origin=GET_PROPERTY CALL '<get-anyArrayN>(): Array<Any>?' type=kotlin.Array<kotlin.Any>? origin=GET_PROPERTY
$this: GET_VAR 'this@Test3: Test3' type=Test3 origin=null $this: GET_VAR 'this@Test3: Test3' type=Test3 origin=null
FUN GENERATED_DATA_CLASS_MEMBER public final fun copy(anyArrayN: kotlin.Array<kotlin.Any>? = ...): Test3 FUN GENERATED_DATA_CLASS_MEMBER name:copy visibility:public modality:FINAL <> ($this:Test3, anyArrayN:kotlin.Array<kotlin.Any>?) returnType:Test3 flags:
$this: VALUE_PARAMETER this@Test3: Test3 $this: VALUE_PARAMETER name:<this> type:Test3 flags:
VALUE_PARAMETER value-parameter anyArrayN: kotlin.Array<kotlin.Any>? = ... VALUE_PARAMETER name:anyArrayN index:0 type:kotlin.Array<kotlin.Any>? flags:
EXPRESSION_BODY EXPRESSION_BODY
CALL '<get-anyArrayN>(): Array<Any>?' type=kotlin.Array<kotlin.Any>? origin=GET_PROPERTY CALL '<get-anyArrayN>(): Array<Any>?' type=kotlin.Array<kotlin.Any>? origin=GET_PROPERTY
$this: GET_VAR 'this@Test3: Test3' type=Test3 origin=null $this: GET_VAR 'this@Test3: Test3' type=Test3 origin=null
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='copy(Array<Any>? = ...): Test3' RETURN type=kotlin.Nothing from=copy(Array<Any>? = ...): Test3'
CALL 'constructor Test3(Array<Any>?)' type=Test3 origin=null CALL 'constructor Test3(Array<Any>?)' type=Test3 origin=null
anyArrayN: GET_VAR 'value-parameter anyArrayN: Array<Any>? = ...' type=kotlin.Array<kotlin.Any>? origin=null anyArrayN: GET_VAR 'value-parameter anyArrayN: Array<Any>? = ...' type=kotlin.Array<kotlin.Any>? origin=null
FUN GENERATED_DATA_CLASS_MEMBER public open override fun toString(): kotlin.String FUN GENERATED_DATA_CLASS_MEMBER name:toString visibility:public modality:OPEN <> ($this:Test3) returnType:String flags:
$this: VALUE_PARAMETER this@Test3: Test3 $this: VALUE_PARAMETER name:<this> type:Test3 flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='toString(): String' RETURN type=kotlin.Nothing from=toString(): String'
STRING_CONCATENATION type=kotlin.String STRING_CONCATENATION type=kotlin.String
CONST String type=kotlin.String value='Test3(' CONST String type=kotlin.String value=Test3(
CONST String type=kotlin.String value='anyArrayN=' CONST String type=kotlin.String value=anyArrayN=
CALL 'dataClassArrayMemberToString(Any?): String' type=kotlin.String origin=null CALL 'dataClassArrayMemberToString(Any?): String' type=kotlin.String origin=null
arg0: CALL '<get-anyArrayN>(): Array<Any>?' type=kotlin.Array<kotlin.Any>? origin=GET_PROPERTY arg0: CALL '<get-anyArrayN>(): Array<Any>?' type=kotlin.Array<kotlin.Any>? origin=GET_PROPERTY
$this: GET_VAR 'this@Test3: Test3' type=Test3 origin=null $this: GET_VAR 'this@Test3: Test3' type=Test3 origin=null
CONST String type=kotlin.String value=')' CONST String type=kotlin.String value=)
FUN GENERATED_DATA_CLASS_MEMBER public open override fun hashCode(): kotlin.Int FUN GENERATED_DATA_CLASS_MEMBER name:hashCode visibility:public modality:OPEN <> ($this:Test3) returnType:Int flags:
$this: VALUE_PARAMETER this@Test3: Test3 $this: VALUE_PARAMETER name:<this> type:Test3 flags:
BLOCK_BODY BLOCK_BODY
VAR IR_TEMPORARY_VARIABLE var tmp0_result: kotlin.Int VAR IR_TEMPORARY_VARIABLE name:tmp0_result type:kotlin.Int flags:var
CONST Int type=kotlin.Int value='0' CONST Int type=kotlin.Int value=0
SET_VAR 'tmp0_result: Int' type=kotlin.Unit origin=EQ SET_VAR 'tmp0_result: Int' type=kotlin.Unit origin=EQ
BLOCK type=kotlin.Int origin=null BLOCK type=kotlin.Int origin=null
VAR IR_TEMPORARY_VARIABLE val tmp1: kotlin.Array<kotlin.Any>? VAR IR_TEMPORARY_VARIABLE name:tmp1 type:kotlin.Array<kotlin.Any>? flags:val
CALL '<get-anyArrayN>(): Array<Any>?' type=kotlin.Array<kotlin.Any>? origin=GET_PROPERTY CALL '<get-anyArrayN>(): Array<Any>?' type=kotlin.Array<kotlin.Any>? origin=GET_PROPERTY
$this: GET_VAR 'this@Test3: Test3' type=Test3 origin=null $this: GET_VAR 'this@Test3: Test3' type=Test3 origin=null
WHEN type=kotlin.Int origin=null WHEN type=kotlin.Int origin=null
BRANCH BRANCH
if: CALL 'EQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQ if: CALL 'EQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQ
arg0: GET_VAR 'tmp1: Array<Any>?' type=kotlin.Array<kotlin.Any>? origin=null arg0: GET_VAR 'tmp1: Array<Any>?' type=kotlin.Array<kotlin.Any>? origin=null
arg1: CONST Null type=kotlin.Nothing? value='null' arg1: CONST Null type=kotlin.Nothing? value=null
then: CONST Int type=kotlin.Int value='0' then: CONST Int type=kotlin.Int value=0
BRANCH BRANCH
if: CONST Boolean type=kotlin.Boolean value='true' if: CONST Boolean type=kotlin.Boolean value=true
then: CALL 'dataClassArrayMemberHashCode(Any): Int' type=kotlin.Int origin=null then: CALL 'dataClassArrayMemberHashCode(Any): Int' type=kotlin.Int origin=null
arg0: GET_VAR 'tmp1: Array<Any>?' type=kotlin.Array<kotlin.Any>? origin=null arg0: GET_VAR 'tmp1: Array<Any>?' type=kotlin.Array<kotlin.Any>? origin=null
RETURN type=kotlin.Nothing from='hashCode(): Int' RETURN type=kotlin.Nothing from=hashCode(): Int'
GET_VAR 'tmp0_result: Int' type=kotlin.Int origin=null GET_VAR 'tmp0_result: Int' type=kotlin.Int origin=null
FUN GENERATED_DATA_CLASS_MEMBER public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN GENERATED_DATA_CLASS_MEMBER name:equals visibility:public modality:OPEN <> ($this:Test3, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Test3: Test3 $this: VALUE_PARAMETER name:<this> type:Test3 flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
BLOCK_BODY BLOCK_BODY
WHEN type=kotlin.Unit origin=null WHEN type=kotlin.Unit origin=null
BRANCH BRANCH
if: CALL 'EQEQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQEQ if: CALL 'EQEQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQEQ
arg0: GET_VAR 'this@Test3: Test3' type=Test3 origin=null arg0: GET_VAR 'this@Test3: Test3' type=Test3 origin=null
arg1: GET_VAR 'value-parameter other: Any?' type=kotlin.Any? origin=null arg1: GET_VAR 'value-parameter other: Any?' type=kotlin.Any? origin=null
then: RETURN type=kotlin.Nothing from='equals(Any?): Boolean' then: RETURN type=kotlin.Nothing from=equals(Any?): Boolean'
CONST Boolean type=kotlin.Boolean value='true' CONST Boolean type=kotlin.Boolean value=true
WHEN type=kotlin.Unit origin=null WHEN type=kotlin.Unit origin=null
BRANCH BRANCH
if: TYPE_OP type=kotlin.Boolean origin=NOT_INSTANCEOF typeOperand=Test3 if: TYPE_OP type=kotlin.Boolean origin=NOT_INSTANCEOF typeOperand=Test3
GET_VAR 'value-parameter other: Any?' type=kotlin.Any? origin=null GET_VAR 'value-parameter other: Any?' type=kotlin.Any? origin=null
then: RETURN type=kotlin.Nothing from='equals(Any?): Boolean' then: RETURN type=kotlin.Nothing from=equals(Any?): Boolean'
CONST Boolean type=kotlin.Boolean value='false' CONST Boolean type=kotlin.Boolean value=false
VAR IR_TEMPORARY_VARIABLE val tmp0_other_with_cast: Test3 VAR IR_TEMPORARY_VARIABLE name:tmp0_other_with_cast type:Test3 flags:val
TYPE_OP type=Test3 origin=CAST typeOperand=Test3 TYPE_OP type=Test3 origin=CAST typeOperand=Test3
GET_VAR 'value-parameter other: Any?' type=kotlin.Any? origin=null GET_VAR 'value-parameter other: Any?' type=kotlin.Any? origin=null
WHEN type=kotlin.Unit origin=null WHEN type=kotlin.Unit origin=null
@@ -629,7 +629,8 @@ FILE /dataClassWithArrayMembers.kt
$this: GET_VAR 'this@Test3: Test3' type=Test3 origin=null $this: GET_VAR 'this@Test3: Test3' type=Test3 origin=null
arg1: CALL '<get-anyArrayN>(): Array<Any>?' type=kotlin.Array<kotlin.Any>? origin=GET_PROPERTY arg1: CALL '<get-anyArrayN>(): Array<Any>?' type=kotlin.Array<kotlin.Any>? origin=GET_PROPERTY
$this: GET_VAR 'tmp0_other_with_cast: Test3' type=Test3 origin=null $this: GET_VAR 'tmp0_other_with_cast: Test3' type=Test3 origin=null
then: RETURN type=kotlin.Nothing from='equals(Any?): Boolean' then: RETURN type=kotlin.Nothing from=equals(Any?): Boolean'
CONST Boolean type=kotlin.Boolean value='false' CONST Boolean type=kotlin.Boolean value=false
RETURN type=kotlin.Nothing from='equals(Any?): Boolean' RETURN type=kotlin.Nothing from=equals(Any?): Boolean'
CONST Boolean type=kotlin.Boolean value='true' CONST Boolean type=kotlin.Boolean value=true
+113 -113
View File
@@ -1,104 +1,104 @@
FILE /dataClasses.kt FILE fqName:<root> fileName:/dataClasses.kt
CLASS CLASS Test1 CLASS CLASS name:Test1 modality:FINAL visibility:public flags:data
$this: VALUE_PARAMETER this@Test1: Test1 $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:Test1 flags:
CONSTRUCTOR public constructor Test1(x: kotlin.Int, y: kotlin.String, z: kotlin.Any) CONSTRUCTOR visibility:public <> (x:kotlin.Int, y:kotlin.String, z:kotlin.Any) returnType:Test1 flags:
VALUE_PARAMETER value-parameter x: kotlin.Int VALUE_PARAMETER name:x index:0 type:kotlin.Int flags:
VALUE_PARAMETER value-parameter y: kotlin.String VALUE_PARAMETER name:y index:1 type:kotlin.String flags:
VALUE_PARAMETER value-parameter z: kotlin.Any VALUE_PARAMETER name:z index:2 type:kotlin.Any flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='Test1' INSTANCE_INITIALIZER_CALL classDescriptor='Test1'
PROPERTY public final val x: kotlin.Int PROPERTY name:x type:kotlin.Int visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public final val x: kotlin.Int FIELD PROPERTY_BACKING_FIELD name:x type:kotlin.Int visibility:public
EXPRESSION_BODY EXPRESSION_BODY
GET_VAR 'value-parameter x: Int' type=kotlin.Int origin=INITIALIZE_PROPERTY_FROM_PARAMETER GET_VAR 'value-parameter x: Int' type=kotlin.Int origin=INITIALIZE_PROPERTY_FROM_PARAMETER
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-x>(): kotlin.Int FUN DEFAULT_PROPERTY_ACCESSOR name:<get-x> visibility:public modality:FINAL <> ($this:Test1) returnType:Int flags:
$this: VALUE_PARAMETER this@Test1: Test1 $this: VALUE_PARAMETER name:<this> type:Test1 flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-x>(): Int' RETURN type=kotlin.Nothing from=<get-x>(): Int'
GET_FIELD 'x: Int' type=kotlin.Int origin=null GET_FIELD 'x: Int' type=kotlin.Int origin=null
receiver: GET_VAR 'this@Test1: Test1' type=Test1 origin=null receiver: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
PROPERTY public final val y: kotlin.String PROPERTY name:y type:kotlin.String visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public final val y: kotlin.String FIELD PROPERTY_BACKING_FIELD name:y type:kotlin.String visibility:public
EXPRESSION_BODY EXPRESSION_BODY
GET_VAR 'value-parameter y: String' type=kotlin.String origin=INITIALIZE_PROPERTY_FROM_PARAMETER GET_VAR 'value-parameter y: String' type=kotlin.String origin=INITIALIZE_PROPERTY_FROM_PARAMETER
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-y>(): kotlin.String FUN DEFAULT_PROPERTY_ACCESSOR name:<get-y> visibility:public modality:FINAL <> ($this:Test1) returnType:String flags:
$this: VALUE_PARAMETER this@Test1: Test1 $this: VALUE_PARAMETER name:<this> type:Test1 flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-y>(): String' RETURN type=kotlin.Nothing from=<get-y>(): String'
GET_FIELD 'y: String' type=kotlin.String origin=null GET_FIELD 'y: String' type=kotlin.String origin=null
receiver: GET_VAR 'this@Test1: Test1' type=Test1 origin=null receiver: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
PROPERTY public final val z: kotlin.Any PROPERTY name:z type:kotlin.Any visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public final val z: kotlin.Any FIELD PROPERTY_BACKING_FIELD name:z type:kotlin.Any visibility:public
EXPRESSION_BODY EXPRESSION_BODY
GET_VAR 'value-parameter z: Any' type=kotlin.Any origin=INITIALIZE_PROPERTY_FROM_PARAMETER GET_VAR 'value-parameter z: Any' type=kotlin.Any origin=INITIALIZE_PROPERTY_FROM_PARAMETER
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-z>(): kotlin.Any FUN DEFAULT_PROPERTY_ACCESSOR name:<get-z> visibility:public modality:FINAL <> ($this:Test1) returnType:Any flags:
$this: VALUE_PARAMETER this@Test1: Test1 $this: VALUE_PARAMETER name:<this> type:Test1 flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-z>(): Any' RETURN type=kotlin.Nothing from=<get-z>(): Any'
GET_FIELD 'z: Any' type=kotlin.Any origin=null GET_FIELD 'z: Any' type=kotlin.Any origin=null
receiver: GET_VAR 'this@Test1: Test1' type=Test1 origin=null receiver: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
FUN GENERATED_DATA_CLASS_MEMBER public final operator fun component1(): kotlin.Int FUN GENERATED_DATA_CLASS_MEMBER name:component1 visibility:public modality:FINAL <> ($this:Test1) returnType:Int flags:
$this: VALUE_PARAMETER this@Test1: Test1 $this: VALUE_PARAMETER name:<this> type:Test1 flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='component1(): Int' RETURN type=kotlin.Nothing from=component1(): Int'
CALL '<get-x>(): Int' type=kotlin.Int origin=GET_PROPERTY CALL '<get-x>(): Int' type=kotlin.Int origin=GET_PROPERTY
$this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null $this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
FUN GENERATED_DATA_CLASS_MEMBER public final operator fun component2(): kotlin.String FUN GENERATED_DATA_CLASS_MEMBER name:component2 visibility:public modality:FINAL <> ($this:Test1) returnType:String flags:
$this: VALUE_PARAMETER this@Test1: Test1 $this: VALUE_PARAMETER name:<this> type:Test1 flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='component2(): String' RETURN type=kotlin.Nothing from=component2(): String'
CALL '<get-y>(): String' type=kotlin.String origin=GET_PROPERTY CALL '<get-y>(): String' type=kotlin.String origin=GET_PROPERTY
$this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null $this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
FUN GENERATED_DATA_CLASS_MEMBER public final operator fun component3(): kotlin.Any FUN GENERATED_DATA_CLASS_MEMBER name:component3 visibility:public modality:FINAL <> ($this:Test1) returnType:Any flags:
$this: VALUE_PARAMETER this@Test1: Test1 $this: VALUE_PARAMETER name:<this> type:Test1 flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='component3(): Any' RETURN type=kotlin.Nothing from=component3(): Any'
CALL '<get-z>(): Any' type=kotlin.Any origin=GET_PROPERTY CALL '<get-z>(): Any' type=kotlin.Any origin=GET_PROPERTY
$this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null $this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
FUN GENERATED_DATA_CLASS_MEMBER public final fun copy(x: kotlin.Int = ..., y: kotlin.String = ..., z: kotlin.Any = ...): Test1 FUN GENERATED_DATA_CLASS_MEMBER name:copy visibility:public modality:FINAL <> ($this:Test1, x:kotlin.Int, y:kotlin.String, z:kotlin.Any) returnType:Test1 flags:
$this: VALUE_PARAMETER this@Test1: Test1 $this: VALUE_PARAMETER name:<this> type:Test1 flags:
VALUE_PARAMETER value-parameter x: kotlin.Int = ... VALUE_PARAMETER name:x index:0 type:kotlin.Int flags:
EXPRESSION_BODY EXPRESSION_BODY
CALL '<get-x>(): Int' type=kotlin.Int origin=GET_PROPERTY CALL '<get-x>(): Int' type=kotlin.Int origin=GET_PROPERTY
$this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null $this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
VALUE_PARAMETER value-parameter y: kotlin.String = ... VALUE_PARAMETER name:y index:1 type:kotlin.String flags:
EXPRESSION_BODY EXPRESSION_BODY
CALL '<get-y>(): String' type=kotlin.String origin=GET_PROPERTY CALL '<get-y>(): String' type=kotlin.String origin=GET_PROPERTY
$this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null $this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
VALUE_PARAMETER value-parameter z: kotlin.Any = ... VALUE_PARAMETER name:z index:2 type:kotlin.Any flags:
EXPRESSION_BODY EXPRESSION_BODY
CALL '<get-z>(): Any' type=kotlin.Any origin=GET_PROPERTY CALL '<get-z>(): Any' type=kotlin.Any origin=GET_PROPERTY
$this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null $this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='copy(Int = ..., String = ..., Any = ...): Test1' RETURN type=kotlin.Nothing from=copy(Int = ..., String = ..., Any = ...): Test1'
CALL 'constructor Test1(Int, String, Any)' type=Test1 origin=null CALL 'constructor Test1(Int, String, Any)' type=Test1 origin=null
x: GET_VAR 'value-parameter x: Int = ...' type=kotlin.Int origin=null x: GET_VAR 'value-parameter x: Int = ...' type=kotlin.Int origin=null
y: GET_VAR 'value-parameter y: String = ...' type=kotlin.String origin=null y: GET_VAR 'value-parameter y: String = ...' type=kotlin.String origin=null
z: GET_VAR 'value-parameter z: Any = ...' type=kotlin.Any origin=null z: GET_VAR 'value-parameter z: Any = ...' type=kotlin.Any origin=null
FUN GENERATED_DATA_CLASS_MEMBER public open override fun toString(): kotlin.String FUN GENERATED_DATA_CLASS_MEMBER name:toString visibility:public modality:OPEN <> ($this:Test1) returnType:String flags:
$this: VALUE_PARAMETER this@Test1: Test1 $this: VALUE_PARAMETER name:<this> type:Test1 flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='toString(): String' RETURN type=kotlin.Nothing from=toString(): String'
STRING_CONCATENATION type=kotlin.String STRING_CONCATENATION type=kotlin.String
CONST String type=kotlin.String value='Test1(' CONST String type=kotlin.String value=Test1(
CONST String type=kotlin.String value='x=' CONST String type=kotlin.String value=x=
CALL '<get-x>(): Int' type=kotlin.Int origin=GET_PROPERTY CALL '<get-x>(): Int' type=kotlin.Int origin=GET_PROPERTY
$this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null $this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
CONST String type=kotlin.String value=', ' CONST String type=kotlin.String value=,
CONST String type=kotlin.String value='y=' CONST String type=kotlin.String value=y=
CALL '<get-y>(): String' type=kotlin.String origin=GET_PROPERTY CALL '<get-y>(): String' type=kotlin.String origin=GET_PROPERTY
$this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null $this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
CONST String type=kotlin.String value=', ' CONST String type=kotlin.String value=,
CONST String type=kotlin.String value='z=' CONST String type=kotlin.String value=z=
CALL '<get-z>(): Any' type=kotlin.Any origin=GET_PROPERTY CALL '<get-z>(): Any' type=kotlin.Any origin=GET_PROPERTY
$this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null $this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
CONST String type=kotlin.String value=')' CONST String type=kotlin.String value=)
FUN GENERATED_DATA_CLASS_MEMBER public open override fun hashCode(): kotlin.Int FUN GENERATED_DATA_CLASS_MEMBER name:hashCode visibility:public modality:OPEN <> ($this:Test1) returnType:Int flags:
$this: VALUE_PARAMETER this@Test1: Test1 $this: VALUE_PARAMETER name:<this> type:Test1 flags:
BLOCK_BODY BLOCK_BODY
VAR IR_TEMPORARY_VARIABLE var tmp0_result: kotlin.Int VAR IR_TEMPORARY_VARIABLE name:tmp0_result type:kotlin.Int flags:var
CONST Int type=kotlin.Int value='0' CONST Int type=kotlin.Int value=0
SET_VAR 'tmp0_result: Int' type=kotlin.Unit origin=EQ SET_VAR 'tmp0_result: Int' type=kotlin.Unit origin=EQ
CALL 'hashCode(): Int' type=kotlin.Int origin=null CALL 'hashCode(): Int' type=kotlin.Int origin=null
$this: CALL '<get-x>(): Int' type=kotlin.Int origin=GET_PROPERTY $this: CALL '<get-x>(): Int' type=kotlin.Int origin=GET_PROPERTY
@@ -107,7 +107,7 @@ FILE /dataClasses.kt
CALL 'plus(Int): Int' type=kotlin.Int origin=null CALL 'plus(Int): Int' type=kotlin.Int origin=null
$this: CALL 'times(Int): Int' type=kotlin.Int origin=null $this: CALL 'times(Int): Int' type=kotlin.Int origin=null
$this: GET_VAR 'tmp0_result: Int' type=kotlin.Int origin=null $this: GET_VAR 'tmp0_result: Int' type=kotlin.Int origin=null
other: CONST Int type=kotlin.Int value='31' other: CONST Int type=kotlin.Int value=31
other: CALL 'hashCode(): Int' type=kotlin.Int origin=null other: CALL 'hashCode(): Int' type=kotlin.Int origin=null
$this: CALL '<get-y>(): String' type=kotlin.String origin=GET_PROPERTY $this: CALL '<get-y>(): String' type=kotlin.String origin=GET_PROPERTY
$this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null $this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
@@ -115,30 +115,30 @@ FILE /dataClasses.kt
CALL 'plus(Int): Int' type=kotlin.Int origin=null CALL 'plus(Int): Int' type=kotlin.Int origin=null
$this: CALL 'times(Int): Int' type=kotlin.Int origin=null $this: CALL 'times(Int): Int' type=kotlin.Int origin=null
$this: GET_VAR 'tmp0_result: Int' type=kotlin.Int origin=null $this: GET_VAR 'tmp0_result: Int' type=kotlin.Int origin=null
other: CONST Int type=kotlin.Int value='31' other: CONST Int type=kotlin.Int value=31
other: CALL 'hashCode(): Int' type=kotlin.Int origin=null other: CALL 'hashCode(): Int' type=kotlin.Int origin=null
$this: CALL '<get-z>(): Any' type=kotlin.Any origin=GET_PROPERTY $this: CALL '<get-z>(): Any' type=kotlin.Any origin=GET_PROPERTY
$this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null $this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
RETURN type=kotlin.Nothing from='hashCode(): Int' RETURN type=kotlin.Nothing from=hashCode(): Int'
GET_VAR 'tmp0_result: Int' type=kotlin.Int origin=null GET_VAR 'tmp0_result: Int' type=kotlin.Int origin=null
FUN GENERATED_DATA_CLASS_MEMBER public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN GENERATED_DATA_CLASS_MEMBER name:equals visibility:public modality:OPEN <> ($this:Test1, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Test1: Test1 $this: VALUE_PARAMETER name:<this> type:Test1 flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
BLOCK_BODY BLOCK_BODY
WHEN type=kotlin.Unit origin=null WHEN type=kotlin.Unit origin=null
BRANCH BRANCH
if: CALL 'EQEQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQEQ if: CALL 'EQEQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQEQ
arg0: GET_VAR 'this@Test1: Test1' type=Test1 origin=null arg0: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
arg1: GET_VAR 'value-parameter other: Any?' type=kotlin.Any? origin=null arg1: GET_VAR 'value-parameter other: Any?' type=kotlin.Any? origin=null
then: RETURN type=kotlin.Nothing from='equals(Any?): Boolean' then: RETURN type=kotlin.Nothing from=equals(Any?): Boolean'
CONST Boolean type=kotlin.Boolean value='true' CONST Boolean type=kotlin.Boolean value=true
WHEN type=kotlin.Unit origin=null WHEN type=kotlin.Unit origin=null
BRANCH BRANCH
if: TYPE_OP type=kotlin.Boolean origin=NOT_INSTANCEOF typeOperand=Test1 if: TYPE_OP type=kotlin.Boolean origin=NOT_INSTANCEOF typeOperand=Test1
GET_VAR 'value-parameter other: Any?' type=kotlin.Any? origin=null GET_VAR 'value-parameter other: Any?' type=kotlin.Any? origin=null
then: RETURN type=kotlin.Nothing from='equals(Any?): Boolean' then: RETURN type=kotlin.Nothing from=equals(Any?): Boolean'
CONST Boolean type=kotlin.Boolean value='false' CONST Boolean type=kotlin.Boolean value=false
VAR IR_TEMPORARY_VARIABLE val tmp0_other_with_cast: Test1 VAR IR_TEMPORARY_VARIABLE name:tmp0_other_with_cast type:Test1 flags:val
TYPE_OP type=Test1 origin=CAST typeOperand=Test1 TYPE_OP type=Test1 origin=CAST typeOperand=Test1
GET_VAR 'value-parameter other: Any?' type=kotlin.Any? origin=null GET_VAR 'value-parameter other: Any?' type=kotlin.Any? origin=null
WHEN type=kotlin.Unit origin=null WHEN type=kotlin.Unit origin=null
@@ -149,8 +149,8 @@ FILE /dataClasses.kt
$this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null $this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
arg1: CALL '<get-x>(): Int' type=kotlin.Int origin=GET_PROPERTY arg1: CALL '<get-x>(): Int' type=kotlin.Int origin=GET_PROPERTY
$this: GET_VAR 'tmp0_other_with_cast: Test1' type=Test1 origin=null $this: GET_VAR 'tmp0_other_with_cast: Test1' type=Test1 origin=null
then: RETURN type=kotlin.Nothing from='equals(Any?): Boolean' then: RETURN type=kotlin.Nothing from=equals(Any?): Boolean'
CONST Boolean type=kotlin.Boolean value='false' CONST Boolean type=kotlin.Boolean value=false
WHEN type=kotlin.Unit origin=null WHEN type=kotlin.Unit origin=null
BRANCH BRANCH
if: CALL 'NOT(Boolean): Boolean' type=kotlin.Boolean origin=EXCLEQ if: CALL 'NOT(Boolean): Boolean' type=kotlin.Boolean origin=EXCLEQ
@@ -159,8 +159,8 @@ FILE /dataClasses.kt
$this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null $this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
arg1: CALL '<get-y>(): String' type=kotlin.String origin=GET_PROPERTY arg1: CALL '<get-y>(): String' type=kotlin.String origin=GET_PROPERTY
$this: GET_VAR 'tmp0_other_with_cast: Test1' type=Test1 origin=null $this: GET_VAR 'tmp0_other_with_cast: Test1' type=Test1 origin=null
then: RETURN type=kotlin.Nothing from='equals(Any?): Boolean' then: RETURN type=kotlin.Nothing from=equals(Any?): Boolean'
CONST Boolean type=kotlin.Boolean value='false' CONST Boolean type=kotlin.Boolean value=false
WHEN type=kotlin.Unit origin=null WHEN type=kotlin.Unit origin=null
BRANCH BRANCH
if: CALL 'NOT(Boolean): Boolean' type=kotlin.Boolean origin=EXCLEQ if: CALL 'NOT(Boolean): Boolean' type=kotlin.Boolean origin=EXCLEQ
@@ -169,93 +169,93 @@ FILE /dataClasses.kt
$this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null $this: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
arg1: CALL '<get-z>(): Any' type=kotlin.Any origin=GET_PROPERTY arg1: CALL '<get-z>(): Any' type=kotlin.Any origin=GET_PROPERTY
$this: GET_VAR 'tmp0_other_with_cast: Test1' type=Test1 origin=null $this: GET_VAR 'tmp0_other_with_cast: Test1' type=Test1 origin=null
then: RETURN type=kotlin.Nothing from='equals(Any?): Boolean' then: RETURN type=kotlin.Nothing from=equals(Any?): Boolean'
CONST Boolean type=kotlin.Boolean value='false' CONST Boolean type=kotlin.Boolean value=false
RETURN type=kotlin.Nothing from='equals(Any?): Boolean' RETURN type=kotlin.Nothing from=equals(Any?): Boolean'
CONST Boolean type=kotlin.Boolean value='true' CONST Boolean type=kotlin.Boolean value=true
CLASS CLASS Test2 CLASS CLASS name:Test2 modality:FINAL visibility:public flags:data
$this: VALUE_PARAMETER this@Test2: Test2 $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:Test2 flags:
CONSTRUCTOR public constructor Test2(x: kotlin.Any?) CONSTRUCTOR visibility:public <> (x:kotlin.Any?) returnType:Test2 flags:
VALUE_PARAMETER value-parameter x: kotlin.Any? VALUE_PARAMETER name:x index:0 type:kotlin.Any? flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='Test2' INSTANCE_INITIALIZER_CALL classDescriptor='Test2'
PROPERTY public final val x: kotlin.Any? PROPERTY name:x type:kotlin.Any? visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public final val x: kotlin.Any? FIELD PROPERTY_BACKING_FIELD name:x type:kotlin.Any? visibility:public
EXPRESSION_BODY EXPRESSION_BODY
GET_VAR 'value-parameter x: Any?' type=kotlin.Any? origin=INITIALIZE_PROPERTY_FROM_PARAMETER GET_VAR 'value-parameter x: Any?' type=kotlin.Any? origin=INITIALIZE_PROPERTY_FROM_PARAMETER
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-x>(): kotlin.Any? FUN DEFAULT_PROPERTY_ACCESSOR name:<get-x> visibility:public modality:FINAL <> ($this:Test2) returnType:Any? flags:
$this: VALUE_PARAMETER this@Test2: Test2 $this: VALUE_PARAMETER name:<this> type:Test2 flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-x>(): Any?' RETURN type=kotlin.Nothing from=<get-x>(): Any?'
GET_FIELD 'x: Any?' type=kotlin.Any? origin=null GET_FIELD 'x: Any?' type=kotlin.Any? origin=null
receiver: GET_VAR 'this@Test2: Test2' type=Test2 origin=null receiver: GET_VAR 'this@Test2: Test2' type=Test2 origin=null
FUN GENERATED_DATA_CLASS_MEMBER public final operator fun component1(): kotlin.Any? FUN GENERATED_DATA_CLASS_MEMBER name:component1 visibility:public modality:FINAL <> ($this:Test2) returnType:Any? flags:
$this: VALUE_PARAMETER this@Test2: Test2 $this: VALUE_PARAMETER name:<this> type:Test2 flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='component1(): Any?' RETURN type=kotlin.Nothing from=component1(): Any?'
CALL '<get-x>(): Any?' type=kotlin.Any? origin=GET_PROPERTY CALL '<get-x>(): Any?' type=kotlin.Any? origin=GET_PROPERTY
$this: GET_VAR 'this@Test2: Test2' type=Test2 origin=null $this: GET_VAR 'this@Test2: Test2' type=Test2 origin=null
FUN GENERATED_DATA_CLASS_MEMBER public final fun copy(x: kotlin.Any? = ...): Test2 FUN GENERATED_DATA_CLASS_MEMBER name:copy visibility:public modality:FINAL <> ($this:Test2, x:kotlin.Any?) returnType:Test2 flags:
$this: VALUE_PARAMETER this@Test2: Test2 $this: VALUE_PARAMETER name:<this> type:Test2 flags:
VALUE_PARAMETER value-parameter x: kotlin.Any? = ... VALUE_PARAMETER name:x index:0 type:kotlin.Any? flags:
EXPRESSION_BODY EXPRESSION_BODY
CALL '<get-x>(): Any?' type=kotlin.Any? origin=GET_PROPERTY CALL '<get-x>(): Any?' type=kotlin.Any? origin=GET_PROPERTY
$this: GET_VAR 'this@Test2: Test2' type=Test2 origin=null $this: GET_VAR 'this@Test2: Test2' type=Test2 origin=null
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='copy(Any? = ...): Test2' RETURN type=kotlin.Nothing from=copy(Any? = ...): Test2'
CALL 'constructor Test2(Any?)' type=Test2 origin=null CALL 'constructor Test2(Any?)' type=Test2 origin=null
x: GET_VAR 'value-parameter x: Any? = ...' type=kotlin.Any? origin=null x: GET_VAR 'value-parameter x: Any? = ...' type=kotlin.Any? origin=null
FUN GENERATED_DATA_CLASS_MEMBER public open override fun toString(): kotlin.String FUN GENERATED_DATA_CLASS_MEMBER name:toString visibility:public modality:OPEN <> ($this:Test2) returnType:String flags:
$this: VALUE_PARAMETER this@Test2: Test2 $this: VALUE_PARAMETER name:<this> type:Test2 flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='toString(): String' RETURN type=kotlin.Nothing from=toString(): String'
STRING_CONCATENATION type=kotlin.String STRING_CONCATENATION type=kotlin.String
CONST String type=kotlin.String value='Test2(' CONST String type=kotlin.String value=Test2(
CONST String type=kotlin.String value='x=' CONST String type=kotlin.String value=x=
CALL '<get-x>(): Any?' type=kotlin.Any? origin=GET_PROPERTY CALL '<get-x>(): Any?' type=kotlin.Any? origin=GET_PROPERTY
$this: GET_VAR 'this@Test2: Test2' type=Test2 origin=null $this: GET_VAR 'this@Test2: Test2' type=Test2 origin=null
CONST String type=kotlin.String value=')' CONST String type=kotlin.String value=)
FUN GENERATED_DATA_CLASS_MEMBER public open override fun hashCode(): kotlin.Int FUN GENERATED_DATA_CLASS_MEMBER name:hashCode visibility:public modality:OPEN <> ($this:Test2) returnType:Int flags:
$this: VALUE_PARAMETER this@Test2: Test2 $this: VALUE_PARAMETER name:<this> type:Test2 flags:
BLOCK_BODY BLOCK_BODY
VAR IR_TEMPORARY_VARIABLE var tmp0_result: kotlin.Int VAR IR_TEMPORARY_VARIABLE name:tmp0_result type:kotlin.Int flags:var
CONST Int type=kotlin.Int value='0' CONST Int type=kotlin.Int value=0
SET_VAR 'tmp0_result: Int' type=kotlin.Unit origin=EQ SET_VAR 'tmp0_result: Int' type=kotlin.Unit origin=EQ
BLOCK type=kotlin.Int origin=null BLOCK type=kotlin.Int origin=null
VAR IR_TEMPORARY_VARIABLE val tmp1: kotlin.Any? VAR IR_TEMPORARY_VARIABLE name:tmp1 type:kotlin.Any? flags:val
CALL '<get-x>(): Any?' type=kotlin.Any? origin=GET_PROPERTY CALL '<get-x>(): Any?' type=kotlin.Any? origin=GET_PROPERTY
$this: GET_VAR 'this@Test2: Test2' type=Test2 origin=null $this: GET_VAR 'this@Test2: Test2' type=Test2 origin=null
WHEN type=kotlin.Int origin=null WHEN type=kotlin.Int origin=null
BRANCH BRANCH
if: CALL 'EQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQ if: CALL 'EQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQ
arg0: GET_VAR 'tmp1: Any?' type=kotlin.Any? origin=null arg0: GET_VAR 'tmp1: Any?' type=kotlin.Any? origin=null
arg1: CONST Null type=kotlin.Nothing? value='null' arg1: CONST Null type=kotlin.Nothing? value=null
then: CONST Int type=kotlin.Int value='0' then: CONST Int type=kotlin.Int value=0
BRANCH BRANCH
if: CONST Boolean type=kotlin.Boolean value='true' if: CONST Boolean type=kotlin.Boolean value=true
then: CALL 'hashCode(): Int' type=kotlin.Int origin=null then: CALL 'hashCode(): Int' type=kotlin.Int origin=null
$this: GET_VAR 'tmp1: Any?' type=kotlin.Any? origin=null $this: GET_VAR 'tmp1: Any?' type=kotlin.Any? origin=null
RETURN type=kotlin.Nothing from='hashCode(): Int' RETURN type=kotlin.Nothing from=hashCode(): Int'
GET_VAR 'tmp0_result: Int' type=kotlin.Int origin=null GET_VAR 'tmp0_result: Int' type=kotlin.Int origin=null
FUN GENERATED_DATA_CLASS_MEMBER public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN GENERATED_DATA_CLASS_MEMBER name:equals visibility:public modality:OPEN <> ($this:Test2, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Test2: Test2 $this: VALUE_PARAMETER name:<this> type:Test2 flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
BLOCK_BODY BLOCK_BODY
WHEN type=kotlin.Unit origin=null WHEN type=kotlin.Unit origin=null
BRANCH BRANCH
if: CALL 'EQEQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQEQ if: CALL 'EQEQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQEQ
arg0: GET_VAR 'this@Test2: Test2' type=Test2 origin=null arg0: GET_VAR 'this@Test2: Test2' type=Test2 origin=null
arg1: GET_VAR 'value-parameter other: Any?' type=kotlin.Any? origin=null arg1: GET_VAR 'value-parameter other: Any?' type=kotlin.Any? origin=null
then: RETURN type=kotlin.Nothing from='equals(Any?): Boolean' then: RETURN type=kotlin.Nothing from=equals(Any?): Boolean'
CONST Boolean type=kotlin.Boolean value='true' CONST Boolean type=kotlin.Boolean value=true
WHEN type=kotlin.Unit origin=null WHEN type=kotlin.Unit origin=null
BRANCH BRANCH
if: TYPE_OP type=kotlin.Boolean origin=NOT_INSTANCEOF typeOperand=Test2 if: TYPE_OP type=kotlin.Boolean origin=NOT_INSTANCEOF typeOperand=Test2
GET_VAR 'value-parameter other: Any?' type=kotlin.Any? origin=null GET_VAR 'value-parameter other: Any?' type=kotlin.Any? origin=null
then: RETURN type=kotlin.Nothing from='equals(Any?): Boolean' then: RETURN type=kotlin.Nothing from=equals(Any?): Boolean'
CONST Boolean type=kotlin.Boolean value='false' CONST Boolean type=kotlin.Boolean value=false
VAR IR_TEMPORARY_VARIABLE val tmp0_other_with_cast: Test2 VAR IR_TEMPORARY_VARIABLE name:tmp0_other_with_cast type:Test2 flags:val
TYPE_OP type=Test2 origin=CAST typeOperand=Test2 TYPE_OP type=Test2 origin=CAST typeOperand=Test2
GET_VAR 'value-parameter other: Any?' type=kotlin.Any? origin=null GET_VAR 'value-parameter other: Any?' type=kotlin.Any? origin=null
WHEN type=kotlin.Unit origin=null WHEN type=kotlin.Unit origin=null
@@ -266,8 +266,8 @@ FILE /dataClasses.kt
$this: GET_VAR 'this@Test2: Test2' type=Test2 origin=null $this: GET_VAR 'this@Test2: Test2' type=Test2 origin=null
arg1: CALL '<get-x>(): Any?' type=kotlin.Any? origin=GET_PROPERTY arg1: CALL '<get-x>(): Any?' type=kotlin.Any? origin=GET_PROPERTY
$this: GET_VAR 'tmp0_other_with_cast: Test2' type=Test2 origin=null $this: GET_VAR 'tmp0_other_with_cast: Test2' type=Test2 origin=null
then: RETURN type=kotlin.Nothing from='equals(Any?): Boolean' then: RETURN type=kotlin.Nothing from=equals(Any?): Boolean'
CONST Boolean type=kotlin.Boolean value='false' CONST Boolean type=kotlin.Boolean value=false
RETURN type=kotlin.Nothing from='equals(Any?): Boolean' RETURN type=kotlin.Nothing from=equals(Any?): Boolean'
CONST Boolean type=kotlin.Boolean value='true' CONST Boolean type=kotlin.Boolean value=true
+45 -45
View File
@@ -1,90 +1,90 @@
FILE /dataClassesGeneric.kt FILE fqName:<root> fileName:/dataClassesGeneric.kt
CLASS CLASS Test1 CLASS CLASS name:Test1 modality:FINAL visibility:public flags:data
$this: VALUE_PARAMETER this@Test1: Test1<T> $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:Test1<T> flags:
TYPE_PARAMETER <T> TYPE_PARAMETER name:T index:0 variance: upperBounds:[kotlin.Any?]
CONSTRUCTOR public constructor Test1<T>(x: T) CONSTRUCTOR visibility:public <> (x:T) returnType:Test1<T> flags:
VALUE_PARAMETER value-parameter x: T VALUE_PARAMETER name:x index:0 type:T flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='Test1' INSTANCE_INITIALIZER_CALL classDescriptor='Test1'
PROPERTY public final val x: T PROPERTY name:x type:T visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public final val x: T FIELD PROPERTY_BACKING_FIELD name:x type:T visibility:public
EXPRESSION_BODY EXPRESSION_BODY
GET_VAR 'value-parameter x: T' type=T origin=INITIALIZE_PROPERTY_FROM_PARAMETER GET_VAR 'value-parameter x: T' type=T origin=INITIALIZE_PROPERTY_FROM_PARAMETER
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-x>(): T FUN DEFAULT_PROPERTY_ACCESSOR name:<get-x> visibility:public modality:FINAL <> ($this:Test1<T>) returnType:T flags:
$this: VALUE_PARAMETER this@Test1: Test1<T> $this: VALUE_PARAMETER name:<this> type:Test1<T> flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-x>(): T' RETURN type=kotlin.Nothing from=<get-x>(): T'
GET_FIELD 'x: T' type=T origin=null GET_FIELD 'x: T' type=T origin=null
receiver: GET_VAR 'this@Test1: Test1<T>' type=Test1<T> origin=null receiver: GET_VAR 'this@Test1: Test1<T>' type=Test1<T> origin=null
FUN GENERATED_DATA_CLASS_MEMBER public final operator fun component1(): T FUN GENERATED_DATA_CLASS_MEMBER name:component1 visibility:public modality:FINAL <> ($this:Test1<T>) returnType:T flags:
$this: VALUE_PARAMETER this@Test1: Test1<T> $this: VALUE_PARAMETER name:<this> type:Test1<T> flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='component1(): T' RETURN type=kotlin.Nothing from=component1(): T'
CALL '<get-x>(): T' type=T origin=GET_PROPERTY CALL '<get-x>(): T' type=T origin=GET_PROPERTY
$this: GET_VAR 'this@Test1: Test1<T>' type=Test1<T> origin=null $this: GET_VAR 'this@Test1: Test1<T>' type=Test1<T> origin=null
FUN GENERATED_DATA_CLASS_MEMBER public final fun copy(x: T = ...): Test1<T> FUN GENERATED_DATA_CLASS_MEMBER name:copy visibility:public modality:FINAL <> ($this:Test1<T>, x:T) returnType:Test1<T> flags:
$this: VALUE_PARAMETER this@Test1: Test1<T> $this: VALUE_PARAMETER name:<this> type:Test1<T> flags:
VALUE_PARAMETER value-parameter x: T = ... VALUE_PARAMETER name:x index:0 type:T flags:
EXPRESSION_BODY EXPRESSION_BODY
CALL '<get-x>(): T' type=T origin=GET_PROPERTY CALL '<get-x>(): T' type=T origin=GET_PROPERTY
$this: GET_VAR 'this@Test1: Test1<T>' type=Test1<T> origin=null $this: GET_VAR 'this@Test1: Test1<T>' type=Test1<T> origin=null
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='copy(T = ...): Test1<T>' RETURN type=kotlin.Nothing from=copy(T = ...): Test1<T>'
CALL 'constructor Test1(T)' type=Test1<T> origin=null CALL 'constructor Test1(T)' type=Test1<T> origin=null
<T>: null <T>: null
x: GET_VAR 'value-parameter x: T = ...' type=T origin=null x: GET_VAR 'value-parameter x: T = ...' type=T origin=null
FUN GENERATED_DATA_CLASS_MEMBER public open override fun toString(): kotlin.String FUN GENERATED_DATA_CLASS_MEMBER name:toString visibility:public modality:OPEN <> ($this:Test1<T>) returnType:String flags:
$this: VALUE_PARAMETER this@Test1: Test1<T> $this: VALUE_PARAMETER name:<this> type:Test1<T> flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='toString(): String' RETURN type=kotlin.Nothing from=toString(): String'
STRING_CONCATENATION type=kotlin.String STRING_CONCATENATION type=kotlin.String
CONST String type=kotlin.String value='Test1(' CONST String type=kotlin.String value=Test1(
CONST String type=kotlin.String value='x=' CONST String type=kotlin.String value=x=
CALL '<get-x>(): T' type=T origin=GET_PROPERTY CALL '<get-x>(): T' type=T origin=GET_PROPERTY
$this: GET_VAR 'this@Test1: Test1<T>' type=Test1<T> origin=null $this: GET_VAR 'this@Test1: Test1<T>' type=Test1<T> origin=null
CONST String type=kotlin.String value=')' CONST String type=kotlin.String value=)
FUN GENERATED_DATA_CLASS_MEMBER public open override fun hashCode(): kotlin.Int FUN GENERATED_DATA_CLASS_MEMBER name:hashCode visibility:public modality:OPEN <> ($this:Test1<T>) returnType:Int flags:
$this: VALUE_PARAMETER this@Test1: Test1<T> $this: VALUE_PARAMETER name:<this> type:Test1<T> flags:
BLOCK_BODY BLOCK_BODY
VAR IR_TEMPORARY_VARIABLE var tmp0_result: kotlin.Int VAR IR_TEMPORARY_VARIABLE name:tmp0_result type:kotlin.Int flags:var
CONST Int type=kotlin.Int value='0' CONST Int type=kotlin.Int value=0
SET_VAR 'tmp0_result: Int' type=kotlin.Unit origin=EQ SET_VAR 'tmp0_result: Int' type=kotlin.Unit origin=EQ
BLOCK type=kotlin.Int origin=null BLOCK type=kotlin.Int origin=null
VAR IR_TEMPORARY_VARIABLE val tmp1: T VAR IR_TEMPORARY_VARIABLE name:tmp1 type:T flags:val
CALL '<get-x>(): T' type=T origin=GET_PROPERTY CALL '<get-x>(): T' type=T origin=GET_PROPERTY
$this: GET_VAR 'this@Test1: Test1<T>' type=Test1<T> origin=null $this: GET_VAR 'this@Test1: Test1<T>' type=Test1<T> origin=null
WHEN type=kotlin.Int origin=null WHEN type=kotlin.Int origin=null
BRANCH BRANCH
if: CALL 'EQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQ if: CALL 'EQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQ
arg0: GET_VAR 'tmp1: T' type=T origin=null arg0: GET_VAR 'tmp1: T' type=T origin=null
arg1: CONST Null type=kotlin.Nothing? value='null' arg1: CONST Null type=kotlin.Nothing? value=null
then: CONST Int type=kotlin.Int value='0' then: CONST Int type=kotlin.Int value=0
BRANCH BRANCH
if: CONST Boolean type=kotlin.Boolean value='true' if: CONST Boolean type=kotlin.Boolean value=true
then: CALL 'hashCode(): Int' type=kotlin.Int origin=null then: CALL 'hashCode(): Int' type=kotlin.Int origin=null
$this: TYPE_OP type=kotlin.Any origin=IMPLICIT_CAST typeOperand=kotlin.Any $this: TYPE_OP type=kotlin.Any origin=IMPLICIT_CAST typeOperand=kotlin.Any
GET_VAR 'tmp1: T' type=T origin=null GET_VAR 'tmp1: T' type=T origin=null
RETURN type=kotlin.Nothing from='hashCode(): Int' RETURN type=kotlin.Nothing from=hashCode(): Int'
GET_VAR 'tmp0_result: Int' type=kotlin.Int origin=null GET_VAR 'tmp0_result: Int' type=kotlin.Int origin=null
FUN GENERATED_DATA_CLASS_MEMBER public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN GENERATED_DATA_CLASS_MEMBER name:equals visibility:public modality:OPEN <> ($this:Test1<T>, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Test1: Test1<T> $this: VALUE_PARAMETER name:<this> type:Test1<T> flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
BLOCK_BODY BLOCK_BODY
WHEN type=kotlin.Unit origin=null WHEN type=kotlin.Unit origin=null
BRANCH BRANCH
if: CALL 'EQEQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQEQ if: CALL 'EQEQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQEQ
arg0: GET_VAR 'this@Test1: Test1<T>' type=Test1<T> origin=null arg0: GET_VAR 'this@Test1: Test1<T>' type=Test1<T> origin=null
arg1: GET_VAR 'value-parameter other: Any?' type=kotlin.Any? origin=null arg1: GET_VAR 'value-parameter other: Any?' type=kotlin.Any? origin=null
then: RETURN type=kotlin.Nothing from='equals(Any?): Boolean' then: RETURN type=kotlin.Nothing from=equals(Any?): Boolean'
CONST Boolean type=kotlin.Boolean value='true' CONST Boolean type=kotlin.Boolean value=true
WHEN type=kotlin.Unit origin=null WHEN type=kotlin.Unit origin=null
BRANCH BRANCH
if: TYPE_OP type=kotlin.Boolean origin=NOT_INSTANCEOF typeOperand=Test1<T> if: TYPE_OP type=kotlin.Boolean origin=NOT_INSTANCEOF typeOperand=Test1<T>
GET_VAR 'value-parameter other: Any?' type=kotlin.Any? origin=null GET_VAR 'value-parameter other: Any?' type=kotlin.Any? origin=null
then: RETURN type=kotlin.Nothing from='equals(Any?): Boolean' then: RETURN type=kotlin.Nothing from=equals(Any?): Boolean'
CONST Boolean type=kotlin.Boolean value='false' CONST Boolean type=kotlin.Boolean value=false
VAR IR_TEMPORARY_VARIABLE val tmp0_other_with_cast: Test1<T> VAR IR_TEMPORARY_VARIABLE name:tmp0_other_with_cast type:Test1<T> flags:val
TYPE_OP type=Test1<T> origin=CAST typeOperand=Test1<T> TYPE_OP type=Test1<T> origin=CAST typeOperand=Test1<T>
GET_VAR 'value-parameter other: Any?' type=kotlin.Any? origin=null GET_VAR 'value-parameter other: Any?' type=kotlin.Any? origin=null
WHEN type=kotlin.Unit origin=null WHEN type=kotlin.Unit origin=null
@@ -95,8 +95,8 @@ FILE /dataClassesGeneric.kt
$this: GET_VAR 'this@Test1: Test1<T>' type=Test1<T> origin=null $this: GET_VAR 'this@Test1: Test1<T>' type=Test1<T> origin=null
arg1: CALL '<get-x>(): T' type=T origin=GET_PROPERTY arg1: CALL '<get-x>(): T' type=T origin=GET_PROPERTY
$this: GET_VAR 'tmp0_other_with_cast: Test1<T>' type=Test1<T> origin=null $this: GET_VAR 'tmp0_other_with_cast: Test1<T>' type=Test1<T> origin=null
then: RETURN type=kotlin.Nothing from='equals(Any?): Boolean' then: RETURN type=kotlin.Nothing from=equals(Any?): Boolean'
CONST Boolean type=kotlin.Boolean value='false' CONST Boolean type=kotlin.Boolean value=false
RETURN type=kotlin.Nothing from='equals(Any?): Boolean' RETURN type=kotlin.Nothing from=equals(Any?): Boolean'
CONST Boolean type=kotlin.Boolean value='true' CONST Boolean type=kotlin.Boolean value=true
+183 -183
View File
@@ -1,284 +1,284 @@
FILE /delegatedImplementation.kt FILE fqName:<root> fileName:/delegatedImplementation.kt
CLASS INTERFACE IBase CLASS INTERFACE name:IBase modality:ABSTRACT visibility:public flags:
$this: VALUE_PARAMETER this@IBase: IBase $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:IBase flags:
FUN public abstract fun foo(x: kotlin.Int, s: kotlin.String): kotlin.Unit FUN name:foo visibility:public modality:ABSTRACT <> ($this:IBase, x:kotlin.Int, s:kotlin.String) returnType:Unit flags:
$this: VALUE_PARAMETER this@IBase: IBase $this: VALUE_PARAMETER name:<this> type:IBase flags:
VALUE_PARAMETER value-parameter x: kotlin.Int VALUE_PARAMETER name:x index:0 type:kotlin.Int flags:
VALUE_PARAMETER value-parameter s: kotlin.String VALUE_PARAMETER name:s index:1 type:kotlin.String flags:
FUN public abstract fun bar(): kotlin.Int FUN name:bar visibility:public modality:ABSTRACT <> ($this:IBase) returnType:Int flags:
$this: VALUE_PARAMETER this@IBase: IBase $this: VALUE_PARAMETER name:<this> type:IBase flags:
FUN public abstract fun kotlin.String.qux(): kotlin.Unit FUN name:qux visibility:public modality:ABSTRACT <> ($this:IBase, $receiver:kotlin.String) returnType:Unit flags:
$this: VALUE_PARAMETER this@IBase: IBase $this: VALUE_PARAMETER name:<this> type:IBase flags:
$receiver: VALUE_PARAMETER this@qux: String $receiver: VALUE_PARAMETER name:<this> type:kotlin.String flags:
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
CLASS OBJECT BaseImpl CLASS OBJECT name:BaseImpl modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@BaseImpl: BaseImpl $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:BaseImpl flags:
CONSTRUCTOR private constructor BaseImpl() CONSTRUCTOR visibility:private <> () returnType:BaseImpl flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='BaseImpl' INSTANCE_INITIALIZER_CALL classDescriptor='BaseImpl'
FUN public open override fun foo(x: kotlin.Int, s: kotlin.String): kotlin.Unit FUN name:foo visibility:public modality:OPEN <> ($this:BaseImpl, x:kotlin.Int, s:kotlin.String) returnType:Unit flags:
$this: VALUE_PARAMETER this@BaseImpl: BaseImpl $this: VALUE_PARAMETER name:<this> type:BaseImpl flags:
VALUE_PARAMETER value-parameter x: kotlin.Int VALUE_PARAMETER name:x index:0 type:kotlin.Int flags:
VALUE_PARAMETER value-parameter s: kotlin.String VALUE_PARAMETER name:s index:1 type:kotlin.String flags:
BLOCK_BODY BLOCK_BODY
FUN public open override fun bar(): kotlin.Int FUN name:bar visibility:public modality:OPEN <> ($this:BaseImpl) returnType:Int flags:
$this: VALUE_PARAMETER this@BaseImpl: BaseImpl $this: VALUE_PARAMETER name:<this> type:BaseImpl flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='bar(): Int' RETURN type=kotlin.Nothing from=bar(): Int'
CONST Int type=kotlin.Int value='42' CONST Int type=kotlin.Int value=42
FUN public open override fun kotlin.String.qux(): kotlin.Unit FUN name:qux visibility:public modality:OPEN <> ($this:BaseImpl, $receiver:kotlin.String) returnType:Unit flags:
$this: VALUE_PARAMETER this@BaseImpl: BaseImpl $this: VALUE_PARAMETER name:<this> type:BaseImpl flags:
$receiver: VALUE_PARAMETER this@qux: String $receiver: VALUE_PARAMETER name:<this> type:kotlin.String flags:
BLOCK_BODY BLOCK_BODY
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
CLASS INTERFACE IOther CLASS INTERFACE name:IOther modality:ABSTRACT visibility:public flags:
$this: VALUE_PARAMETER this@IOther: IOther $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:IOther flags:
PROPERTY public abstract val x: kotlin.String PROPERTY name:x type:kotlin.String visibility:public modality:ABSTRACT flags:val
FUN DEFAULT_PROPERTY_ACCESSOR public abstract fun <get-x>(): kotlin.String FUN DEFAULT_PROPERTY_ACCESSOR name:<get-x> visibility:public modality:ABSTRACT <> ($this:IOther) returnType:String flags:
$this: VALUE_PARAMETER this@IOther: IOther $this: VALUE_PARAMETER name:<this> type:IOther flags:
PROPERTY public abstract var y: kotlin.Int PROPERTY name:y type:kotlin.Int visibility:public modality:ABSTRACT flags:var
FUN DEFAULT_PROPERTY_ACCESSOR public abstract fun <get-y>(): kotlin.Int FUN DEFAULT_PROPERTY_ACCESSOR name:<get-y> visibility:public modality:ABSTRACT <> ($this:IOther) returnType:Int flags:
$this: VALUE_PARAMETER this@IOther: IOther $this: VALUE_PARAMETER name:<this> type:IOther flags:
FUN DEFAULT_PROPERTY_ACCESSOR public abstract fun <set-y>(<set-?>: kotlin.Int): kotlin.Unit FUN DEFAULT_PROPERTY_ACCESSOR name:<set-y> visibility:public modality:ABSTRACT <> ($this:IOther, <set-?>:kotlin.Int) returnType:Unit flags:
$this: VALUE_PARAMETER this@IOther: IOther $this: VALUE_PARAMETER name:<this> type:IOther flags:
VALUE_PARAMETER value-parameter <set-?>: kotlin.Int VALUE_PARAMETER name:<set-?> index:0 type:kotlin.Int flags:
PROPERTY public abstract val kotlin.Byte.z1: kotlin.Int PROPERTY name:z1 type:kotlin.Int visibility:public modality:ABSTRACT flags:val
FUN DEFAULT_PROPERTY_ACCESSOR public abstract fun kotlin.Byte.<get-z1>(): kotlin.Int FUN DEFAULT_PROPERTY_ACCESSOR name:<get-z1> visibility:public modality:ABSTRACT <> ($this:IOther, $receiver:kotlin.Byte) returnType:Int flags:
$this: VALUE_PARAMETER this@IOther: IOther $this: VALUE_PARAMETER name:<this> type:IOther flags:
$receiver: VALUE_PARAMETER this@z1: Byte $receiver: VALUE_PARAMETER name:<this> type:kotlin.Byte flags:
PROPERTY public abstract var kotlin.Byte.z2: kotlin.Int PROPERTY name:z2 type:kotlin.Int visibility:public modality:ABSTRACT flags:var
FUN DEFAULT_PROPERTY_ACCESSOR public abstract fun kotlin.Byte.<get-z2>(): kotlin.Int FUN DEFAULT_PROPERTY_ACCESSOR name:<get-z2> visibility:public modality:ABSTRACT <> ($this:IOther, $receiver:kotlin.Byte) returnType:Int flags:
$this: VALUE_PARAMETER this@IOther: IOther $this: VALUE_PARAMETER name:<this> type:IOther flags:
$receiver: VALUE_PARAMETER this@z2: Byte $receiver: VALUE_PARAMETER name:<this> type:kotlin.Byte flags:
FUN DEFAULT_PROPERTY_ACCESSOR public abstract fun kotlin.Byte.<set-z2>(<set-?>: kotlin.Int): kotlin.Unit FUN DEFAULT_PROPERTY_ACCESSOR name:<set-z2> visibility:public modality:ABSTRACT <> ($this:IOther, $receiver:kotlin.Byte, <set-?>:kotlin.Int) returnType:Unit flags:
$this: VALUE_PARAMETER this@IOther: IOther $this: VALUE_PARAMETER name:<this> type:IOther flags:
$receiver: VALUE_PARAMETER this@z2: Byte $receiver: VALUE_PARAMETER name:<this> type:kotlin.Byte flags:
VALUE_PARAMETER value-parameter <set-?>: kotlin.Int VALUE_PARAMETER name:<set-?> index:0 type:kotlin.Int flags:
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN public fun otherImpl(x0: kotlin.String, y0: kotlin.Int): IOther FUN name:otherImpl visibility:public modality:FINAL <> (x0:kotlin.String, y0:kotlin.Int) returnType:IOther flags:
VALUE_PARAMETER value-parameter x0: kotlin.String VALUE_PARAMETER name:x0 index:0 type:kotlin.String flags:
VALUE_PARAMETER value-parameter y0: kotlin.Int VALUE_PARAMETER name:y0 index:1 type:kotlin.Int flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='otherImpl(String, Int): IOther' RETURN type=kotlin.Nothing from=otherImpl(String, Int): IOther'
BLOCK type=otherImpl.<no name provided> origin=OBJECT_LITERAL BLOCK type=otherImpl.<no name provided> origin=OBJECT_LITERAL
CLASS CLASS <no name provided> CLASS CLASS name:<no name provided> modality:FINAL visibility:local flags:
$this: VALUE_PARAMETER this@<no name provided>: <no name provided> $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:otherImpl.<no name provided> flags:
CONSTRUCTOR public constructor <no name provided>() CONSTRUCTOR visibility:public <> () returnType:otherImpl.<no name provided> flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='<no name provided>' INSTANCE_INITIALIZER_CALL classDescriptor='<no name provided>'
PROPERTY public open override val x: kotlin.String PROPERTY name:x type:kotlin.String visibility:public modality:OPEN flags:val
FIELD PROPERTY_BACKING_FIELD public open override val x: kotlin.String FIELD PROPERTY_BACKING_FIELD name:x type:kotlin.String visibility:public
EXPRESSION_BODY EXPRESSION_BODY
GET_VAR 'value-parameter x0: String' type=kotlin.String origin=null GET_VAR 'value-parameter x0: String' type=kotlin.String origin=null
FUN DEFAULT_PROPERTY_ACCESSOR public open override fun <get-x>(): kotlin.String FUN DEFAULT_PROPERTY_ACCESSOR name:<get-x> visibility:public modality:OPEN <> ($this:otherImpl.<no name provided>) returnType:String flags:
$this: VALUE_PARAMETER this@<no name provided>: <no name provided> $this: VALUE_PARAMETER name:<this> type:otherImpl.<no name provided> flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-x>(): String' RETURN type=kotlin.Nothing from=<get-x>(): String'
GET_FIELD 'x: String' type=kotlin.String origin=null GET_FIELD 'x: String' type=kotlin.String origin=null
receiver: GET_VAR 'this@<no name provided>: <no name provided>' type=otherImpl.<no name provided> origin=null receiver: GET_VAR 'this@<no name provided>: <no name provided>' type=otherImpl.<no name provided> origin=null
PROPERTY public open override var y: kotlin.Int PROPERTY name:y type:kotlin.Int visibility:public modality:OPEN flags:var
FIELD PROPERTY_BACKING_FIELD public open override var y: kotlin.Int FIELD PROPERTY_BACKING_FIELD name:y type:kotlin.Int visibility:public
EXPRESSION_BODY EXPRESSION_BODY
GET_VAR 'value-parameter y0: Int' type=kotlin.Int origin=null GET_VAR 'value-parameter y0: Int' type=kotlin.Int origin=null
FUN DEFAULT_PROPERTY_ACCESSOR public open override fun <get-y>(): kotlin.Int FUN DEFAULT_PROPERTY_ACCESSOR name:<get-y> visibility:public modality:OPEN <> ($this:otherImpl.<no name provided>) returnType:Int flags:
$this: VALUE_PARAMETER this@<no name provided>: <no name provided> $this: VALUE_PARAMETER name:<this> type:otherImpl.<no name provided> flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-y>(): Int' RETURN type=kotlin.Nothing from=<get-y>(): Int'
GET_FIELD 'y: Int' type=kotlin.Int origin=null GET_FIELD 'y: Int' type=kotlin.Int origin=null
receiver: GET_VAR 'this@<no name provided>: <no name provided>' type=otherImpl.<no name provided> origin=null receiver: GET_VAR 'this@<no name provided>: <no name provided>' type=otherImpl.<no name provided> origin=null
FUN DEFAULT_PROPERTY_ACCESSOR public open override fun <set-y>(<set-?>: kotlin.Int): kotlin.Unit FUN DEFAULT_PROPERTY_ACCESSOR name:<set-y> visibility:public modality:OPEN <> ($this:otherImpl.<no name provided>, <set-?>:kotlin.Int) returnType:Unit flags:
$this: VALUE_PARAMETER this@<no name provided>: <no name provided> $this: VALUE_PARAMETER name:<this> type:otherImpl.<no name provided> flags:
VALUE_PARAMETER value-parameter <set-?>: kotlin.Int VALUE_PARAMETER name:<set-?> index:0 type:kotlin.Int flags:
BLOCK_BODY BLOCK_BODY
SET_FIELD 'y: Int' type=kotlin.Unit origin=null SET_FIELD 'y: Int' type=kotlin.Unit origin=null
receiver: GET_VAR 'this@<no name provided>: <no name provided>' type=otherImpl.<no name provided> origin=null receiver: GET_VAR 'this@<no name provided>: <no name provided>' type=otherImpl.<no name provided> origin=null
value: GET_VAR 'value-parameter <set-?>: Int' type=kotlin.Int origin=null value: GET_VAR 'value-parameter <set-?>: Int' type=kotlin.Int origin=null
PROPERTY public open override val kotlin.Byte.z1: kotlin.Int PROPERTY name:z1 type:kotlin.Int visibility:public modality:OPEN flags:val
FUN public open override fun kotlin.Byte.<get-z1>(): kotlin.Int FUN name:<get-z1> visibility:public modality:OPEN <> ($this:otherImpl.<no name provided>, $receiver:kotlin.Byte) returnType:Int flags:
$this: VALUE_PARAMETER this@<no name provided>: <no name provided> $this: VALUE_PARAMETER name:<this> type:otherImpl.<no name provided> flags:
$receiver: VALUE_PARAMETER this@z1: Byte $receiver: VALUE_PARAMETER name:<this> type:kotlin.Byte flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-z1>() on Byte: Int' RETURN type=kotlin.Nothing from=<get-z1>() on Byte: Int'
CONST Int type=kotlin.Int value='1' CONST Int type=kotlin.Int value=1
PROPERTY public open override var kotlin.Byte.z2: kotlin.Int PROPERTY name:z2 type:kotlin.Int visibility:public modality:OPEN flags:var
FUN public open override fun kotlin.Byte.<get-z2>(): kotlin.Int FUN name:<get-z2> visibility:public modality:OPEN <> ($this:otherImpl.<no name provided>, $receiver:kotlin.Byte) returnType:Int flags:
$this: VALUE_PARAMETER this@<no name provided>: <no name provided> $this: VALUE_PARAMETER name:<this> type:otherImpl.<no name provided> flags:
$receiver: VALUE_PARAMETER this@z2: Byte $receiver: VALUE_PARAMETER name:<this> type:kotlin.Byte flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-z2>() on Byte: Int' RETURN type=kotlin.Nothing from=<get-z2>() on Byte: Int'
CONST Int type=kotlin.Int value='2' CONST Int type=kotlin.Int value=2
FUN public open override fun kotlin.Byte.<set-z2>(value: kotlin.Int): kotlin.Unit FUN name:<set-z2> visibility:public modality:OPEN <> ($this:otherImpl.<no name provided>, $receiver:kotlin.Byte, value:kotlin.Int) returnType:Unit flags:
$this: VALUE_PARAMETER this@<no name provided>: <no name provided> $this: VALUE_PARAMETER name:<this> type:otherImpl.<no name provided> flags:
$receiver: VALUE_PARAMETER this@z2: Byte $receiver: VALUE_PARAMETER name:<this> type:kotlin.Byte flags:
VALUE_PARAMETER value-parameter value: kotlin.Int VALUE_PARAMETER name:value index:0 type:kotlin.Int flags:
BLOCK_BODY BLOCK_BODY
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
CALL 'constructor <no name provided>()' type=otherImpl.<no name provided> origin=OBJECT_LITERAL CALL 'constructor <no name provided>()' type=otherImpl.<no name provided> origin=OBJECT_LITERAL
CLASS CLASS Test1 CLASS CLASS name:Test1 modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@Test1: Test1 $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:Test1 flags:
CONSTRUCTOR public constructor Test1() CONSTRUCTOR visibility:public <> () returnType:Test1 flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='Test1' INSTANCE_INITIALIZER_CALL classDescriptor='Test1'
FIELD DELEGATE val `Test1$IBase$delegate`: BaseImpl FIELD DELEGATE name:Test1$IBase$delegate type:BaseImpl visibility:private
EXPRESSION_BODY EXPRESSION_BODY
GET_OBJECT 'BaseImpl' type=BaseImpl GET_OBJECT 'BaseImpl' type=BaseImpl
FUN DELEGATED_MEMBER public open override fun bar(): kotlin.Int FUN DELEGATED_MEMBER name:bar visibility:public modality:OPEN <> ($this:Test1) returnType:Int flags:
$this: VALUE_PARAMETER this@Test1: Test1 $this: VALUE_PARAMETER name:<this> type:Test1 flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='bar(): Int' RETURN type=kotlin.Nothing from=bar(): Int'
CALL 'bar(): Int' type=kotlin.Int origin=null CALL 'bar(): Int' type=kotlin.Int origin=null
$this: GET_FIELD '`Test1$IBase$delegate`: BaseImpl' type=BaseImpl origin=null $this: GET_FIELD '`Test1$IBase$delegate`: BaseImpl' type=BaseImpl origin=null
receiver: GET_VAR 'this@Test1: Test1' type=Test1 origin=null receiver: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
FUN DELEGATED_MEMBER public open override fun foo(x: kotlin.Int, s: kotlin.String): kotlin.Unit FUN DELEGATED_MEMBER name:foo visibility:public modality:OPEN <> ($this:Test1, x:kotlin.Int, s:kotlin.String) returnType:Unit flags:
$this: VALUE_PARAMETER this@Test1: Test1 $this: VALUE_PARAMETER name:<this> type:Test1 flags:
VALUE_PARAMETER value-parameter x: kotlin.Int VALUE_PARAMETER name:x index:0 type:kotlin.Int flags:
VALUE_PARAMETER value-parameter s: kotlin.String VALUE_PARAMETER name:s index:1 type:kotlin.String flags:
BLOCK_BODY BLOCK_BODY
CALL 'foo(Int, String): Unit' type=kotlin.Unit origin=null CALL 'foo(Int, String): Unit' type=kotlin.Unit origin=null
$this: GET_FIELD '`Test1$IBase$delegate`: BaseImpl' type=BaseImpl origin=null $this: GET_FIELD '`Test1$IBase$delegate`: BaseImpl' type=BaseImpl origin=null
receiver: GET_VAR 'this@Test1: Test1' type=Test1 origin=null receiver: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
x: GET_VAR 'value-parameter x: Int' type=kotlin.Int origin=null x: GET_VAR 'value-parameter x: Int' type=kotlin.Int origin=null
s: GET_VAR 'value-parameter s: String' type=kotlin.String origin=null s: GET_VAR 'value-parameter s: String' type=kotlin.String origin=null
FUN DELEGATED_MEMBER public open override fun kotlin.String.qux(): kotlin.Unit FUN DELEGATED_MEMBER name:qux visibility:public modality:OPEN <> ($this:Test1, $receiver:kotlin.String) returnType:Unit flags:
$this: VALUE_PARAMETER this@Test1: Test1 $this: VALUE_PARAMETER name:<this> type:Test1 flags:
$receiver: VALUE_PARAMETER this@qux: String $receiver: VALUE_PARAMETER name:<this> type:kotlin.String flags:
BLOCK_BODY BLOCK_BODY
CALL 'qux() on String: Unit' type=kotlin.Unit origin=null CALL 'qux() on String: Unit' type=kotlin.Unit origin=null
$this: GET_FIELD '`Test1$IBase$delegate`: BaseImpl' type=BaseImpl origin=null $this: GET_FIELD '`Test1$IBase$delegate`: BaseImpl' type=BaseImpl origin=null
receiver: GET_VAR 'this@Test1: Test1' type=Test1 origin=null receiver: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
$receiver: GET_VAR 'this@qux: String' type=kotlin.String origin=null $receiver: GET_VAR 'this@qux: String' type=kotlin.String origin=null
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
CLASS CLASS Test2 CLASS CLASS name:Test2 modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@Test2: Test2 $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:Test2 flags:
CONSTRUCTOR public constructor Test2() CONSTRUCTOR visibility:public <> () returnType:Test2 flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='Test2' INSTANCE_INITIALIZER_CALL classDescriptor='Test2'
FIELD DELEGATE val `Test2$IBase$delegate`: BaseImpl FIELD DELEGATE name:Test2$IBase$delegate type:BaseImpl visibility:private
EXPRESSION_BODY EXPRESSION_BODY
GET_OBJECT 'BaseImpl' type=BaseImpl GET_OBJECT 'BaseImpl' type=BaseImpl
FUN DELEGATED_MEMBER public open override fun bar(): kotlin.Int FUN DELEGATED_MEMBER name:bar visibility:public modality:OPEN <> ($this:Test2) returnType:Int flags:
$this: VALUE_PARAMETER this@Test2: Test2 $this: VALUE_PARAMETER name:<this> type:Test2 flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='bar(): Int' RETURN type=kotlin.Nothing from=bar(): Int'
CALL 'bar(): Int' type=kotlin.Int origin=null CALL 'bar(): Int' type=kotlin.Int origin=null
$this: GET_FIELD '`Test2$IBase$delegate`: BaseImpl' type=BaseImpl origin=null $this: GET_FIELD '`Test2$IBase$delegate`: BaseImpl' type=BaseImpl origin=null
receiver: GET_VAR 'this@Test2: Test2' type=Test2 origin=null receiver: GET_VAR 'this@Test2: Test2' type=Test2 origin=null
FUN DELEGATED_MEMBER public open override fun foo(x: kotlin.Int, s: kotlin.String): kotlin.Unit FUN DELEGATED_MEMBER name:foo visibility:public modality:OPEN <> ($this:Test2, x:kotlin.Int, s:kotlin.String) returnType:Unit flags:
$this: VALUE_PARAMETER this@Test2: Test2 $this: VALUE_PARAMETER name:<this> type:Test2 flags:
VALUE_PARAMETER value-parameter x: kotlin.Int VALUE_PARAMETER name:x index:0 type:kotlin.Int flags:
VALUE_PARAMETER value-parameter s: kotlin.String VALUE_PARAMETER name:s index:1 type:kotlin.String flags:
BLOCK_BODY BLOCK_BODY
CALL 'foo(Int, String): Unit' type=kotlin.Unit origin=null CALL 'foo(Int, String): Unit' type=kotlin.Unit origin=null
$this: GET_FIELD '`Test2$IBase$delegate`: BaseImpl' type=BaseImpl origin=null $this: GET_FIELD '`Test2$IBase$delegate`: BaseImpl' type=BaseImpl origin=null
receiver: GET_VAR 'this@Test2: Test2' type=Test2 origin=null receiver: GET_VAR 'this@Test2: Test2' type=Test2 origin=null
x: GET_VAR 'value-parameter x: Int' type=kotlin.Int origin=null x: GET_VAR 'value-parameter x: Int' type=kotlin.Int origin=null
s: GET_VAR 'value-parameter s: String' type=kotlin.String origin=null s: GET_VAR 'value-parameter s: String' type=kotlin.String origin=null
FUN DELEGATED_MEMBER public open override fun kotlin.String.qux(): kotlin.Unit FUN DELEGATED_MEMBER name:qux visibility:public modality:OPEN <> ($this:Test2, $receiver:kotlin.String) returnType:Unit flags:
$this: VALUE_PARAMETER this@Test2: Test2 $this: VALUE_PARAMETER name:<this> type:Test2 flags:
$receiver: VALUE_PARAMETER this@qux: String $receiver: VALUE_PARAMETER name:<this> type:kotlin.String flags:
BLOCK_BODY BLOCK_BODY
CALL 'qux() on String: Unit' type=kotlin.Unit origin=null CALL 'qux() on String: Unit' type=kotlin.Unit origin=null
$this: GET_FIELD '`Test2$IBase$delegate`: BaseImpl' type=BaseImpl origin=null $this: GET_FIELD '`Test2$IBase$delegate`: BaseImpl' type=BaseImpl origin=null
receiver: GET_VAR 'this@Test2: Test2' type=Test2 origin=null receiver: GET_VAR 'this@Test2: Test2' type=Test2 origin=null
$receiver: GET_VAR 'this@qux: String' type=kotlin.String origin=null $receiver: GET_VAR 'this@qux: String' type=kotlin.String origin=null
FIELD DELEGATE val `Test2$IOther$delegate`: IOther FIELD DELEGATE name:Test2$IOther$delegate type:IOther visibility:private
EXPRESSION_BODY EXPRESSION_BODY
CALL 'otherImpl(String, Int): IOther' type=IOther origin=null CALL 'otherImpl(String, Int): IOther' type=IOther origin=null
x0: CONST String type=kotlin.String value='' x0: CONST String type=kotlin.String value=
y0: CONST Int type=kotlin.Int value='42' y0: CONST Int type=kotlin.Int value=42
PROPERTY DELEGATED_MEMBER public open override val kotlin.Byte.z1: kotlin.Int PROPERTY DELEGATED_MEMBER name:z1 type:kotlin.Int visibility:public modality:OPEN flags:val
FUN DELEGATED_MEMBER public open override fun kotlin.Byte.<get-z1>(): kotlin.Int FUN DELEGATED_MEMBER name:<get-z1> visibility:public modality:OPEN <> ($this:Test2, $receiver:kotlin.Byte) returnType:Int flags:
$this: VALUE_PARAMETER this@Test2: Test2 $this: VALUE_PARAMETER name:<this> type:Test2 flags:
$receiver: VALUE_PARAMETER this@z1: Byte $receiver: VALUE_PARAMETER name:<this> type:kotlin.Byte flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-z1>() on Byte: Int' RETURN type=kotlin.Nothing from=<get-z1>() on Byte: Int'
CALL '<get-z1>() on Byte: Int' type=kotlin.Int origin=null CALL '<get-z1>() on Byte: Int' type=kotlin.Int origin=null
$this: GET_FIELD '`Test2$IOther$delegate`: IOther' type=IOther origin=null $this: GET_FIELD '`Test2$IOther$delegate`: IOther' type=IOther origin=null
receiver: GET_VAR 'this@Test2: Test2' type=Test2 origin=null receiver: GET_VAR 'this@Test2: Test2' type=Test2 origin=null
$receiver: GET_VAR 'this@z1: Byte' type=kotlin.Byte origin=null $receiver: GET_VAR 'this@z1: Byte' type=kotlin.Byte origin=null
PROPERTY DELEGATED_MEMBER public open override val x: kotlin.String PROPERTY DELEGATED_MEMBER name:x type:kotlin.String visibility:public modality:OPEN flags:val
FUN DELEGATED_MEMBER public open override fun <get-x>(): kotlin.String FUN DELEGATED_MEMBER name:<get-x> visibility:public modality:OPEN <> ($this:Test2) returnType:String flags:
$this: VALUE_PARAMETER this@Test2: Test2 $this: VALUE_PARAMETER name:<this> type:Test2 flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-x>(): String' RETURN type=kotlin.Nothing from=<get-x>(): String'
CALL '<get-x>(): String' type=kotlin.String origin=null CALL '<get-x>(): String' type=kotlin.String origin=null
$this: GET_FIELD '`Test2$IOther$delegate`: IOther' type=IOther origin=null $this: GET_FIELD '`Test2$IOther$delegate`: IOther' type=IOther origin=null
receiver: GET_VAR 'this@Test2: Test2' type=Test2 origin=null receiver: GET_VAR 'this@Test2: Test2' type=Test2 origin=null
PROPERTY DELEGATED_MEMBER public open override var kotlin.Byte.z2: kotlin.Int PROPERTY DELEGATED_MEMBER name:z2 type:kotlin.Int visibility:public modality:OPEN flags:var
FUN DELEGATED_MEMBER public open override fun kotlin.Byte.<get-z2>(): kotlin.Int FUN DELEGATED_MEMBER name:<get-z2> visibility:public modality:OPEN <> ($this:Test2, $receiver:kotlin.Byte) returnType:Int flags:
$this: VALUE_PARAMETER this@Test2: Test2 $this: VALUE_PARAMETER name:<this> type:Test2 flags:
$receiver: VALUE_PARAMETER this@z2: Byte $receiver: VALUE_PARAMETER name:<this> type:kotlin.Byte flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-z2>() on Byte: Int' RETURN type=kotlin.Nothing from=<get-z2>() on Byte: Int'
CALL '<get-z2>() on Byte: Int' type=kotlin.Int origin=null CALL '<get-z2>() on Byte: Int' type=kotlin.Int origin=null
$this: GET_FIELD '`Test2$IOther$delegate`: IOther' type=IOther origin=null $this: GET_FIELD '`Test2$IOther$delegate`: IOther' type=IOther origin=null
receiver: GET_VAR 'this@Test2: Test2' type=Test2 origin=null receiver: GET_VAR 'this@Test2: Test2' type=Test2 origin=null
$receiver: GET_VAR 'this@z2: Byte' type=kotlin.Byte origin=null $receiver: GET_VAR 'this@z2: Byte' type=kotlin.Byte origin=null
FUN DELEGATED_MEMBER public open override fun kotlin.Byte.<set-z2>(<set-?>: kotlin.Int): kotlin.Unit FUN DELEGATED_MEMBER name:<set-z2> visibility:public modality:OPEN <> ($this:Test2, $receiver:kotlin.Byte, <set-?>:kotlin.Int) returnType:Unit flags:
$this: VALUE_PARAMETER this@Test2: Test2 $this: VALUE_PARAMETER name:<this> type:Test2 flags:
$receiver: VALUE_PARAMETER this@z2: Byte $receiver: VALUE_PARAMETER name:<this> type:kotlin.Byte flags:
VALUE_PARAMETER value-parameter <set-?>: kotlin.Int VALUE_PARAMETER name:<set-?> index:0 type:kotlin.Int flags:
BLOCK_BODY BLOCK_BODY
CALL '<set-z2>(Int) on Byte: Unit' type=kotlin.Unit origin=null CALL '<set-z2>(Int) on Byte: Unit' type=kotlin.Unit origin=null
$this: GET_FIELD '`Test2$IOther$delegate`: IOther' type=IOther origin=null $this: GET_FIELD '`Test2$IOther$delegate`: IOther' type=IOther origin=null
receiver: GET_VAR 'this@Test2: Test2' type=Test2 origin=null receiver: GET_VAR 'this@Test2: Test2' type=Test2 origin=null
$receiver: GET_VAR 'this@z2: Byte' type=kotlin.Byte origin=null $receiver: GET_VAR 'this@z2: Byte' type=kotlin.Byte origin=null
<set-?>: GET_VAR 'value-parameter <set-?>: Int' type=kotlin.Int origin=null <set-?>: GET_VAR 'value-parameter <set-?>: Int' type=kotlin.Int origin=null
PROPERTY DELEGATED_MEMBER public open override var y: kotlin.Int PROPERTY DELEGATED_MEMBER name:y type:kotlin.Int visibility:public modality:OPEN flags:var
FUN DELEGATED_MEMBER public open override fun <get-y>(): kotlin.Int FUN DELEGATED_MEMBER name:<get-y> visibility:public modality:OPEN <> ($this:Test2) returnType:Int flags:
$this: VALUE_PARAMETER this@Test2: Test2 $this: VALUE_PARAMETER name:<this> type:Test2 flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-y>(): Int' RETURN type=kotlin.Nothing from=<get-y>(): Int'
CALL '<get-y>(): Int' type=kotlin.Int origin=null CALL '<get-y>(): Int' type=kotlin.Int origin=null
$this: GET_FIELD '`Test2$IOther$delegate`: IOther' type=IOther origin=null $this: GET_FIELD '`Test2$IOther$delegate`: IOther' type=IOther origin=null
receiver: GET_VAR 'this@Test2: Test2' type=Test2 origin=null receiver: GET_VAR 'this@Test2: Test2' type=Test2 origin=null
FUN DELEGATED_MEMBER public open override fun <set-y>(<set-?>: kotlin.Int): kotlin.Unit FUN DELEGATED_MEMBER name:<set-y> visibility:public modality:OPEN <> ($this:Test2, <set-?>:kotlin.Int) returnType:Unit flags:
$this: VALUE_PARAMETER this@Test2: Test2 $this: VALUE_PARAMETER name:<this> type:Test2 flags:
VALUE_PARAMETER value-parameter <set-?>: kotlin.Int VALUE_PARAMETER name:<set-?> index:0 type:kotlin.Int flags:
BLOCK_BODY BLOCK_BODY
CALL '<set-y>(Int): Unit' type=kotlin.Unit origin=null CALL '<set-y>(Int): Unit' type=kotlin.Unit origin=null
$this: GET_FIELD '`Test2$IOther$delegate`: IOther' type=IOther origin=null $this: GET_FIELD '`Test2$IOther$delegate`: IOther' type=IOther origin=null
receiver: GET_VAR 'this@Test2: Test2' type=Test2 origin=null receiver: GET_VAR 'this@Test2: Test2' type=Test2 origin=null
<set-?>: GET_VAR 'value-parameter <set-?>: Int' type=kotlin.Int origin=null <set-?>: GET_VAR 'value-parameter <set-?>: Int' type=kotlin.Int origin=null
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
@@ -1,59 +1,59 @@
FILE /delegatedImplementationWithExplicitOverride.kt FILE fqName:<root> fileName:/delegatedImplementationWithExplicitOverride.kt
CLASS INTERFACE IFooBar CLASS INTERFACE name:IFooBar modality:ABSTRACT visibility:public flags:
$this: VALUE_PARAMETER this@IFooBar: IFooBar $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:IFooBar flags:
FUN public abstract fun foo(): kotlin.Unit FUN name:foo visibility:public modality:ABSTRACT <> ($this:IFooBar) returnType:Unit flags:
$this: VALUE_PARAMETER this@IFooBar: IFooBar $this: VALUE_PARAMETER name:<this> type:IFooBar flags:
FUN public abstract fun bar(): kotlin.Unit FUN name:bar visibility:public modality:ABSTRACT <> ($this:IFooBar) returnType:Unit flags:
$this: VALUE_PARAMETER this@IFooBar: IFooBar $this: VALUE_PARAMETER name:<this> type:IFooBar flags:
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
CLASS OBJECT FooBarImpl CLASS OBJECT name:FooBarImpl modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@FooBarImpl: FooBarImpl $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:FooBarImpl flags:
CONSTRUCTOR private constructor FooBarImpl() CONSTRUCTOR visibility:private <> () returnType:FooBarImpl flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='FooBarImpl' INSTANCE_INITIALIZER_CALL classDescriptor='FooBarImpl'
FUN public open override fun foo(): kotlin.Unit FUN name:foo visibility:public modality:OPEN <> ($this:FooBarImpl) returnType:Unit flags:
$this: VALUE_PARAMETER this@FooBarImpl: FooBarImpl $this: VALUE_PARAMETER name:<this> type:FooBarImpl flags:
BLOCK_BODY BLOCK_BODY
FUN public open override fun bar(): kotlin.Unit FUN name:bar visibility:public modality:OPEN <> ($this:FooBarImpl) returnType:Unit flags:
$this: VALUE_PARAMETER this@FooBarImpl: FooBarImpl $this: VALUE_PARAMETER name:<this> type:FooBarImpl flags:
BLOCK_BODY BLOCK_BODY
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
CLASS CLASS C CLASS CLASS name:C modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@C: C $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:C flags:
CONSTRUCTOR public constructor C() CONSTRUCTOR visibility:public <> () returnType:C flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='C' INSTANCE_INITIALIZER_CALL classDescriptor='C'
FIELD DELEGATE val `C$IFooBar$delegate`: FooBarImpl FIELD DELEGATE name:C$IFooBar$delegate type:FooBarImpl visibility:private
EXPRESSION_BODY EXPRESSION_BODY
GET_OBJECT 'FooBarImpl' type=FooBarImpl GET_OBJECT 'FooBarImpl' type=FooBarImpl
FUN DELEGATED_MEMBER public open override fun foo(): kotlin.Unit FUN DELEGATED_MEMBER name:foo visibility:public modality:OPEN <> ($this:C) returnType:Unit flags:
$this: VALUE_PARAMETER this@C: C $this: VALUE_PARAMETER name:<this> type:C flags:
BLOCK_BODY BLOCK_BODY
CALL 'foo(): Unit' type=kotlin.Unit origin=null CALL 'foo(): Unit' type=kotlin.Unit origin=null
$this: GET_FIELD '`C$IFooBar$delegate`: FooBarImpl' type=FooBarImpl origin=null $this: GET_FIELD '`C$IFooBar$delegate`: FooBarImpl' type=FooBarImpl origin=null
receiver: GET_VAR 'this@C: C' type=C origin=null receiver: GET_VAR 'this@C: C' type=C origin=null
FUN public open override fun bar(): kotlin.Unit FUN name:bar visibility:public modality:OPEN <> ($this:C) returnType:Unit flags:
$this: VALUE_PARAMETER this@C: C $this: VALUE_PARAMETER name:<this> type:C flags:
BLOCK_BODY BLOCK_BODY
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
@@ -1,65 +1,65 @@
FILE /delegatingConstructorCallToTypeAliasConstructor.kt FILE fqName:<root> fileName:/delegatingConstructorCallToTypeAliasConstructor.kt
CLASS CLASS Cell CLASS CLASS name:Cell modality:OPEN visibility:public flags:
$this: VALUE_PARAMETER this@Cell: Cell<T> $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:Cell<T> flags:
TYPE_PARAMETER <T> TYPE_PARAMETER name:T index:0 variance: upperBounds:[kotlin.Any?]
CONSTRUCTOR public constructor Cell<T>(value: T) CONSTRUCTOR visibility:public <> (value:T) returnType:Cell<T> flags:
VALUE_PARAMETER value-parameter value: T VALUE_PARAMETER name:value index:0 type:T flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='Cell' INSTANCE_INITIALIZER_CALL classDescriptor='Cell'
PROPERTY public final val value: T PROPERTY name:value type:T visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public final val value: T FIELD PROPERTY_BACKING_FIELD name:value type:T visibility:public
EXPRESSION_BODY EXPRESSION_BODY
GET_VAR 'value-parameter value: T' type=T origin=INITIALIZE_PROPERTY_FROM_PARAMETER GET_VAR 'value-parameter value: T' type=T origin=INITIALIZE_PROPERTY_FROM_PARAMETER
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-value>(): T FUN DEFAULT_PROPERTY_ACCESSOR name:<get-value> visibility:public modality:FINAL <> ($this:Cell<T>) returnType:T flags:
$this: VALUE_PARAMETER this@Cell: Cell<T> $this: VALUE_PARAMETER name:<this> type:Cell<T> flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-value>(): T' RETURN type=kotlin.Nothing from=<get-value>(): T'
GET_FIELD 'value: T' type=T origin=null GET_FIELD 'value: T' type=T origin=null
receiver: GET_VAR 'this@Cell: Cell<T>' type=Cell<T> origin=null receiver: GET_VAR 'this@Cell: Cell<T>' type=Cell<T> origin=null
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
TYPEALIAS typealias CT = Cell<T> type=Cell<T> TYPEALIAS typealias CT = Cell<T> type=Cell<T>
TYPEALIAS typealias CStr = Cell<String> type=Cell<kotlin.String> TYPEALIAS typealias CStr = Cell<String> type=Cell<kotlin.String>
CLASS CLASS C1 CLASS CLASS name:C1 modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@C1: C1 $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:C1 flags:
CONSTRUCTOR public constructor C1() CONSTRUCTOR visibility:public <> () returnType:C1 flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Cell(String)' DELEGATING_CONSTRUCTOR_CALL 'constructor Cell(String)'
<T>: null <T>: null
value: CONST String type=kotlin.String value='O' value: CONST String type=kotlin.String value=O
INSTANCE_INITIALIZER_CALL classDescriptor='C1' INSTANCE_INITIALIZER_CALL classDescriptor='C1'
PROPERTY FAKE_OVERRIDE public final override val value: kotlin.String PROPERTY FAKE_OVERRIDE name:value type:kotlin.String visibility:public modality:FINAL flags:val
FUN FAKE_OVERRIDE public final override fun <get-value>(): kotlin.String FUN FAKE_OVERRIDE name:<get-value> visibility:public modality:FINAL <> ($this:Cell<kotlin.String>) returnType:String flags:
$this: VALUE_PARAMETER this@Cell: Cell<String> $this: VALUE_PARAMETER name:<this> type:Cell<kotlin.String> flags:
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
CLASS CLASS C2 CLASS CLASS name:C2 modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@C2: C2 $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:C2 flags:
CONSTRUCTOR public constructor C2() CONSTRUCTOR visibility:public <> () returnType:C2 flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Cell(String)' DELEGATING_CONSTRUCTOR_CALL 'constructor Cell(String)'
<T>: null <T>: null
value: CONST String type=kotlin.String value='K' value: CONST String type=kotlin.String value=K
INSTANCE_INITIALIZER_CALL classDescriptor='C2' INSTANCE_INITIALIZER_CALL classDescriptor='C2'
PROPERTY FAKE_OVERRIDE public final override val value: kotlin.String PROPERTY FAKE_OVERRIDE name:value type:kotlin.String visibility:public modality:FINAL flags:val
FUN FAKE_OVERRIDE public final override fun <get-value>(): kotlin.String FUN FAKE_OVERRIDE name:<get-value> visibility:public modality:FINAL <> ($this:Cell<kotlin.String>) returnType:String flags:
$this: VALUE_PARAMETER this@Cell: Cell<String> $this: VALUE_PARAMETER name:<this> type:Cell<kotlin.String> flags:
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
@@ -1,37 +1,37 @@
FILE /delegatingConstructorCallsInSecondaryConstructors.kt FILE fqName:<root> fileName:/delegatingConstructorCallsInSecondaryConstructors.kt
CLASS CLASS Base CLASS CLASS name:Base modality:OPEN visibility:public flags:
$this: VALUE_PARAMETER this@Base: Base $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:Base flags:
CONSTRUCTOR public constructor Base() CONSTRUCTOR visibility:public <> () returnType:Base flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='Base' INSTANCE_INITIALIZER_CALL classDescriptor='Base'
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
CLASS CLASS Test CLASS CLASS name:Test modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@Test: Test $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:Test flags:
CONSTRUCTOR public constructor Test() CONSTRUCTOR visibility:public <> () returnType:Test flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Base()' DELEGATING_CONSTRUCTOR_CALL 'constructor Base()'
INSTANCE_INITIALIZER_CALL classDescriptor='Test' INSTANCE_INITIALIZER_CALL classDescriptor='Test'
CONSTRUCTOR public constructor Test(xx: kotlin.Int) CONSTRUCTOR visibility:public <> (xx:kotlin.Int) returnType:Test flags:
VALUE_PARAMETER value-parameter xx: kotlin.Int VALUE_PARAMETER name:xx index:0 type:kotlin.Int flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Base()' DELEGATING_CONSTRUCTOR_CALL 'constructor Base()'
INSTANCE_INITIALIZER_CALL classDescriptor='Test' INSTANCE_INITIALIZER_CALL classDescriptor='Test'
CONSTRUCTOR public constructor Test(xx: kotlin.Short) CONSTRUCTOR visibility:public <> (xx:kotlin.Short) returnType:Test flags:
VALUE_PARAMETER value-parameter xx: kotlin.Short VALUE_PARAMETER name:xx index:0 type:kotlin.Short flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Test()' DELEGATING_CONSTRUCTOR_CALL 'constructor Test()'
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
+274 -274
View File
@@ -1,239 +1,239 @@
FILE /enum.kt FILE fqName:<root> fileName:/enum.kt
CLASS ENUM_CLASS TestEnum1 CLASS ENUM_CLASS name:TestEnum1 modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@TestEnum1: TestEnum1 $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:TestEnum1 flags:
CONSTRUCTOR private constructor TestEnum1() CONSTRUCTOR visibility:private <> () returnType:TestEnum1 flags:
BLOCK_BODY BLOCK_BODY
ENUM_CONSTRUCTOR_CALL 'constructor Enum(String, Int)' ENUM_CONSTRUCTOR_CALL 'constructor Enum(String, Int)'
<E : Enum<E>>: null <E : Enum<E>>: null
INSTANCE_INITIALIZER_CALL classDescriptor='TestEnum1' INSTANCE_INITIALIZER_CALL classDescriptor='TestEnum1'
ENUM_ENTRY enum entry TEST1 ENUM_ENTRY name:TEST1
init: ENUM_CONSTRUCTOR_CALL 'constructor TestEnum1()' init: ENUM_CONSTRUCTOR_CALL 'constructor TestEnum1()'
ENUM_ENTRY enum entry TEST2 ENUM_ENTRY name:TEST2
init: ENUM_CONSTRUCTOR_CALL 'constructor TestEnum1()' init: ENUM_CONSTRUCTOR_CALL 'constructor TestEnum1()'
FUN FAKE_OVERRIDE protected final override fun clone(): kotlin.Any FUN FAKE_OVERRIDE name:clone visibility:protected modality:FINAL <> ($this:kotlin.Enum<TestEnum1>) returnType:Any flags:
$this: VALUE_PARAMETER this@Enum: Enum<TestEnum1> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<TestEnum1> flags:
FUN FAKE_OVERRIDE protected/*protected and package*/ final override fun finalize(): kotlin.Unit FUN FAKE_OVERRIDE name:finalize visibility:protected/*protected and package*/ modality:FINAL <> ($this:kotlin.Enum<TestEnum1>) returnType:Unit flags:
$this: VALUE_PARAMETER this@Enum: Enum<TestEnum1> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<TestEnum1> flags:
FUN FAKE_OVERRIDE public final override fun getDeclaringClass(): java.lang.Class<TestEnum1!>! FUN FAKE_OVERRIDE name:getDeclaringClass visibility:public modality:FINAL <> ($this:kotlin.Enum<TestEnum1>) returnType:(java.lang.Class<(TestEnum1..TestEnum1?)>..java.lang.Class<(TestEnum1..TestEnum1?)>?) flags:
$this: VALUE_PARAMETER this@Enum: Enum<TestEnum1> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<TestEnum1> flags:
FUN FAKE_OVERRIDE public final override fun compareTo(other: TestEnum1): kotlin.Int FUN FAKE_OVERRIDE name:compareTo visibility:public modality:FINAL <> ($this:kotlin.Enum<TestEnum1>, other:TestEnum1) returnType:Int flags:
$this: VALUE_PARAMETER this@Enum: Enum<TestEnum1> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<TestEnum1> flags:
VALUE_PARAMETER value-parameter other: TestEnum1 VALUE_PARAMETER name:other index:0 type:TestEnum1 flags:
FUN FAKE_OVERRIDE public final override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:FINAL <> ($this:kotlin.Enum<TestEnum1>, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Enum: Enum<TestEnum1> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<TestEnum1> flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public final override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:FINAL <> ($this:kotlin.Enum<TestEnum1>) returnType:Int flags:
$this: VALUE_PARAMETER this@Enum: Enum<TestEnum1> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<TestEnum1> flags:
PROPERTY FAKE_OVERRIDE public final override val name: kotlin.String PROPERTY FAKE_OVERRIDE name:name type:kotlin.String visibility:public modality:FINAL flags:val
FUN FAKE_OVERRIDE public final override fun <get-name>(): kotlin.String FUN FAKE_OVERRIDE name:<get-name> visibility:public modality:FINAL <> ($this:kotlin.Enum<TestEnum1>) returnType:String flags:
$this: VALUE_PARAMETER this@Enum: Enum<TestEnum1> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<TestEnum1> flags:
PROPERTY FAKE_OVERRIDE public final override val ordinal: kotlin.Int PROPERTY FAKE_OVERRIDE name:ordinal type:kotlin.Int visibility:public modality:FINAL flags:val
FUN FAKE_OVERRIDE public final override fun <get-ordinal>(): kotlin.Int FUN FAKE_OVERRIDE name:<get-ordinal> visibility:public modality:FINAL <> ($this:kotlin.Enum<TestEnum1>) returnType:Int flags:
$this: VALUE_PARAMETER this@Enum: Enum<TestEnum1> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<TestEnum1> flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Enum<TestEnum1>) returnType:String flags:
$this: VALUE_PARAMETER this@Enum: Enum<TestEnum1> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<TestEnum1> flags:
FUN ENUM_CLASS_SPECIAL_MEMBER public final fun values(): kotlin.Array<TestEnum1> FUN ENUM_CLASS_SPECIAL_MEMBER name:values visibility:public modality:FINAL <> () returnType:Array<TestEnum1> flags:
SYNTHETIC_BODY kind=ENUM_VALUES SYNTHETIC_BODY kind=ENUM_VALUES
FUN ENUM_CLASS_SPECIAL_MEMBER public final fun valueOf(value: kotlin.String): TestEnum1 FUN ENUM_CLASS_SPECIAL_MEMBER name:valueOf visibility:public modality:FINAL <> (value:kotlin.String) returnType:TestEnum1 flags:
VALUE_PARAMETER value-parameter value: kotlin.String VALUE_PARAMETER name:value index:0 type:kotlin.String flags:
SYNTHETIC_BODY kind=ENUM_VALUEOF SYNTHETIC_BODY kind=ENUM_VALUEOF
CLASS ENUM_CLASS TestEnum2 CLASS ENUM_CLASS name:TestEnum2 modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@TestEnum2: TestEnum2 $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:TestEnum2 flags:
CONSTRUCTOR private constructor TestEnum2(x: kotlin.Int) CONSTRUCTOR visibility:private <> (x:kotlin.Int) returnType:TestEnum2 flags:
VALUE_PARAMETER value-parameter x: kotlin.Int VALUE_PARAMETER name:x index:0 type:kotlin.Int flags:
BLOCK_BODY BLOCK_BODY
ENUM_CONSTRUCTOR_CALL 'constructor Enum(String, Int)' ENUM_CONSTRUCTOR_CALL 'constructor Enum(String, Int)'
<E : Enum<E>>: null <E : Enum<E>>: null
INSTANCE_INITIALIZER_CALL classDescriptor='TestEnum2' INSTANCE_INITIALIZER_CALL classDescriptor='TestEnum2'
PROPERTY public final val x: kotlin.Int PROPERTY name:x type:kotlin.Int visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public final val x: kotlin.Int FIELD PROPERTY_BACKING_FIELD name:x type:kotlin.Int visibility:public
EXPRESSION_BODY EXPRESSION_BODY
GET_VAR 'value-parameter x: Int' type=kotlin.Int origin=INITIALIZE_PROPERTY_FROM_PARAMETER GET_VAR 'value-parameter x: Int' type=kotlin.Int origin=INITIALIZE_PROPERTY_FROM_PARAMETER
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-x>(): kotlin.Int FUN DEFAULT_PROPERTY_ACCESSOR name:<get-x> visibility:public modality:FINAL <> ($this:TestEnum2) returnType:Int flags:
$this: VALUE_PARAMETER this@TestEnum2: TestEnum2 $this: VALUE_PARAMETER name:<this> type:TestEnum2 flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-x>(): Int' RETURN type=kotlin.Nothing from=<get-x>(): Int'
GET_FIELD 'x: Int' type=kotlin.Int origin=null GET_FIELD 'x: Int' type=kotlin.Int origin=null
receiver: GET_VAR 'this@TestEnum2: TestEnum2' type=TestEnum2 origin=null receiver: GET_VAR 'this@TestEnum2: TestEnum2' type=TestEnum2 origin=null
ENUM_ENTRY enum entry TEST1 ENUM_ENTRY name:TEST1
init: ENUM_CONSTRUCTOR_CALL 'constructor TestEnum2(Int)' init: ENUM_CONSTRUCTOR_CALL 'constructor TestEnum2(Int)'
x: CONST Int type=kotlin.Int value='1' x: CONST Int type=kotlin.Int value=1
ENUM_ENTRY enum entry TEST2 ENUM_ENTRY name:TEST2
init: ENUM_CONSTRUCTOR_CALL 'constructor TestEnum2(Int)' init: ENUM_CONSTRUCTOR_CALL 'constructor TestEnum2(Int)'
x: CONST Int type=kotlin.Int value='2' x: CONST Int type=kotlin.Int value=2
ENUM_ENTRY enum entry TEST3 ENUM_ENTRY name:TEST3
init: ENUM_CONSTRUCTOR_CALL 'constructor TestEnum2(Int)' init: ENUM_CONSTRUCTOR_CALL 'constructor TestEnum2(Int)'
x: CONST Int type=kotlin.Int value='3' x: CONST Int type=kotlin.Int value=3
FUN FAKE_OVERRIDE protected final override fun clone(): kotlin.Any FUN FAKE_OVERRIDE name:clone visibility:protected modality:FINAL <> ($this:kotlin.Enum<TestEnum2>) returnType:Any flags:
$this: VALUE_PARAMETER this@Enum: Enum<TestEnum2> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<TestEnum2> flags:
FUN FAKE_OVERRIDE protected/*protected and package*/ final override fun finalize(): kotlin.Unit FUN FAKE_OVERRIDE name:finalize visibility:protected/*protected and package*/ modality:FINAL <> ($this:kotlin.Enum<TestEnum2>) returnType:Unit flags:
$this: VALUE_PARAMETER this@Enum: Enum<TestEnum2> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<TestEnum2> flags:
FUN FAKE_OVERRIDE public final override fun getDeclaringClass(): java.lang.Class<TestEnum2!>! FUN FAKE_OVERRIDE name:getDeclaringClass visibility:public modality:FINAL <> ($this:kotlin.Enum<TestEnum2>) returnType:(java.lang.Class<(TestEnum2..TestEnum2?)>..java.lang.Class<(TestEnum2..TestEnum2?)>?) flags:
$this: VALUE_PARAMETER this@Enum: Enum<TestEnum2> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<TestEnum2> flags:
FUN FAKE_OVERRIDE public final override fun compareTo(other: TestEnum2): kotlin.Int FUN FAKE_OVERRIDE name:compareTo visibility:public modality:FINAL <> ($this:kotlin.Enum<TestEnum2>, other:TestEnum2) returnType:Int flags:
$this: VALUE_PARAMETER this@Enum: Enum<TestEnum2> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<TestEnum2> flags:
VALUE_PARAMETER value-parameter other: TestEnum2 VALUE_PARAMETER name:other index:0 type:TestEnum2 flags:
FUN FAKE_OVERRIDE public final override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:FINAL <> ($this:kotlin.Enum<TestEnum2>, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Enum: Enum<TestEnum2> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<TestEnum2> flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public final override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:FINAL <> ($this:kotlin.Enum<TestEnum2>) returnType:Int flags:
$this: VALUE_PARAMETER this@Enum: Enum<TestEnum2> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<TestEnum2> flags:
PROPERTY FAKE_OVERRIDE public final override val name: kotlin.String PROPERTY FAKE_OVERRIDE name:name type:kotlin.String visibility:public modality:FINAL flags:val
FUN FAKE_OVERRIDE public final override fun <get-name>(): kotlin.String FUN FAKE_OVERRIDE name:<get-name> visibility:public modality:FINAL <> ($this:kotlin.Enum<TestEnum2>) returnType:String flags:
$this: VALUE_PARAMETER this@Enum: Enum<TestEnum2> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<TestEnum2> flags:
PROPERTY FAKE_OVERRIDE public final override val ordinal: kotlin.Int PROPERTY FAKE_OVERRIDE name:ordinal type:kotlin.Int visibility:public modality:FINAL flags:val
FUN FAKE_OVERRIDE public final override fun <get-ordinal>(): kotlin.Int FUN FAKE_OVERRIDE name:<get-ordinal> visibility:public modality:FINAL <> ($this:kotlin.Enum<TestEnum2>) returnType:Int flags:
$this: VALUE_PARAMETER this@Enum: Enum<TestEnum2> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<TestEnum2> flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Enum<TestEnum2>) returnType:String flags:
$this: VALUE_PARAMETER this@Enum: Enum<TestEnum2> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<TestEnum2> flags:
FUN ENUM_CLASS_SPECIAL_MEMBER public final fun values(): kotlin.Array<TestEnum2> FUN ENUM_CLASS_SPECIAL_MEMBER name:values visibility:public modality:FINAL <> () returnType:Array<TestEnum2> flags:
SYNTHETIC_BODY kind=ENUM_VALUES SYNTHETIC_BODY kind=ENUM_VALUES
FUN ENUM_CLASS_SPECIAL_MEMBER public final fun valueOf(value: kotlin.String): TestEnum2 FUN ENUM_CLASS_SPECIAL_MEMBER name:valueOf visibility:public modality:FINAL <> (value:kotlin.String) returnType:TestEnum2 flags:
VALUE_PARAMETER value-parameter value: kotlin.String VALUE_PARAMETER name:value index:0 type:kotlin.String flags:
SYNTHETIC_BODY kind=ENUM_VALUEOF SYNTHETIC_BODY kind=ENUM_VALUEOF
CLASS ENUM_CLASS TestEnum3 CLASS ENUM_CLASS name:TestEnum3 modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@TestEnum3: TestEnum3 $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:TestEnum3 flags:
CONSTRUCTOR private constructor TestEnum3() CONSTRUCTOR visibility:private <> () returnType:TestEnum3 flags:
BLOCK_BODY BLOCK_BODY
ENUM_CONSTRUCTOR_CALL 'constructor Enum(String, Int)' ENUM_CONSTRUCTOR_CALL 'constructor Enum(String, Int)'
<E : Enum<E>>: null <E : Enum<E>>: null
INSTANCE_INITIALIZER_CALL classDescriptor='TestEnum3' INSTANCE_INITIALIZER_CALL classDescriptor='TestEnum3'
ENUM_ENTRY enum entry TEST ENUM_ENTRY name:TEST
init: ENUM_CONSTRUCTOR_CALL 'constructor TEST()' init: ENUM_CONSTRUCTOR_CALL 'constructor TEST()'
class: CLASS ENUM_ENTRY TEST class: CLASS ENUM_ENTRY name:TEST modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@TEST: TEST $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:TestEnum3.TEST flags:
CONSTRUCTOR private constructor TEST() CONSTRUCTOR visibility:private <> () returnType:TestEnum3.TEST flags:
BLOCK_BODY BLOCK_BODY
ENUM_CONSTRUCTOR_CALL 'constructor TestEnum3()' ENUM_CONSTRUCTOR_CALL 'constructor TestEnum3()'
INSTANCE_INITIALIZER_CALL classDescriptor='TEST' INSTANCE_INITIALIZER_CALL classDescriptor='TEST'
FUN public open override fun foo(): kotlin.Unit FUN name:foo visibility:public modality:OPEN <> ($this:TestEnum3.TEST) returnType:Unit flags:
$this: VALUE_PARAMETER this@TEST: TEST $this: VALUE_PARAMETER name:<this> type:TestEnum3.TEST flags:
BLOCK_BODY BLOCK_BODY
CALL 'println(Any?): Unit' type=kotlin.Unit origin=null CALL 'println(Any?): Unit' type=kotlin.Unit origin=null
message: CONST String type=kotlin.String value='Hello, world!' message: CONST String type=kotlin.String value=Hello, world!
FUN FAKE_OVERRIDE protected final override fun clone(): kotlin.Any FUN FAKE_OVERRIDE name:clone visibility:protected modality:FINAL <> ($this:kotlin.Enum<TestEnum3>) returnType:Any flags:
$this: VALUE_PARAMETER this@Enum: Enum<TestEnum3> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<TestEnum3> flags:
FUN FAKE_OVERRIDE protected/*protected and package*/ final override fun finalize(): kotlin.Unit FUN FAKE_OVERRIDE name:finalize visibility:protected/*protected and package*/ modality:FINAL <> ($this:kotlin.Enum<TestEnum3>) returnType:Unit flags:
$this: VALUE_PARAMETER this@Enum: Enum<TestEnum3> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<TestEnum3> flags:
FUN FAKE_OVERRIDE public final override fun getDeclaringClass(): java.lang.Class<TestEnum3!>! FUN FAKE_OVERRIDE name:getDeclaringClass visibility:public modality:FINAL <> ($this:kotlin.Enum<TestEnum3>) returnType:(java.lang.Class<(TestEnum3..TestEnum3?)>..java.lang.Class<(TestEnum3..TestEnum3?)>?) flags:
$this: VALUE_PARAMETER this@Enum: Enum<TestEnum3> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<TestEnum3> flags:
FUN FAKE_OVERRIDE public final override fun compareTo(other: TestEnum3): kotlin.Int FUN FAKE_OVERRIDE name:compareTo visibility:public modality:FINAL <> ($this:kotlin.Enum<TestEnum3>, other:TestEnum3) returnType:Int flags:
$this: VALUE_PARAMETER this@Enum: Enum<TestEnum3> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<TestEnum3> flags:
VALUE_PARAMETER value-parameter other: TestEnum3 VALUE_PARAMETER name:other index:0 type:TestEnum3 flags:
FUN FAKE_OVERRIDE public final override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:FINAL <> ($this:kotlin.Enum<TestEnum3>, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Enum: Enum<TestEnum3> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<TestEnum3> flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public final override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:FINAL <> ($this:kotlin.Enum<TestEnum3>) returnType:Int flags:
$this: VALUE_PARAMETER this@Enum: Enum<TestEnum3> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<TestEnum3> flags:
PROPERTY FAKE_OVERRIDE public final override val name: kotlin.String PROPERTY FAKE_OVERRIDE name:name type:kotlin.String visibility:public modality:FINAL flags:val
FUN FAKE_OVERRIDE public final override fun <get-name>(): kotlin.String FUN FAKE_OVERRIDE name:<get-name> visibility:public modality:FINAL <> ($this:kotlin.Enum<TestEnum3>) returnType:String flags:
$this: VALUE_PARAMETER this@Enum: Enum<TestEnum3> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<TestEnum3> flags:
PROPERTY FAKE_OVERRIDE public final override val ordinal: kotlin.Int PROPERTY FAKE_OVERRIDE name:ordinal type:kotlin.Int visibility:public modality:FINAL flags:val
FUN FAKE_OVERRIDE public final override fun <get-ordinal>(): kotlin.Int FUN FAKE_OVERRIDE name:<get-ordinal> visibility:public modality:FINAL <> ($this:kotlin.Enum<TestEnum3>) returnType:Int flags:
$this: VALUE_PARAMETER this@Enum: Enum<TestEnum3> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<TestEnum3> flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Enum<TestEnum3>) returnType:String flags:
$this: VALUE_PARAMETER this@Enum: Enum<TestEnum3> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<TestEnum3> flags:
FUN public abstract fun foo(): kotlin.Unit FUN name:foo visibility:public modality:ABSTRACT <> ($this:TestEnum3) returnType:Unit flags:
$this: VALUE_PARAMETER this@TestEnum3: TestEnum3 $this: VALUE_PARAMETER name:<this> type:TestEnum3 flags:
FUN FAKE_OVERRIDE protected final override fun clone(): kotlin.Any FUN FAKE_OVERRIDE name:clone visibility:protected modality:FINAL <> ($this:kotlin.Enum<TestEnum3>) returnType:Any flags:
$this: VALUE_PARAMETER this@Enum: Enum<TestEnum3> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<TestEnum3> flags:
FUN FAKE_OVERRIDE protected/*protected and package*/ final override fun finalize(): kotlin.Unit FUN FAKE_OVERRIDE name:finalize visibility:protected/*protected and package*/ modality:FINAL <> ($this:kotlin.Enum<TestEnum3>) returnType:Unit flags:
$this: VALUE_PARAMETER this@Enum: Enum<TestEnum3> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<TestEnum3> flags:
FUN FAKE_OVERRIDE public final override fun getDeclaringClass(): java.lang.Class<TestEnum3!>! FUN FAKE_OVERRIDE name:getDeclaringClass visibility:public modality:FINAL <> ($this:kotlin.Enum<TestEnum3>) returnType:(java.lang.Class<(TestEnum3..TestEnum3?)>..java.lang.Class<(TestEnum3..TestEnum3?)>?) flags:
$this: VALUE_PARAMETER this@Enum: Enum<TestEnum3> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<TestEnum3> flags:
FUN FAKE_OVERRIDE public final override fun compareTo(other: TestEnum3): kotlin.Int FUN FAKE_OVERRIDE name:compareTo visibility:public modality:FINAL <> ($this:kotlin.Enum<TestEnum3>, other:TestEnum3) returnType:Int flags:
$this: VALUE_PARAMETER this@Enum: Enum<TestEnum3> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<TestEnum3> flags:
VALUE_PARAMETER value-parameter other: TestEnum3 VALUE_PARAMETER name:other index:0 type:TestEnum3 flags:
FUN FAKE_OVERRIDE public final override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:FINAL <> ($this:kotlin.Enum<TestEnum3>, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Enum: Enum<TestEnum3> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<TestEnum3> flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public final override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:FINAL <> ($this:kotlin.Enum<TestEnum3>) returnType:Int flags:
$this: VALUE_PARAMETER this@Enum: Enum<TestEnum3> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<TestEnum3> flags:
PROPERTY FAKE_OVERRIDE public final override val name: kotlin.String PROPERTY FAKE_OVERRIDE name:name type:kotlin.String visibility:public modality:FINAL flags:val
FUN FAKE_OVERRIDE public final override fun <get-name>(): kotlin.String FUN FAKE_OVERRIDE name:<get-name> visibility:public modality:FINAL <> ($this:kotlin.Enum<TestEnum3>) returnType:String flags:
$this: VALUE_PARAMETER this@Enum: Enum<TestEnum3> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<TestEnum3> flags:
PROPERTY FAKE_OVERRIDE public final override val ordinal: kotlin.Int PROPERTY FAKE_OVERRIDE name:ordinal type:kotlin.Int visibility:public modality:FINAL flags:val
FUN FAKE_OVERRIDE public final override fun <get-ordinal>(): kotlin.Int FUN FAKE_OVERRIDE name:<get-ordinal> visibility:public modality:FINAL <> ($this:kotlin.Enum<TestEnum3>) returnType:Int flags:
$this: VALUE_PARAMETER this@Enum: Enum<TestEnum3> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<TestEnum3> flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Enum<TestEnum3>) returnType:String flags:
$this: VALUE_PARAMETER this@Enum: Enum<TestEnum3> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<TestEnum3> flags:
FUN ENUM_CLASS_SPECIAL_MEMBER public final fun values(): kotlin.Array<TestEnum3> FUN ENUM_CLASS_SPECIAL_MEMBER name:values visibility:public modality:FINAL <> () returnType:Array<TestEnum3> flags:
SYNTHETIC_BODY kind=ENUM_VALUES SYNTHETIC_BODY kind=ENUM_VALUES
FUN ENUM_CLASS_SPECIAL_MEMBER public final fun valueOf(value: kotlin.String): TestEnum3 FUN ENUM_CLASS_SPECIAL_MEMBER name:valueOf visibility:public modality:FINAL <> (value:kotlin.String) returnType:TestEnum3 flags:
VALUE_PARAMETER value-parameter value: kotlin.String VALUE_PARAMETER name:value index:0 type:kotlin.String flags:
SYNTHETIC_BODY kind=ENUM_VALUEOF SYNTHETIC_BODY kind=ENUM_VALUEOF
CLASS ENUM_CLASS TestEnum4 CLASS ENUM_CLASS name:TestEnum4 modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@TestEnum4: TestEnum4 $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:TestEnum4 flags:
CONSTRUCTOR private constructor TestEnum4(x: kotlin.Int) CONSTRUCTOR visibility:private <> (x:kotlin.Int) returnType:TestEnum4 flags:
VALUE_PARAMETER value-parameter x: kotlin.Int VALUE_PARAMETER name:x index:0 type:kotlin.Int flags:
BLOCK_BODY BLOCK_BODY
ENUM_CONSTRUCTOR_CALL 'constructor Enum(String, Int)' ENUM_CONSTRUCTOR_CALL 'constructor Enum(String, Int)'
<E : Enum<E>>: null <E : Enum<E>>: null
INSTANCE_INITIALIZER_CALL classDescriptor='TestEnum4' INSTANCE_INITIALIZER_CALL classDescriptor='TestEnum4'
PROPERTY public final val x: kotlin.Int PROPERTY name:x type:kotlin.Int visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public final val x: kotlin.Int FIELD PROPERTY_BACKING_FIELD name:x type:kotlin.Int visibility:public
EXPRESSION_BODY EXPRESSION_BODY
GET_VAR 'value-parameter x: Int' type=kotlin.Int origin=INITIALIZE_PROPERTY_FROM_PARAMETER GET_VAR 'value-parameter x: Int' type=kotlin.Int origin=INITIALIZE_PROPERTY_FROM_PARAMETER
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-x>(): kotlin.Int FUN DEFAULT_PROPERTY_ACCESSOR name:<get-x> visibility:public modality:FINAL <> ($this:TestEnum4) returnType:Int flags:
$this: VALUE_PARAMETER this@TestEnum4: TestEnum4 $this: VALUE_PARAMETER name:<this> type:TestEnum4 flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-x>(): Int' RETURN type=kotlin.Nothing from=<get-x>(): Int'
GET_FIELD 'x: Int' type=kotlin.Int origin=null GET_FIELD 'x: Int' type=kotlin.Int origin=null
receiver: GET_VAR 'this@TestEnum4: TestEnum4' type=TestEnum4 origin=null receiver: GET_VAR 'this@TestEnum4: TestEnum4' type=TestEnum4 origin=null
ENUM_ENTRY enum entry TEST1 ENUM_ENTRY name:TEST1
init: ENUM_CONSTRUCTOR_CALL 'constructor TEST1()' init: ENUM_CONSTRUCTOR_CALL 'constructor TEST1()'
class: CLASS ENUM_ENTRY TEST1 class: CLASS ENUM_ENTRY name:TEST1 modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@TEST1: TEST1 $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:TestEnum4.TEST1 flags:
CONSTRUCTOR private constructor TEST1() CONSTRUCTOR visibility:private <> () returnType:TestEnum4.TEST1 flags:
BLOCK_BODY BLOCK_BODY
ENUM_CONSTRUCTOR_CALL 'constructor TestEnum4(Int)' ENUM_CONSTRUCTOR_CALL 'constructor TestEnum4(Int)'
x: CONST Int type=kotlin.Int value='1' x: CONST Int type=kotlin.Int value=1
INSTANCE_INITIALIZER_CALL classDescriptor='TEST1' INSTANCE_INITIALIZER_CALL classDescriptor='TEST1'
FUN public open override fun foo(): kotlin.Unit FUN name:foo visibility:public modality:OPEN <> ($this:TestEnum4.TEST1) returnType:Unit flags:
$this: VALUE_PARAMETER this@TEST1: TEST1 $this: VALUE_PARAMETER name:<this> type:TestEnum4.TEST1 flags:
BLOCK_BODY BLOCK_BODY
CALL 'println(Any?): Unit' type=kotlin.Unit origin=null CALL 'println(Any?): Unit' type=kotlin.Unit origin=null
message: GET_ENUM 'TEST1' type=TestEnum4 message: GET_ENUM 'TEST1' type=TestEnum4
FUN FAKE_OVERRIDE protected final override fun clone(): kotlin.Any FUN FAKE_OVERRIDE name:clone visibility:protected modality:FINAL <> ($this:kotlin.Enum<TestEnum4>) returnType:Any flags:
$this: VALUE_PARAMETER this@Enum: Enum<TestEnum4> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<TestEnum4> flags:
FUN FAKE_OVERRIDE protected/*protected and package*/ final override fun finalize(): kotlin.Unit FUN FAKE_OVERRIDE name:finalize visibility:protected/*protected and package*/ modality:FINAL <> ($this:kotlin.Enum<TestEnum4>) returnType:Unit flags:
$this: VALUE_PARAMETER this@Enum: Enum<TestEnum4> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<TestEnum4> flags:
FUN FAKE_OVERRIDE public final override fun getDeclaringClass(): java.lang.Class<TestEnum4!>! FUN FAKE_OVERRIDE name:getDeclaringClass visibility:public modality:FINAL <> ($this:kotlin.Enum<TestEnum4>) returnType:(java.lang.Class<(TestEnum4..TestEnum4?)>..java.lang.Class<(TestEnum4..TestEnum4?)>?) flags:
$this: VALUE_PARAMETER this@Enum: Enum<TestEnum4> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<TestEnum4> flags:
FUN FAKE_OVERRIDE public final override fun compareTo(other: TestEnum4): kotlin.Int FUN FAKE_OVERRIDE name:compareTo visibility:public modality:FINAL <> ($this:kotlin.Enum<TestEnum4>, other:TestEnum4) returnType:Int flags:
$this: VALUE_PARAMETER this@Enum: Enum<TestEnum4> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<TestEnum4> flags:
VALUE_PARAMETER value-parameter other: TestEnum4 VALUE_PARAMETER name:other index:0 type:TestEnum4 flags:
FUN FAKE_OVERRIDE public final override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:FINAL <> ($this:kotlin.Enum<TestEnum4>, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Enum: Enum<TestEnum4> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<TestEnum4> flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public final override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:FINAL <> ($this:kotlin.Enum<TestEnum4>) returnType:Int flags:
$this: VALUE_PARAMETER this@Enum: Enum<TestEnum4> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<TestEnum4> flags:
PROPERTY FAKE_OVERRIDE public final override val name: kotlin.String PROPERTY FAKE_OVERRIDE name:name type:kotlin.String visibility:public modality:FINAL flags:val
FUN FAKE_OVERRIDE public final override fun <get-name>(): kotlin.String FUN FAKE_OVERRIDE name:<get-name> visibility:public modality:FINAL <> ($this:kotlin.Enum<TestEnum4>) returnType:String flags:
$this: VALUE_PARAMETER this@Enum: Enum<TestEnum4> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<TestEnum4> flags:
PROPERTY FAKE_OVERRIDE public final override val ordinal: kotlin.Int PROPERTY FAKE_OVERRIDE name:ordinal type:kotlin.Int visibility:public modality:FINAL flags:val
FUN FAKE_OVERRIDE public final override fun <get-ordinal>(): kotlin.Int FUN FAKE_OVERRIDE name:<get-ordinal> visibility:public modality:FINAL <> ($this:kotlin.Enum<TestEnum4>) returnType:Int flags:
$this: VALUE_PARAMETER this@Enum: Enum<TestEnum4> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<TestEnum4> flags:
PROPERTY FAKE_OVERRIDE public final override val x: kotlin.Int PROPERTY FAKE_OVERRIDE name:x type:kotlin.Int visibility:public modality:FINAL flags:val
FUN FAKE_OVERRIDE public final override fun <get-x>(): kotlin.Int FUN FAKE_OVERRIDE name:<get-x> visibility:public modality:FINAL <> ($this:TestEnum4) returnType:Int flags:
$this: VALUE_PARAMETER this@TestEnum4: TestEnum4 $this: VALUE_PARAMETER name:<this> type:TestEnum4 flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Enum<TestEnum4>) returnType:String flags:
$this: VALUE_PARAMETER this@Enum: Enum<TestEnum4> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<TestEnum4> flags:
ENUM_ENTRY enum entry TEST2 ENUM_ENTRY name:TEST2
init: ENUM_CONSTRUCTOR_CALL 'constructor TEST2()' init: ENUM_CONSTRUCTOR_CALL 'constructor TEST2()'
class: CLASS ENUM_ENTRY TEST2 class: CLASS ENUM_ENTRY name:TEST2 modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@TEST2: TEST2 $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:TestEnum4.TEST2 flags:
CONSTRUCTOR private constructor TEST2() CONSTRUCTOR visibility:private <> () returnType:TestEnum4.TEST2 flags:
BLOCK_BODY BLOCK_BODY
ENUM_CONSTRUCTOR_CALL 'constructor TestEnum4(Int)' ENUM_CONSTRUCTOR_CALL 'constructor TestEnum4(Int)'
x: CONST Int type=kotlin.Int value='2' x: CONST Int type=kotlin.Int value=2
INSTANCE_INITIALIZER_CALL classDescriptor='TEST2' INSTANCE_INITIALIZER_CALL classDescriptor='TEST2'
PROPERTY public final val z: kotlin.Int PROPERTY name:z type:kotlin.Int visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public final val z: kotlin.Int FIELD PROPERTY_BACKING_FIELD name:z type:kotlin.Int visibility:public
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-z>(): kotlin.Int FUN DEFAULT_PROPERTY_ACCESSOR name:<get-z> visibility:public modality:FINAL <> ($this:TestEnum4.TEST2) returnType:Int flags:
$this: VALUE_PARAMETER this@TEST2: TEST2 $this: VALUE_PARAMETER name:<this> type:TestEnum4.TEST2 flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-z>(): Int' RETURN type=kotlin.Nothing from=<get-z>(): Int'
GET_FIELD 'z: Int' type=kotlin.Int origin=null GET_FIELD 'z: Int' type=kotlin.Int origin=null
receiver: GET_VAR 'this@TEST2: TEST2' type=TestEnum4.TEST2 origin=null receiver: GET_VAR 'this@TEST2: TEST2' type=TestEnum4.TEST2 origin=null
ANONYMOUS_INITIALIZER TEST2 ANONYMOUS_INITIALIZER TEST2
@@ -242,117 +242,117 @@ FILE /enum.kt
receiver: GET_VAR 'this@TEST2: TEST2' type=TestEnum4.TEST2 origin=null receiver: GET_VAR 'this@TEST2: TEST2' type=TestEnum4.TEST2 origin=null
value: CALL '<get-x>(): Int' type=kotlin.Int origin=GET_PROPERTY value: CALL '<get-x>(): Int' type=kotlin.Int origin=GET_PROPERTY
$this: GET_VAR 'this@TEST2: TEST2' type=TestEnum4.TEST2 origin=null $this: GET_VAR 'this@TEST2: TEST2' type=TestEnum4.TEST2 origin=null
FUN public open override fun foo(): kotlin.Unit FUN name:foo visibility:public modality:OPEN <> ($this:TestEnum4.TEST2) returnType:Unit flags:
$this: VALUE_PARAMETER this@TEST2: TEST2 $this: VALUE_PARAMETER name:<this> type:TestEnum4.TEST2 flags:
BLOCK_BODY BLOCK_BODY
CALL 'println(Any?): Unit' type=kotlin.Unit origin=null CALL 'println(Any?): Unit' type=kotlin.Unit origin=null
message: GET_ENUM 'TEST2' type=TestEnum4 message: GET_ENUM 'TEST2' type=TestEnum4
FUN FAKE_OVERRIDE protected final override fun clone(): kotlin.Any FUN FAKE_OVERRIDE name:clone visibility:protected modality:FINAL <> ($this:kotlin.Enum<TestEnum4>) returnType:Any flags:
$this: VALUE_PARAMETER this@Enum: Enum<TestEnum4> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<TestEnum4> flags:
FUN FAKE_OVERRIDE protected/*protected and package*/ final override fun finalize(): kotlin.Unit FUN FAKE_OVERRIDE name:finalize visibility:protected/*protected and package*/ modality:FINAL <> ($this:kotlin.Enum<TestEnum4>) returnType:Unit flags:
$this: VALUE_PARAMETER this@Enum: Enum<TestEnum4> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<TestEnum4> flags:
FUN FAKE_OVERRIDE public final override fun getDeclaringClass(): java.lang.Class<TestEnum4!>! FUN FAKE_OVERRIDE name:getDeclaringClass visibility:public modality:FINAL <> ($this:kotlin.Enum<TestEnum4>) returnType:(java.lang.Class<(TestEnum4..TestEnum4?)>..java.lang.Class<(TestEnum4..TestEnum4?)>?) flags:
$this: VALUE_PARAMETER this@Enum: Enum<TestEnum4> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<TestEnum4> flags:
FUN FAKE_OVERRIDE public final override fun compareTo(other: TestEnum4): kotlin.Int FUN FAKE_OVERRIDE name:compareTo visibility:public modality:FINAL <> ($this:kotlin.Enum<TestEnum4>, other:TestEnum4) returnType:Int flags:
$this: VALUE_PARAMETER this@Enum: Enum<TestEnum4> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<TestEnum4> flags:
VALUE_PARAMETER value-parameter other: TestEnum4 VALUE_PARAMETER name:other index:0 type:TestEnum4 flags:
FUN FAKE_OVERRIDE public final override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:FINAL <> ($this:kotlin.Enum<TestEnum4>, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Enum: Enum<TestEnum4> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<TestEnum4> flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public final override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:FINAL <> ($this:kotlin.Enum<TestEnum4>) returnType:Int flags:
$this: VALUE_PARAMETER this@Enum: Enum<TestEnum4> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<TestEnum4> flags:
PROPERTY FAKE_OVERRIDE public final override val name: kotlin.String PROPERTY FAKE_OVERRIDE name:name type:kotlin.String visibility:public modality:FINAL flags:val
FUN FAKE_OVERRIDE public final override fun <get-name>(): kotlin.String FUN FAKE_OVERRIDE name:<get-name> visibility:public modality:FINAL <> ($this:kotlin.Enum<TestEnum4>) returnType:String flags:
$this: VALUE_PARAMETER this@Enum: Enum<TestEnum4> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<TestEnum4> flags:
PROPERTY FAKE_OVERRIDE public final override val ordinal: kotlin.Int PROPERTY FAKE_OVERRIDE name:ordinal type:kotlin.Int visibility:public modality:FINAL flags:val
FUN FAKE_OVERRIDE public final override fun <get-ordinal>(): kotlin.Int FUN FAKE_OVERRIDE name:<get-ordinal> visibility:public modality:FINAL <> ($this:kotlin.Enum<TestEnum4>) returnType:Int flags:
$this: VALUE_PARAMETER this@Enum: Enum<TestEnum4> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<TestEnum4> flags:
PROPERTY FAKE_OVERRIDE public final override val x: kotlin.Int PROPERTY FAKE_OVERRIDE name:x type:kotlin.Int visibility:public modality:FINAL flags:val
FUN FAKE_OVERRIDE public final override fun <get-x>(): kotlin.Int FUN FAKE_OVERRIDE name:<get-x> visibility:public modality:FINAL <> ($this:TestEnum4) returnType:Int flags:
$this: VALUE_PARAMETER this@TestEnum4: TestEnum4 $this: VALUE_PARAMETER name:<this> type:TestEnum4 flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Enum<TestEnum4>) returnType:String flags:
$this: VALUE_PARAMETER this@Enum: Enum<TestEnum4> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<TestEnum4> flags:
FUN public abstract fun foo(): kotlin.Unit FUN name:foo visibility:public modality:ABSTRACT <> ($this:TestEnum4) returnType:Unit flags:
$this: VALUE_PARAMETER this@TestEnum4: TestEnum4 $this: VALUE_PARAMETER name:<this> type:TestEnum4 flags:
FUN FAKE_OVERRIDE protected final override fun clone(): kotlin.Any FUN FAKE_OVERRIDE name:clone visibility:protected modality:FINAL <> ($this:kotlin.Enum<TestEnum4>) returnType:Any flags:
$this: VALUE_PARAMETER this@Enum: Enum<TestEnum4> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<TestEnum4> flags:
FUN FAKE_OVERRIDE protected/*protected and package*/ final override fun finalize(): kotlin.Unit FUN FAKE_OVERRIDE name:finalize visibility:protected/*protected and package*/ modality:FINAL <> ($this:kotlin.Enum<TestEnum4>) returnType:Unit flags:
$this: VALUE_PARAMETER this@Enum: Enum<TestEnum4> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<TestEnum4> flags:
FUN FAKE_OVERRIDE public final override fun getDeclaringClass(): java.lang.Class<TestEnum4!>! FUN FAKE_OVERRIDE name:getDeclaringClass visibility:public modality:FINAL <> ($this:kotlin.Enum<TestEnum4>) returnType:(java.lang.Class<(TestEnum4..TestEnum4?)>..java.lang.Class<(TestEnum4..TestEnum4?)>?) flags:
$this: VALUE_PARAMETER this@Enum: Enum<TestEnum4> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<TestEnum4> flags:
FUN FAKE_OVERRIDE public final override fun compareTo(other: TestEnum4): kotlin.Int FUN FAKE_OVERRIDE name:compareTo visibility:public modality:FINAL <> ($this:kotlin.Enum<TestEnum4>, other:TestEnum4) returnType:Int flags:
$this: VALUE_PARAMETER this@Enum: Enum<TestEnum4> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<TestEnum4> flags:
VALUE_PARAMETER value-parameter other: TestEnum4 VALUE_PARAMETER name:other index:0 type:TestEnum4 flags:
FUN FAKE_OVERRIDE public final override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:FINAL <> ($this:kotlin.Enum<TestEnum4>, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Enum: Enum<TestEnum4> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<TestEnum4> flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public final override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:FINAL <> ($this:kotlin.Enum<TestEnum4>) returnType:Int flags:
$this: VALUE_PARAMETER this@Enum: Enum<TestEnum4> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<TestEnum4> flags:
PROPERTY FAKE_OVERRIDE public final override val name: kotlin.String PROPERTY FAKE_OVERRIDE name:name type:kotlin.String visibility:public modality:FINAL flags:val
FUN FAKE_OVERRIDE public final override fun <get-name>(): kotlin.String FUN FAKE_OVERRIDE name:<get-name> visibility:public modality:FINAL <> ($this:kotlin.Enum<TestEnum4>) returnType:String flags:
$this: VALUE_PARAMETER this@Enum: Enum<TestEnum4> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<TestEnum4> flags:
PROPERTY FAKE_OVERRIDE public final override val ordinal: kotlin.Int PROPERTY FAKE_OVERRIDE name:ordinal type:kotlin.Int visibility:public modality:FINAL flags:val
FUN FAKE_OVERRIDE public final override fun <get-ordinal>(): kotlin.Int FUN FAKE_OVERRIDE name:<get-ordinal> visibility:public modality:FINAL <> ($this:kotlin.Enum<TestEnum4>) returnType:Int flags:
$this: VALUE_PARAMETER this@Enum: Enum<TestEnum4> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<TestEnum4> flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Enum<TestEnum4>) returnType:String flags:
$this: VALUE_PARAMETER this@Enum: Enum<TestEnum4> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<TestEnum4> flags:
FUN ENUM_CLASS_SPECIAL_MEMBER public final fun values(): kotlin.Array<TestEnum4> FUN ENUM_CLASS_SPECIAL_MEMBER name:values visibility:public modality:FINAL <> () returnType:Array<TestEnum4> flags:
SYNTHETIC_BODY kind=ENUM_VALUES SYNTHETIC_BODY kind=ENUM_VALUES
FUN ENUM_CLASS_SPECIAL_MEMBER public final fun valueOf(value: kotlin.String): TestEnum4 FUN ENUM_CLASS_SPECIAL_MEMBER name:valueOf visibility:public modality:FINAL <> (value:kotlin.String) returnType:TestEnum4 flags:
VALUE_PARAMETER value-parameter value: kotlin.String VALUE_PARAMETER name:value index:0 type:kotlin.String flags:
SYNTHETIC_BODY kind=ENUM_VALUEOF SYNTHETIC_BODY kind=ENUM_VALUEOF
CLASS ENUM_CLASS TestEnum5 CLASS ENUM_CLASS name:TestEnum5 modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@TestEnum5: TestEnum5 $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:TestEnum5 flags:
CONSTRUCTOR private constructor TestEnum5(x: kotlin.Int = ...) CONSTRUCTOR visibility:private <> (x:kotlin.Int) returnType:TestEnum5 flags:
VALUE_PARAMETER value-parameter x: kotlin.Int = ... VALUE_PARAMETER name:x index:0 type:kotlin.Int flags:
EXPRESSION_BODY EXPRESSION_BODY
CONST Int type=kotlin.Int value='0' CONST Int type=kotlin.Int value=0
BLOCK_BODY BLOCK_BODY
ENUM_CONSTRUCTOR_CALL 'constructor Enum(String, Int)' ENUM_CONSTRUCTOR_CALL 'constructor Enum(String, Int)'
<E : Enum<E>>: null <E : Enum<E>>: null
INSTANCE_INITIALIZER_CALL classDescriptor='TestEnum5' INSTANCE_INITIALIZER_CALL classDescriptor='TestEnum5'
PROPERTY public final val x: kotlin.Int PROPERTY name:x type:kotlin.Int visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public final val x: kotlin.Int FIELD PROPERTY_BACKING_FIELD name:x type:kotlin.Int visibility:public
EXPRESSION_BODY EXPRESSION_BODY
GET_VAR 'value-parameter x: Int = ...' type=kotlin.Int origin=INITIALIZE_PROPERTY_FROM_PARAMETER GET_VAR 'value-parameter x: Int = ...' type=kotlin.Int origin=INITIALIZE_PROPERTY_FROM_PARAMETER
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-x>(): kotlin.Int FUN DEFAULT_PROPERTY_ACCESSOR name:<get-x> visibility:public modality:FINAL <> ($this:TestEnum5) returnType:Int flags:
$this: VALUE_PARAMETER this@TestEnum5: TestEnum5 $this: VALUE_PARAMETER name:<this> type:TestEnum5 flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-x>(): Int' RETURN type=kotlin.Nothing from=<get-x>(): Int'
GET_FIELD 'x: Int' type=kotlin.Int origin=null GET_FIELD 'x: Int' type=kotlin.Int origin=null
receiver: GET_VAR 'this@TestEnum5: TestEnum5' type=TestEnum5 origin=null receiver: GET_VAR 'this@TestEnum5: TestEnum5' type=TestEnum5 origin=null
ENUM_ENTRY enum entry TEST1 ENUM_ENTRY name:TEST1
init: ENUM_CONSTRUCTOR_CALL 'constructor TestEnum5(Int = ...)' init: ENUM_CONSTRUCTOR_CALL 'constructor TestEnum5(Int = ...)'
ENUM_ENTRY enum entry TEST2 ENUM_ENTRY name:TEST2
init: ENUM_CONSTRUCTOR_CALL 'constructor TestEnum5(Int = ...)' init: ENUM_CONSTRUCTOR_CALL 'constructor TestEnum5(Int = ...)'
ENUM_ENTRY enum entry TEST3 ENUM_ENTRY name:TEST3
init: ENUM_CONSTRUCTOR_CALL 'constructor TestEnum5(Int = ...)' init: ENUM_CONSTRUCTOR_CALL 'constructor TestEnum5(Int = ...)'
x: CONST Int type=kotlin.Int value='0' x: CONST Int type=kotlin.Int value=0
FUN FAKE_OVERRIDE protected final override fun clone(): kotlin.Any FUN FAKE_OVERRIDE name:clone visibility:protected modality:FINAL <> ($this:kotlin.Enum<TestEnum5>) returnType:Any flags:
$this: VALUE_PARAMETER this@Enum: Enum<TestEnum5> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<TestEnum5> flags:
FUN FAKE_OVERRIDE protected/*protected and package*/ final override fun finalize(): kotlin.Unit FUN FAKE_OVERRIDE name:finalize visibility:protected/*protected and package*/ modality:FINAL <> ($this:kotlin.Enum<TestEnum5>) returnType:Unit flags:
$this: VALUE_PARAMETER this@Enum: Enum<TestEnum5> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<TestEnum5> flags:
FUN FAKE_OVERRIDE public final override fun getDeclaringClass(): java.lang.Class<TestEnum5!>! FUN FAKE_OVERRIDE name:getDeclaringClass visibility:public modality:FINAL <> ($this:kotlin.Enum<TestEnum5>) returnType:(java.lang.Class<(TestEnum5..TestEnum5?)>..java.lang.Class<(TestEnum5..TestEnum5?)>?) flags:
$this: VALUE_PARAMETER this@Enum: Enum<TestEnum5> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<TestEnum5> flags:
FUN FAKE_OVERRIDE public final override fun compareTo(other: TestEnum5): kotlin.Int FUN FAKE_OVERRIDE name:compareTo visibility:public modality:FINAL <> ($this:kotlin.Enum<TestEnum5>, other:TestEnum5) returnType:Int flags:
$this: VALUE_PARAMETER this@Enum: Enum<TestEnum5> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<TestEnum5> flags:
VALUE_PARAMETER value-parameter other: TestEnum5 VALUE_PARAMETER name:other index:0 type:TestEnum5 flags:
FUN FAKE_OVERRIDE public final override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:FINAL <> ($this:kotlin.Enum<TestEnum5>, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Enum: Enum<TestEnum5> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<TestEnum5> flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public final override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:FINAL <> ($this:kotlin.Enum<TestEnum5>) returnType:Int flags:
$this: VALUE_PARAMETER this@Enum: Enum<TestEnum5> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<TestEnum5> flags:
PROPERTY FAKE_OVERRIDE public final override val name: kotlin.String PROPERTY FAKE_OVERRIDE name:name type:kotlin.String visibility:public modality:FINAL flags:val
FUN FAKE_OVERRIDE public final override fun <get-name>(): kotlin.String FUN FAKE_OVERRIDE name:<get-name> visibility:public modality:FINAL <> ($this:kotlin.Enum<TestEnum5>) returnType:String flags:
$this: VALUE_PARAMETER this@Enum: Enum<TestEnum5> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<TestEnum5> flags:
PROPERTY FAKE_OVERRIDE public final override val ordinal: kotlin.Int PROPERTY FAKE_OVERRIDE name:ordinal type:kotlin.Int visibility:public modality:FINAL flags:val
FUN FAKE_OVERRIDE public final override fun <get-ordinal>(): kotlin.Int FUN FAKE_OVERRIDE name:<get-ordinal> visibility:public modality:FINAL <> ($this:kotlin.Enum<TestEnum5>) returnType:Int flags:
$this: VALUE_PARAMETER this@Enum: Enum<TestEnum5> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<TestEnum5> flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Enum<TestEnum5>) returnType:String flags:
$this: VALUE_PARAMETER this@Enum: Enum<TestEnum5> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<TestEnum5> flags:
FUN ENUM_CLASS_SPECIAL_MEMBER public final fun values(): kotlin.Array<TestEnum5> FUN ENUM_CLASS_SPECIAL_MEMBER name:values visibility:public modality:FINAL <> () returnType:Array<TestEnum5> flags:
SYNTHETIC_BODY kind=ENUM_VALUES SYNTHETIC_BODY kind=ENUM_VALUES
FUN ENUM_CLASS_SPECIAL_MEMBER public final fun valueOf(value: kotlin.String): TestEnum5 FUN ENUM_CLASS_SPECIAL_MEMBER name:valueOf visibility:public modality:FINAL <> (value:kotlin.String) returnType:TestEnum5 flags:
VALUE_PARAMETER value-parameter value: kotlin.String VALUE_PARAMETER name:value index:0 type:kotlin.String flags:
SYNTHETIC_BODY kind=ENUM_VALUEOF SYNTHETIC_BODY kind=ENUM_VALUEOF
+180 -180
View File
@@ -1,235 +1,235 @@
FILE /enumWithSecondaryCtor.kt FILE fqName:<root> fileName:/enumWithSecondaryCtor.kt
CLASS ENUM_CLASS Test0 CLASS ENUM_CLASS name:Test0 modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@Test0: Test0 $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:Test0 flags:
CONSTRUCTOR private constructor Test0(x: kotlin.Int) CONSTRUCTOR visibility:private <> (x:kotlin.Int) returnType:Test0 flags:
VALUE_PARAMETER value-parameter x: kotlin.Int VALUE_PARAMETER name:x index:0 type:kotlin.Int flags:
BLOCK_BODY BLOCK_BODY
ENUM_CONSTRUCTOR_CALL 'constructor Enum(String, Int)' ENUM_CONSTRUCTOR_CALL 'constructor Enum(String, Int)'
<E : Enum<E>>: null <E : Enum<E>>: null
INSTANCE_INITIALIZER_CALL classDescriptor='Test0' INSTANCE_INITIALIZER_CALL classDescriptor='Test0'
PROPERTY public final val x: kotlin.Int PROPERTY name:x type:kotlin.Int visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public final val x: kotlin.Int FIELD PROPERTY_BACKING_FIELD name:x type:kotlin.Int visibility:public
EXPRESSION_BODY EXPRESSION_BODY
GET_VAR 'value-parameter x: Int' type=kotlin.Int origin=INITIALIZE_PROPERTY_FROM_PARAMETER GET_VAR 'value-parameter x: Int' type=kotlin.Int origin=INITIALIZE_PROPERTY_FROM_PARAMETER
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-x>(): kotlin.Int FUN DEFAULT_PROPERTY_ACCESSOR name:<get-x> visibility:public modality:FINAL <> ($this:Test0) returnType:Int flags:
$this: VALUE_PARAMETER this@Test0: Test0 $this: VALUE_PARAMETER name:<this> type:Test0 flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-x>(): Int' RETURN type=kotlin.Nothing from=<get-x>(): Int'
GET_FIELD 'x: Int' type=kotlin.Int origin=null GET_FIELD 'x: Int' type=kotlin.Int origin=null
receiver: GET_VAR 'this@Test0: Test0' type=Test0 origin=null receiver: GET_VAR 'this@Test0: Test0' type=Test0 origin=null
ENUM_ENTRY enum entry ZERO ENUM_ENTRY name:ZERO
init: ENUM_CONSTRUCTOR_CALL 'constructor Test0()' init: ENUM_CONSTRUCTOR_CALL 'constructor Test0()'
CONSTRUCTOR private constructor Test0() CONSTRUCTOR visibility:private <> () returnType:Test0 flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Test0(Int)' DELEGATING_CONSTRUCTOR_CALL 'constructor Test0(Int)'
x: CONST Int type=kotlin.Int value='0' x: CONST Int type=kotlin.Int value=0
FUN FAKE_OVERRIDE protected final override fun clone(): kotlin.Any FUN FAKE_OVERRIDE name:clone visibility:protected modality:FINAL <> ($this:kotlin.Enum<Test0>) returnType:Any flags:
$this: VALUE_PARAMETER this@Enum: Enum<Test0> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<Test0> flags:
FUN FAKE_OVERRIDE protected/*protected and package*/ final override fun finalize(): kotlin.Unit FUN FAKE_OVERRIDE name:finalize visibility:protected/*protected and package*/ modality:FINAL <> ($this:kotlin.Enum<Test0>) returnType:Unit flags:
$this: VALUE_PARAMETER this@Enum: Enum<Test0> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<Test0> flags:
FUN FAKE_OVERRIDE public final override fun getDeclaringClass(): java.lang.Class<Test0!>! FUN FAKE_OVERRIDE name:getDeclaringClass visibility:public modality:FINAL <> ($this:kotlin.Enum<Test0>) returnType:(java.lang.Class<(Test0..Test0?)>..java.lang.Class<(Test0..Test0?)>?) flags:
$this: VALUE_PARAMETER this@Enum: Enum<Test0> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<Test0> flags:
FUN FAKE_OVERRIDE public final override fun compareTo(other: Test0): kotlin.Int FUN FAKE_OVERRIDE name:compareTo visibility:public modality:FINAL <> ($this:kotlin.Enum<Test0>, other:Test0) returnType:Int flags:
$this: VALUE_PARAMETER this@Enum: Enum<Test0> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<Test0> flags:
VALUE_PARAMETER value-parameter other: Test0 VALUE_PARAMETER name:other index:0 type:Test0 flags:
FUN FAKE_OVERRIDE public final override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:FINAL <> ($this:kotlin.Enum<Test0>, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Enum: Enum<Test0> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<Test0> flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public final override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:FINAL <> ($this:kotlin.Enum<Test0>) returnType:Int flags:
$this: VALUE_PARAMETER this@Enum: Enum<Test0> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<Test0> flags:
PROPERTY FAKE_OVERRIDE public final override val name: kotlin.String PROPERTY FAKE_OVERRIDE name:name type:kotlin.String visibility:public modality:FINAL flags:val
FUN FAKE_OVERRIDE public final override fun <get-name>(): kotlin.String FUN FAKE_OVERRIDE name:<get-name> visibility:public modality:FINAL <> ($this:kotlin.Enum<Test0>) returnType:String flags:
$this: VALUE_PARAMETER this@Enum: Enum<Test0> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<Test0> flags:
PROPERTY FAKE_OVERRIDE public final override val ordinal: kotlin.Int PROPERTY FAKE_OVERRIDE name:ordinal type:kotlin.Int visibility:public modality:FINAL flags:val
FUN FAKE_OVERRIDE public final override fun <get-ordinal>(): kotlin.Int FUN FAKE_OVERRIDE name:<get-ordinal> visibility:public modality:FINAL <> ($this:kotlin.Enum<Test0>) returnType:Int flags:
$this: VALUE_PARAMETER this@Enum: Enum<Test0> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<Test0> flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Enum<Test0>) returnType:String flags:
$this: VALUE_PARAMETER this@Enum: Enum<Test0> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<Test0> flags:
FUN ENUM_CLASS_SPECIAL_MEMBER public final fun values(): kotlin.Array<Test0> FUN ENUM_CLASS_SPECIAL_MEMBER name:values visibility:public modality:FINAL <> () returnType:Array<Test0> flags:
SYNTHETIC_BODY kind=ENUM_VALUES SYNTHETIC_BODY kind=ENUM_VALUES
FUN ENUM_CLASS_SPECIAL_MEMBER public final fun valueOf(value: kotlin.String): Test0 FUN ENUM_CLASS_SPECIAL_MEMBER name:valueOf visibility:public modality:FINAL <> (value:kotlin.String) returnType:Test0 flags:
VALUE_PARAMETER value-parameter value: kotlin.String VALUE_PARAMETER name:value index:0 type:kotlin.String flags:
SYNTHETIC_BODY kind=ENUM_VALUEOF SYNTHETIC_BODY kind=ENUM_VALUEOF
CLASS ENUM_CLASS Test1 CLASS ENUM_CLASS name:Test1 modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@Test1: Test1 $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:Test1 flags:
CONSTRUCTOR private constructor Test1(x: kotlin.Int) CONSTRUCTOR visibility:private <> (x:kotlin.Int) returnType:Test1 flags:
VALUE_PARAMETER value-parameter x: kotlin.Int VALUE_PARAMETER name:x index:0 type:kotlin.Int flags:
BLOCK_BODY BLOCK_BODY
ENUM_CONSTRUCTOR_CALL 'constructor Enum(String, Int)' ENUM_CONSTRUCTOR_CALL 'constructor Enum(String, Int)'
<E : Enum<E>>: null <E : Enum<E>>: null
INSTANCE_INITIALIZER_CALL classDescriptor='Test1' INSTANCE_INITIALIZER_CALL classDescriptor='Test1'
PROPERTY public final val x: kotlin.Int PROPERTY name:x type:kotlin.Int visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public final val x: kotlin.Int FIELD PROPERTY_BACKING_FIELD name:x type:kotlin.Int visibility:public
EXPRESSION_BODY EXPRESSION_BODY
GET_VAR 'value-parameter x: Int' type=kotlin.Int origin=INITIALIZE_PROPERTY_FROM_PARAMETER GET_VAR 'value-parameter x: Int' type=kotlin.Int origin=INITIALIZE_PROPERTY_FROM_PARAMETER
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-x>(): kotlin.Int FUN DEFAULT_PROPERTY_ACCESSOR name:<get-x> visibility:public modality:FINAL <> ($this:Test1) returnType:Int flags:
$this: VALUE_PARAMETER this@Test1: Test1 $this: VALUE_PARAMETER name:<this> type:Test1 flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-x>(): Int' RETURN type=kotlin.Nothing from=<get-x>(): Int'
GET_FIELD 'x: Int' type=kotlin.Int origin=null GET_FIELD 'x: Int' type=kotlin.Int origin=null
receiver: GET_VAR 'this@Test1: Test1' type=Test1 origin=null receiver: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
ENUM_ENTRY enum entry ZERO ENUM_ENTRY name:ZERO
init: ENUM_CONSTRUCTOR_CALL 'constructor Test1()' init: ENUM_CONSTRUCTOR_CALL 'constructor Test1()'
ENUM_ENTRY enum entry ONE ENUM_ENTRY name:ONE
init: ENUM_CONSTRUCTOR_CALL 'constructor Test1(Int)' init: ENUM_CONSTRUCTOR_CALL 'constructor Test1(Int)'
x: CONST Int type=kotlin.Int value='1' x: CONST Int type=kotlin.Int value=1
CONSTRUCTOR private constructor Test1() CONSTRUCTOR visibility:private <> () returnType:Test1 flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Test1(Int)' DELEGATING_CONSTRUCTOR_CALL 'constructor Test1(Int)'
x: CONST Int type=kotlin.Int value='0' x: CONST Int type=kotlin.Int value=0
FUN FAKE_OVERRIDE protected final override fun clone(): kotlin.Any FUN FAKE_OVERRIDE name:clone visibility:protected modality:FINAL <> ($this:kotlin.Enum<Test1>) returnType:Any flags:
$this: VALUE_PARAMETER this@Enum: Enum<Test1> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<Test1> flags:
FUN FAKE_OVERRIDE protected/*protected and package*/ final override fun finalize(): kotlin.Unit FUN FAKE_OVERRIDE name:finalize visibility:protected/*protected and package*/ modality:FINAL <> ($this:kotlin.Enum<Test1>) returnType:Unit flags:
$this: VALUE_PARAMETER this@Enum: Enum<Test1> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<Test1> flags:
FUN FAKE_OVERRIDE public final override fun getDeclaringClass(): java.lang.Class<Test1!>! FUN FAKE_OVERRIDE name:getDeclaringClass visibility:public modality:FINAL <> ($this:kotlin.Enum<Test1>) returnType:(java.lang.Class<(Test1..Test1?)>..java.lang.Class<(Test1..Test1?)>?) flags:
$this: VALUE_PARAMETER this@Enum: Enum<Test1> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<Test1> flags:
FUN FAKE_OVERRIDE public final override fun compareTo(other: Test1): kotlin.Int FUN FAKE_OVERRIDE name:compareTo visibility:public modality:FINAL <> ($this:kotlin.Enum<Test1>, other:Test1) returnType:Int flags:
$this: VALUE_PARAMETER this@Enum: Enum<Test1> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<Test1> flags:
VALUE_PARAMETER value-parameter other: Test1 VALUE_PARAMETER name:other index:0 type:Test1 flags:
FUN FAKE_OVERRIDE public final override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:FINAL <> ($this:kotlin.Enum<Test1>, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Enum: Enum<Test1> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<Test1> flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public final override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:FINAL <> ($this:kotlin.Enum<Test1>) returnType:Int flags:
$this: VALUE_PARAMETER this@Enum: Enum<Test1> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<Test1> flags:
PROPERTY FAKE_OVERRIDE public final override val name: kotlin.String PROPERTY FAKE_OVERRIDE name:name type:kotlin.String visibility:public modality:FINAL flags:val
FUN FAKE_OVERRIDE public final override fun <get-name>(): kotlin.String FUN FAKE_OVERRIDE name:<get-name> visibility:public modality:FINAL <> ($this:kotlin.Enum<Test1>) returnType:String flags:
$this: VALUE_PARAMETER this@Enum: Enum<Test1> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<Test1> flags:
PROPERTY FAKE_OVERRIDE public final override val ordinal: kotlin.Int PROPERTY FAKE_OVERRIDE name:ordinal type:kotlin.Int visibility:public modality:FINAL flags:val
FUN FAKE_OVERRIDE public final override fun <get-ordinal>(): kotlin.Int FUN FAKE_OVERRIDE name:<get-ordinal> visibility:public modality:FINAL <> ($this:kotlin.Enum<Test1>) returnType:Int flags:
$this: VALUE_PARAMETER this@Enum: Enum<Test1> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<Test1> flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Enum<Test1>) returnType:String flags:
$this: VALUE_PARAMETER this@Enum: Enum<Test1> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<Test1> flags:
FUN ENUM_CLASS_SPECIAL_MEMBER public final fun values(): kotlin.Array<Test1> FUN ENUM_CLASS_SPECIAL_MEMBER name:values visibility:public modality:FINAL <> () returnType:Array<Test1> flags:
SYNTHETIC_BODY kind=ENUM_VALUES SYNTHETIC_BODY kind=ENUM_VALUES
FUN ENUM_CLASS_SPECIAL_MEMBER public final fun valueOf(value: kotlin.String): Test1 FUN ENUM_CLASS_SPECIAL_MEMBER name:valueOf visibility:public modality:FINAL <> (value:kotlin.String) returnType:Test1 flags:
VALUE_PARAMETER value-parameter value: kotlin.String VALUE_PARAMETER name:value index:0 type:kotlin.String flags:
SYNTHETIC_BODY kind=ENUM_VALUEOF SYNTHETIC_BODY kind=ENUM_VALUEOF
CLASS ENUM_CLASS Test2 CLASS ENUM_CLASS name:Test2 modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@Test2: Test2 $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:Test2 flags:
CONSTRUCTOR private constructor Test2(x: kotlin.Int) CONSTRUCTOR visibility:private <> (x:kotlin.Int) returnType:Test2 flags:
VALUE_PARAMETER value-parameter x: kotlin.Int VALUE_PARAMETER name:x index:0 type:kotlin.Int flags:
BLOCK_BODY BLOCK_BODY
ENUM_CONSTRUCTOR_CALL 'constructor Enum(String, Int)' ENUM_CONSTRUCTOR_CALL 'constructor Enum(String, Int)'
<E : Enum<E>>: null <E : Enum<E>>: null
INSTANCE_INITIALIZER_CALL classDescriptor='Test2' INSTANCE_INITIALIZER_CALL classDescriptor='Test2'
PROPERTY public final val x: kotlin.Int PROPERTY name:x type:kotlin.Int visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public final val x: kotlin.Int FIELD PROPERTY_BACKING_FIELD name:x type:kotlin.Int visibility:public
EXPRESSION_BODY EXPRESSION_BODY
GET_VAR 'value-parameter x: Int' type=kotlin.Int origin=INITIALIZE_PROPERTY_FROM_PARAMETER GET_VAR 'value-parameter x: Int' type=kotlin.Int origin=INITIALIZE_PROPERTY_FROM_PARAMETER
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-x>(): kotlin.Int FUN DEFAULT_PROPERTY_ACCESSOR name:<get-x> visibility:public modality:FINAL <> ($this:Test2) returnType:Int flags:
$this: VALUE_PARAMETER this@Test2: Test2 $this: VALUE_PARAMETER name:<this> type:Test2 flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-x>(): Int' RETURN type=kotlin.Nothing from=<get-x>(): Int'
GET_FIELD 'x: Int' type=kotlin.Int origin=null GET_FIELD 'x: Int' type=kotlin.Int origin=null
receiver: GET_VAR 'this@Test2: Test2' type=Test2 origin=null receiver: GET_VAR 'this@Test2: Test2' type=Test2 origin=null
ENUM_ENTRY enum entry ZERO ENUM_ENTRY name:ZERO
init: ENUM_CONSTRUCTOR_CALL 'constructor ZERO()' init: ENUM_CONSTRUCTOR_CALL 'constructor ZERO()'
class: CLASS ENUM_ENTRY ZERO class: CLASS ENUM_ENTRY name:ZERO modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@ZERO: ZERO $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:Test2.ZERO flags:
CONSTRUCTOR private constructor ZERO() CONSTRUCTOR visibility:private <> () returnType:Test2.ZERO flags:
BLOCK_BODY BLOCK_BODY
ENUM_CONSTRUCTOR_CALL 'constructor Test2()' ENUM_CONSTRUCTOR_CALL 'constructor Test2()'
INSTANCE_INITIALIZER_CALL classDescriptor='ZERO' INSTANCE_INITIALIZER_CALL classDescriptor='ZERO'
FUN public open override fun foo(): kotlin.Unit FUN name:foo visibility:public modality:OPEN <> ($this:Test2.ZERO) returnType:Unit flags:
$this: VALUE_PARAMETER this@ZERO: ZERO $this: VALUE_PARAMETER name:<this> type:Test2.ZERO flags:
BLOCK_BODY BLOCK_BODY
CALL 'println(Any?): Unit' type=kotlin.Unit origin=null CALL 'println(Any?): Unit' type=kotlin.Unit origin=null
message: CONST String type=kotlin.String value='ZERO' message: CONST String type=kotlin.String value=ZERO
FUN FAKE_OVERRIDE protected final override fun clone(): kotlin.Any FUN FAKE_OVERRIDE name:clone visibility:protected modality:FINAL <> ($this:kotlin.Enum<Test2>) returnType:Any flags:
$this: VALUE_PARAMETER this@Enum: Enum<Test2> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<Test2> flags:
FUN FAKE_OVERRIDE protected/*protected and package*/ final override fun finalize(): kotlin.Unit FUN FAKE_OVERRIDE name:finalize visibility:protected/*protected and package*/ modality:FINAL <> ($this:kotlin.Enum<Test2>) returnType:Unit flags:
$this: VALUE_PARAMETER this@Enum: Enum<Test2> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<Test2> flags:
FUN FAKE_OVERRIDE public final override fun getDeclaringClass(): java.lang.Class<Test2!>! FUN FAKE_OVERRIDE name:getDeclaringClass visibility:public modality:FINAL <> ($this:kotlin.Enum<Test2>) returnType:(java.lang.Class<(Test2..Test2?)>..java.lang.Class<(Test2..Test2?)>?) flags:
$this: VALUE_PARAMETER this@Enum: Enum<Test2> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<Test2> flags:
FUN FAKE_OVERRIDE public final override fun compareTo(other: Test2): kotlin.Int FUN FAKE_OVERRIDE name:compareTo visibility:public modality:FINAL <> ($this:kotlin.Enum<Test2>, other:Test2) returnType:Int flags:
$this: VALUE_PARAMETER this@Enum: Enum<Test2> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<Test2> flags:
VALUE_PARAMETER value-parameter other: Test2 VALUE_PARAMETER name:other index:0 type:Test2 flags:
FUN FAKE_OVERRIDE public final override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:FINAL <> ($this:kotlin.Enum<Test2>, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Enum: Enum<Test2> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<Test2> flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public final override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:FINAL <> ($this:kotlin.Enum<Test2>) returnType:Int flags:
$this: VALUE_PARAMETER this@Enum: Enum<Test2> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<Test2> flags:
PROPERTY FAKE_OVERRIDE public final override val name: kotlin.String PROPERTY FAKE_OVERRIDE name:name type:kotlin.String visibility:public modality:FINAL flags:val
FUN FAKE_OVERRIDE public final override fun <get-name>(): kotlin.String FUN FAKE_OVERRIDE name:<get-name> visibility:public modality:FINAL <> ($this:kotlin.Enum<Test2>) returnType:String flags:
$this: VALUE_PARAMETER this@Enum: Enum<Test2> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<Test2> flags:
PROPERTY FAKE_OVERRIDE public final override val ordinal: kotlin.Int PROPERTY FAKE_OVERRIDE name:ordinal type:kotlin.Int visibility:public modality:FINAL flags:val
FUN FAKE_OVERRIDE public final override fun <get-ordinal>(): kotlin.Int FUN FAKE_OVERRIDE name:<get-ordinal> visibility:public modality:FINAL <> ($this:kotlin.Enum<Test2>) returnType:Int flags:
$this: VALUE_PARAMETER this@Enum: Enum<Test2> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<Test2> flags:
PROPERTY FAKE_OVERRIDE public final override val x: kotlin.Int PROPERTY FAKE_OVERRIDE name:x type:kotlin.Int visibility:public modality:FINAL flags:val
FUN FAKE_OVERRIDE public final override fun <get-x>(): kotlin.Int FUN FAKE_OVERRIDE name:<get-x> visibility:public modality:FINAL <> ($this:Test2) returnType:Int flags:
$this: VALUE_PARAMETER this@Test2: Test2 $this: VALUE_PARAMETER name:<this> type:Test2 flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Enum<Test2>) returnType:String flags:
$this: VALUE_PARAMETER this@Enum: Enum<Test2> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<Test2> flags:
ENUM_ENTRY enum entry ONE ENUM_ENTRY name:ONE
init: ENUM_CONSTRUCTOR_CALL 'constructor ONE()' init: ENUM_CONSTRUCTOR_CALL 'constructor ONE()'
class: CLASS ENUM_ENTRY ONE class: CLASS ENUM_ENTRY name:ONE modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@ONE: ONE $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:Test2.ONE flags:
CONSTRUCTOR private constructor ONE() CONSTRUCTOR visibility:private <> () returnType:Test2.ONE flags:
BLOCK_BODY BLOCK_BODY
ENUM_CONSTRUCTOR_CALL 'constructor Test2(Int)' ENUM_CONSTRUCTOR_CALL 'constructor Test2(Int)'
x: CONST Int type=kotlin.Int value='1' x: CONST Int type=kotlin.Int value=1
INSTANCE_INITIALIZER_CALL classDescriptor='ONE' INSTANCE_INITIALIZER_CALL classDescriptor='ONE'
FUN public open override fun foo(): kotlin.Unit FUN name:foo visibility:public modality:OPEN <> ($this:Test2.ONE) returnType:Unit flags:
$this: VALUE_PARAMETER this@ONE: ONE $this: VALUE_PARAMETER name:<this> type:Test2.ONE flags:
BLOCK_BODY BLOCK_BODY
CALL 'println(Any?): Unit' type=kotlin.Unit origin=null CALL 'println(Any?): Unit' type=kotlin.Unit origin=null
message: CONST String type=kotlin.String value='ONE' message: CONST String type=kotlin.String value=ONE
FUN FAKE_OVERRIDE protected final override fun clone(): kotlin.Any FUN FAKE_OVERRIDE name:clone visibility:protected modality:FINAL <> ($this:kotlin.Enum<Test2>) returnType:Any flags:
$this: VALUE_PARAMETER this@Enum: Enum<Test2> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<Test2> flags:
FUN FAKE_OVERRIDE protected/*protected and package*/ final override fun finalize(): kotlin.Unit FUN FAKE_OVERRIDE name:finalize visibility:protected/*protected and package*/ modality:FINAL <> ($this:kotlin.Enum<Test2>) returnType:Unit flags:
$this: VALUE_PARAMETER this@Enum: Enum<Test2> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<Test2> flags:
FUN FAKE_OVERRIDE public final override fun getDeclaringClass(): java.lang.Class<Test2!>! FUN FAKE_OVERRIDE name:getDeclaringClass visibility:public modality:FINAL <> ($this:kotlin.Enum<Test2>) returnType:(java.lang.Class<(Test2..Test2?)>..java.lang.Class<(Test2..Test2?)>?) flags:
$this: VALUE_PARAMETER this@Enum: Enum<Test2> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<Test2> flags:
FUN FAKE_OVERRIDE public final override fun compareTo(other: Test2): kotlin.Int FUN FAKE_OVERRIDE name:compareTo visibility:public modality:FINAL <> ($this:kotlin.Enum<Test2>, other:Test2) returnType:Int flags:
$this: VALUE_PARAMETER this@Enum: Enum<Test2> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<Test2> flags:
VALUE_PARAMETER value-parameter other: Test2 VALUE_PARAMETER name:other index:0 type:Test2 flags:
FUN FAKE_OVERRIDE public final override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:FINAL <> ($this:kotlin.Enum<Test2>, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Enum: Enum<Test2> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<Test2> flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public final override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:FINAL <> ($this:kotlin.Enum<Test2>) returnType:Int flags:
$this: VALUE_PARAMETER this@Enum: Enum<Test2> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<Test2> flags:
PROPERTY FAKE_OVERRIDE public final override val name: kotlin.String PROPERTY FAKE_OVERRIDE name:name type:kotlin.String visibility:public modality:FINAL flags:val
FUN FAKE_OVERRIDE public final override fun <get-name>(): kotlin.String FUN FAKE_OVERRIDE name:<get-name> visibility:public modality:FINAL <> ($this:kotlin.Enum<Test2>) returnType:String flags:
$this: VALUE_PARAMETER this@Enum: Enum<Test2> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<Test2> flags:
PROPERTY FAKE_OVERRIDE public final override val ordinal: kotlin.Int PROPERTY FAKE_OVERRIDE name:ordinal type:kotlin.Int visibility:public modality:FINAL flags:val
FUN FAKE_OVERRIDE public final override fun <get-ordinal>(): kotlin.Int FUN FAKE_OVERRIDE name:<get-ordinal> visibility:public modality:FINAL <> ($this:kotlin.Enum<Test2>) returnType:Int flags:
$this: VALUE_PARAMETER this@Enum: Enum<Test2> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<Test2> flags:
PROPERTY FAKE_OVERRIDE public final override val x: kotlin.Int PROPERTY FAKE_OVERRIDE name:x type:kotlin.Int visibility:public modality:FINAL flags:val
FUN FAKE_OVERRIDE public final override fun <get-x>(): kotlin.Int FUN FAKE_OVERRIDE name:<get-x> visibility:public modality:FINAL <> ($this:Test2) returnType:Int flags:
$this: VALUE_PARAMETER this@Test2: Test2 $this: VALUE_PARAMETER name:<this> type:Test2 flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Enum<Test2>) returnType:String flags:
$this: VALUE_PARAMETER this@Enum: Enum<Test2> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<Test2> flags:
CONSTRUCTOR private constructor Test2() CONSTRUCTOR visibility:private <> () returnType:Test2 flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Test2(Int)' DELEGATING_CONSTRUCTOR_CALL 'constructor Test2(Int)'
x: CONST Int type=kotlin.Int value='0' x: CONST Int type=kotlin.Int value=0
FUN public abstract fun foo(): kotlin.Unit FUN name:foo visibility:public modality:ABSTRACT <> ($this:Test2) returnType:Unit flags:
$this: VALUE_PARAMETER this@Test2: Test2 $this: VALUE_PARAMETER name:<this> type:Test2 flags:
FUN FAKE_OVERRIDE protected final override fun clone(): kotlin.Any FUN FAKE_OVERRIDE name:clone visibility:protected modality:FINAL <> ($this:kotlin.Enum<Test2>) returnType:Any flags:
$this: VALUE_PARAMETER this@Enum: Enum<Test2> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<Test2> flags:
FUN FAKE_OVERRIDE protected/*protected and package*/ final override fun finalize(): kotlin.Unit FUN FAKE_OVERRIDE name:finalize visibility:protected/*protected and package*/ modality:FINAL <> ($this:kotlin.Enum<Test2>) returnType:Unit flags:
$this: VALUE_PARAMETER this@Enum: Enum<Test2> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<Test2> flags:
FUN FAKE_OVERRIDE public final override fun getDeclaringClass(): java.lang.Class<Test2!>! FUN FAKE_OVERRIDE name:getDeclaringClass visibility:public modality:FINAL <> ($this:kotlin.Enum<Test2>) returnType:(java.lang.Class<(Test2..Test2?)>..java.lang.Class<(Test2..Test2?)>?) flags:
$this: VALUE_PARAMETER this@Enum: Enum<Test2> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<Test2> flags:
FUN FAKE_OVERRIDE public final override fun compareTo(other: Test2): kotlin.Int FUN FAKE_OVERRIDE name:compareTo visibility:public modality:FINAL <> ($this:kotlin.Enum<Test2>, other:Test2) returnType:Int flags:
$this: VALUE_PARAMETER this@Enum: Enum<Test2> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<Test2> flags:
VALUE_PARAMETER value-parameter other: Test2 VALUE_PARAMETER name:other index:0 type:Test2 flags:
FUN FAKE_OVERRIDE public final override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:FINAL <> ($this:kotlin.Enum<Test2>, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Enum: Enum<Test2> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<Test2> flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public final override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:FINAL <> ($this:kotlin.Enum<Test2>) returnType:Int flags:
$this: VALUE_PARAMETER this@Enum: Enum<Test2> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<Test2> flags:
PROPERTY FAKE_OVERRIDE public final override val name: kotlin.String PROPERTY FAKE_OVERRIDE name:name type:kotlin.String visibility:public modality:FINAL flags:val
FUN FAKE_OVERRIDE public final override fun <get-name>(): kotlin.String FUN FAKE_OVERRIDE name:<get-name> visibility:public modality:FINAL <> ($this:kotlin.Enum<Test2>) returnType:String flags:
$this: VALUE_PARAMETER this@Enum: Enum<Test2> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<Test2> flags:
PROPERTY FAKE_OVERRIDE public final override val ordinal: kotlin.Int PROPERTY FAKE_OVERRIDE name:ordinal type:kotlin.Int visibility:public modality:FINAL flags:val
FUN FAKE_OVERRIDE public final override fun <get-ordinal>(): kotlin.Int FUN FAKE_OVERRIDE name:<get-ordinal> visibility:public modality:FINAL <> ($this:kotlin.Enum<Test2>) returnType:Int flags:
$this: VALUE_PARAMETER this@Enum: Enum<Test2> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<Test2> flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Enum<Test2>) returnType:String flags:
$this: VALUE_PARAMETER this@Enum: Enum<Test2> $this: VALUE_PARAMETER name:<this> type:kotlin.Enum<Test2> flags:
FUN ENUM_CLASS_SPECIAL_MEMBER public final fun values(): kotlin.Array<Test2> FUN ENUM_CLASS_SPECIAL_MEMBER name:values visibility:public modality:FINAL <> () returnType:Array<Test2> flags:
SYNTHETIC_BODY kind=ENUM_VALUES SYNTHETIC_BODY kind=ENUM_VALUES
FUN ENUM_CLASS_SPECIAL_MEMBER public final fun valueOf(value: kotlin.String): Test2 FUN ENUM_CLASS_SPECIAL_MEMBER name:valueOf visibility:public modality:FINAL <> (value:kotlin.String) returnType:Test2 flags:
VALUE_PARAMETER value-parameter value: kotlin.String VALUE_PARAMETER name:value index:0 type:kotlin.String flags:
SYNTHETIC_BODY kind=ENUM_VALUEOF SYNTHETIC_BODY kind=ENUM_VALUEOF
+72 -72
View File
@@ -1,117 +1,117 @@
FILE /initBlock.kt FILE fqName:<root> fileName:/initBlock.kt
CLASS CLASS Test1 CLASS CLASS name:Test1 modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@Test1: Test1 $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:Test1 flags:
CONSTRUCTOR public constructor Test1() CONSTRUCTOR visibility:public <> () returnType:Test1 flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='Test1' INSTANCE_INITIALIZER_CALL classDescriptor='Test1'
ANONYMOUS_INITIALIZER Test1 ANONYMOUS_INITIALIZER Test1
BLOCK_BODY BLOCK_BODY
CALL 'println(): Unit' type=kotlin.Unit origin=null CALL 'println(): Unit' type=kotlin.Unit origin=null
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
CLASS CLASS Test2 CLASS CLASS name:Test2 modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@Test2: Test2 $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:Test2 flags:
CONSTRUCTOR public constructor Test2(x: kotlin.Int) CONSTRUCTOR visibility:public <> (x:kotlin.Int) returnType:Test2 flags:
VALUE_PARAMETER value-parameter x: kotlin.Int VALUE_PARAMETER name:x index:0 type:kotlin.Int flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='Test2' INSTANCE_INITIALIZER_CALL classDescriptor='Test2'
PROPERTY public final val x: kotlin.Int PROPERTY name:x type:kotlin.Int visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public final val x: kotlin.Int FIELD PROPERTY_BACKING_FIELD name:x type:kotlin.Int visibility:public
EXPRESSION_BODY EXPRESSION_BODY
GET_VAR 'value-parameter x: Int' type=kotlin.Int origin=INITIALIZE_PROPERTY_FROM_PARAMETER GET_VAR 'value-parameter x: Int' type=kotlin.Int origin=INITIALIZE_PROPERTY_FROM_PARAMETER
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-x>(): kotlin.Int FUN DEFAULT_PROPERTY_ACCESSOR name:<get-x> visibility:public modality:FINAL <> ($this:Test2) returnType:Int flags:
$this: VALUE_PARAMETER this@Test2: Test2 $this: VALUE_PARAMETER name:<this> type:Test2 flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-x>(): Int' RETURN type=kotlin.Nothing from=<get-x>(): Int'
GET_FIELD 'x: Int' type=kotlin.Int origin=null GET_FIELD 'x: Int' type=kotlin.Int origin=null
receiver: GET_VAR 'this@Test2: Test2' type=Test2 origin=null receiver: GET_VAR 'this@Test2: Test2' type=Test2 origin=null
ANONYMOUS_INITIALIZER Test2 ANONYMOUS_INITIALIZER Test2
BLOCK_BODY BLOCK_BODY
CALL 'println(): Unit' type=kotlin.Unit origin=null CALL 'println(): Unit' type=kotlin.Unit origin=null
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
CLASS CLASS Test3 CLASS CLASS name:Test3 modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@Test3: Test3 $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:Test3 flags:
ANONYMOUS_INITIALIZER Test3 ANONYMOUS_INITIALIZER Test3
BLOCK_BODY BLOCK_BODY
CALL 'println(): Unit' type=kotlin.Unit origin=null CALL 'println(): Unit' type=kotlin.Unit origin=null
CONSTRUCTOR public constructor Test3() CONSTRUCTOR visibility:public <> () returnType:Test3 flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='Test3' INSTANCE_INITIALIZER_CALL classDescriptor='Test3'
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
CLASS CLASS Test4 CLASS CLASS name:Test4 modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@Test4: Test4 $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:Test4 flags:
ANONYMOUS_INITIALIZER Test4 ANONYMOUS_INITIALIZER Test4
BLOCK_BODY BLOCK_BODY
CALL 'println(Any?): Unit' type=kotlin.Unit origin=null CALL 'println(Any?): Unit' type=kotlin.Unit origin=null
message: CONST String type=kotlin.String value='1' message: CONST String type=kotlin.String value=1
CONSTRUCTOR public constructor Test4() CONSTRUCTOR visibility:public <> () returnType:Test4 flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='Test4' INSTANCE_INITIALIZER_CALL classDescriptor='Test4'
ANONYMOUS_INITIALIZER Test4 ANONYMOUS_INITIALIZER Test4
BLOCK_BODY BLOCK_BODY
CALL 'println(Any?): Unit' type=kotlin.Unit origin=null CALL 'println(Any?): Unit' type=kotlin.Unit origin=null
message: CONST String type=kotlin.String value='2' message: CONST String type=kotlin.String value=2
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
CLASS CLASS Test5 CLASS CLASS name:Test5 modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@Test5: Test5 $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:Test5 flags:
CONSTRUCTOR public constructor Test5() CONSTRUCTOR visibility:public <> () returnType:Test5 flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='Test5' INSTANCE_INITIALIZER_CALL classDescriptor='Test5'
ANONYMOUS_INITIALIZER Test5 ANONYMOUS_INITIALIZER Test5
BLOCK_BODY BLOCK_BODY
CALL 'println(Any?): Unit' type=kotlin.Unit origin=null CALL 'println(Any?): Unit' type=kotlin.Unit origin=null
message: CONST String type=kotlin.String value='1' message: CONST String type=kotlin.String value=1
CLASS CLASS TestInner CLASS CLASS name:TestInner modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@TestInner: TestInner $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:Test5.TestInner flags:
CONSTRUCTOR public constructor TestInner() CONSTRUCTOR visibility:public <> ($this:Test5) returnType:Test5.TestInner flags:
$outer: VALUE_PARAMETER this@Test5: Test5 $outer: VALUE_PARAMETER name:<this> type:Test5 flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='TestInner' INSTANCE_INITIALIZER_CALL classDescriptor='TestInner'
ANONYMOUS_INITIALIZER TestInner ANONYMOUS_INITIALIZER TestInner
BLOCK_BODY BLOCK_BODY
CALL 'println(Any?): Unit' type=kotlin.Unit origin=null CALL 'println(Any?): Unit' type=kotlin.Unit origin=null
message: CONST String type=kotlin.String value='2' message: CONST String type=kotlin.String value=2
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
+49 -49
View File
@@ -1,75 +1,75 @@
FILE /initVal.kt FILE fqName:<root> fileName:/initVal.kt
CLASS CLASS TestInitValFromParameter CLASS CLASS name:TestInitValFromParameter modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@TestInitValFromParameter: TestInitValFromParameter $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:TestInitValFromParameter flags:
CONSTRUCTOR public constructor TestInitValFromParameter(x: kotlin.Int) CONSTRUCTOR visibility:public <> (x:kotlin.Int) returnType:TestInitValFromParameter flags:
VALUE_PARAMETER value-parameter x: kotlin.Int VALUE_PARAMETER name:x index:0 type:kotlin.Int flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='TestInitValFromParameter' INSTANCE_INITIALIZER_CALL classDescriptor='TestInitValFromParameter'
PROPERTY public final val x: kotlin.Int PROPERTY name:x type:kotlin.Int visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public final val x: kotlin.Int FIELD PROPERTY_BACKING_FIELD name:x type:kotlin.Int visibility:public
EXPRESSION_BODY EXPRESSION_BODY
GET_VAR 'value-parameter x: Int' type=kotlin.Int origin=INITIALIZE_PROPERTY_FROM_PARAMETER GET_VAR 'value-parameter x: Int' type=kotlin.Int origin=INITIALIZE_PROPERTY_FROM_PARAMETER
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-x>(): kotlin.Int FUN DEFAULT_PROPERTY_ACCESSOR name:<get-x> visibility:public modality:FINAL <> ($this:TestInitValFromParameter) returnType:Int flags:
$this: VALUE_PARAMETER this@TestInitValFromParameter: TestInitValFromParameter $this: VALUE_PARAMETER name:<this> type:TestInitValFromParameter flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-x>(): Int' RETURN type=kotlin.Nothing from=<get-x>(): Int'
GET_FIELD 'x: Int' type=kotlin.Int origin=null GET_FIELD 'x: Int' type=kotlin.Int origin=null
receiver: GET_VAR 'this@TestInitValFromParameter: TestInitValFromParameter' type=TestInitValFromParameter origin=null receiver: GET_VAR 'this@TestInitValFromParameter: TestInitValFromParameter' type=TestInitValFromParameter origin=null
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
CLASS CLASS TestInitValInClass CLASS CLASS name:TestInitValInClass modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@TestInitValInClass: TestInitValInClass $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:TestInitValInClass flags:
CONSTRUCTOR public constructor TestInitValInClass() CONSTRUCTOR visibility:public <> () returnType:TestInitValInClass flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='TestInitValInClass' INSTANCE_INITIALIZER_CALL classDescriptor='TestInitValInClass'
PROPERTY public final val x: kotlin.Int = 0 PROPERTY name:x type:kotlin.Int visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public final val x: kotlin.Int = 0 FIELD PROPERTY_BACKING_FIELD name:x type:kotlin.Int visibility:public
EXPRESSION_BODY EXPRESSION_BODY
CONST Int type=kotlin.Int value='0' CONST Int type=kotlin.Int value=0
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-x>(): kotlin.Int FUN DEFAULT_PROPERTY_ACCESSOR name:<get-x> visibility:public modality:FINAL <> ($this:TestInitValInClass) returnType:Int flags:
$this: VALUE_PARAMETER this@TestInitValInClass: TestInitValInClass $this: VALUE_PARAMETER name:<this> type:TestInitValInClass flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-x>(): Int' RETURN type=kotlin.Nothing from=<get-x>(): Int'
GET_FIELD 'x: Int' type=kotlin.Int origin=null GET_FIELD 'x: Int' type=kotlin.Int origin=null
receiver: GET_VAR 'this@TestInitValInClass: TestInitValInClass' type=TestInitValInClass origin=null receiver: GET_VAR 'this@TestInitValInClass: TestInitValInClass' type=TestInitValInClass origin=null
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
CLASS CLASS TestInitValInInitBlock CLASS CLASS name:TestInitValInInitBlock modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@TestInitValInInitBlock: TestInitValInInitBlock $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:TestInitValInInitBlock flags:
CONSTRUCTOR public constructor TestInitValInInitBlock() CONSTRUCTOR visibility:public <> () returnType:TestInitValInInitBlock flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='TestInitValInInitBlock' INSTANCE_INITIALIZER_CALL classDescriptor='TestInitValInInitBlock'
PROPERTY public final val x: kotlin.Int PROPERTY name:x type:kotlin.Int visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public final val x: kotlin.Int FIELD PROPERTY_BACKING_FIELD name:x type:kotlin.Int visibility:public
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-x>(): kotlin.Int FUN DEFAULT_PROPERTY_ACCESSOR name:<get-x> visibility:public modality:FINAL <> ($this:TestInitValInInitBlock) returnType:Int flags:
$this: VALUE_PARAMETER this@TestInitValInInitBlock: TestInitValInInitBlock $this: VALUE_PARAMETER name:<this> type:TestInitValInInitBlock flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-x>(): Int' RETURN type=kotlin.Nothing from=<get-x>(): Int'
GET_FIELD 'x: Int' type=kotlin.Int origin=null GET_FIELD 'x: Int' type=kotlin.Int origin=null
receiver: GET_VAR 'this@TestInitValInInitBlock: TestInitValInInitBlock' type=TestInitValInInitBlock origin=null receiver: GET_VAR 'this@TestInitValInInitBlock: TestInitValInInitBlock' type=TestInitValInInitBlock origin=null
ANONYMOUS_INITIALIZER TestInitValInInitBlock ANONYMOUS_INITIALIZER TestInitValInInitBlock
BLOCK_BODY BLOCK_BODY
SET_FIELD 'x: Int' type=kotlin.Unit origin=null SET_FIELD 'x: Int' type=kotlin.Unit origin=null
receiver: GET_VAR 'this@TestInitValInInitBlock: TestInitValInInitBlock' type=TestInitValInInitBlock origin=null receiver: GET_VAR 'this@TestInitValInInitBlock: TestInitValInInitBlock' type=TestInitValInInitBlock origin=null
value: CONST Int type=kotlin.Int value='0' value: CONST Int type=kotlin.Int value=0
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
+115 -115
View File
@@ -1,82 +1,82 @@
FILE /initVar.kt FILE fqName:<root> fileName:/initVar.kt
CLASS CLASS TestInitVarFromParameter CLASS CLASS name:TestInitVarFromParameter modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@TestInitVarFromParameter: TestInitVarFromParameter $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:TestInitVarFromParameter flags:
CONSTRUCTOR public constructor TestInitVarFromParameter(x: kotlin.Int) CONSTRUCTOR visibility:public <> (x:kotlin.Int) returnType:TestInitVarFromParameter flags:
VALUE_PARAMETER value-parameter x: kotlin.Int VALUE_PARAMETER name:x index:0 type:kotlin.Int flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='TestInitVarFromParameter' INSTANCE_INITIALIZER_CALL classDescriptor='TestInitVarFromParameter'
PROPERTY public final var x: kotlin.Int PROPERTY name:x type:kotlin.Int visibility:public modality:FINAL flags:var
FIELD PROPERTY_BACKING_FIELD public final var x: kotlin.Int FIELD PROPERTY_BACKING_FIELD name:x type:kotlin.Int visibility:public
EXPRESSION_BODY EXPRESSION_BODY
GET_VAR 'value-parameter x: Int' type=kotlin.Int origin=INITIALIZE_PROPERTY_FROM_PARAMETER GET_VAR 'value-parameter x: Int' type=kotlin.Int origin=INITIALIZE_PROPERTY_FROM_PARAMETER
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-x>(): kotlin.Int FUN DEFAULT_PROPERTY_ACCESSOR name:<get-x> visibility:public modality:FINAL <> ($this:TestInitVarFromParameter) returnType:Int flags:
$this: VALUE_PARAMETER this@TestInitVarFromParameter: TestInitVarFromParameter $this: VALUE_PARAMETER name:<this> type:TestInitVarFromParameter flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-x>(): Int' RETURN type=kotlin.Nothing from=<get-x>(): Int'
GET_FIELD 'x: Int' type=kotlin.Int origin=null GET_FIELD 'x: Int' type=kotlin.Int origin=null
receiver: GET_VAR 'this@TestInitVarFromParameter: TestInitVarFromParameter' type=TestInitVarFromParameter origin=null receiver: GET_VAR 'this@TestInitVarFromParameter: TestInitVarFromParameter' type=TestInitVarFromParameter origin=null
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <set-x>(<set-?>: kotlin.Int): kotlin.Unit FUN DEFAULT_PROPERTY_ACCESSOR name:<set-x> visibility:public modality:FINAL <> ($this:TestInitVarFromParameter, <set-?>:kotlin.Int) returnType:Unit flags:
$this: VALUE_PARAMETER this@TestInitVarFromParameter: TestInitVarFromParameter $this: VALUE_PARAMETER name:<this> type:TestInitVarFromParameter flags:
VALUE_PARAMETER value-parameter <set-?>: kotlin.Int VALUE_PARAMETER name:<set-?> index:0 type:kotlin.Int flags:
BLOCK_BODY BLOCK_BODY
SET_FIELD 'x: Int' type=kotlin.Unit origin=null SET_FIELD 'x: Int' type=kotlin.Unit origin=null
receiver: GET_VAR 'this@TestInitVarFromParameter: TestInitVarFromParameter' type=TestInitVarFromParameter origin=null receiver: GET_VAR 'this@TestInitVarFromParameter: TestInitVarFromParameter' type=TestInitVarFromParameter origin=null
value: GET_VAR 'value-parameter <set-?>: Int' type=kotlin.Int origin=null value: GET_VAR 'value-parameter <set-?>: Int' type=kotlin.Int origin=null
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
CLASS CLASS TestInitVarInClass CLASS CLASS name:TestInitVarInClass modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@TestInitVarInClass: TestInitVarInClass $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:TestInitVarInClass flags:
CONSTRUCTOR public constructor TestInitVarInClass() CONSTRUCTOR visibility:public <> () returnType:TestInitVarInClass flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='TestInitVarInClass' INSTANCE_INITIALIZER_CALL classDescriptor='TestInitVarInClass'
PROPERTY public final var x: kotlin.Int PROPERTY name:x type:kotlin.Int visibility:public modality:FINAL flags:var
FIELD PROPERTY_BACKING_FIELD public final var x: kotlin.Int FIELD PROPERTY_BACKING_FIELD name:x type:kotlin.Int visibility:public
EXPRESSION_BODY EXPRESSION_BODY
CONST Int type=kotlin.Int value='0' CONST Int type=kotlin.Int value=0
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-x>(): kotlin.Int FUN DEFAULT_PROPERTY_ACCESSOR name:<get-x> visibility:public modality:FINAL <> ($this:TestInitVarInClass) returnType:Int flags:
$this: VALUE_PARAMETER this@TestInitVarInClass: TestInitVarInClass $this: VALUE_PARAMETER name:<this> type:TestInitVarInClass flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-x>(): Int' RETURN type=kotlin.Nothing from=<get-x>(): Int'
GET_FIELD 'x: Int' type=kotlin.Int origin=null GET_FIELD 'x: Int' type=kotlin.Int origin=null
receiver: GET_VAR 'this@TestInitVarInClass: TestInitVarInClass' type=TestInitVarInClass origin=null receiver: GET_VAR 'this@TestInitVarInClass: TestInitVarInClass' type=TestInitVarInClass origin=null
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <set-x>(<set-?>: kotlin.Int): kotlin.Unit FUN DEFAULT_PROPERTY_ACCESSOR name:<set-x> visibility:public modality:FINAL <> ($this:TestInitVarInClass, <set-?>:kotlin.Int) returnType:Unit flags:
$this: VALUE_PARAMETER this@TestInitVarInClass: TestInitVarInClass $this: VALUE_PARAMETER name:<this> type:TestInitVarInClass flags:
VALUE_PARAMETER value-parameter <set-?>: kotlin.Int VALUE_PARAMETER name:<set-?> index:0 type:kotlin.Int flags:
BLOCK_BODY BLOCK_BODY
SET_FIELD 'x: Int' type=kotlin.Unit origin=null SET_FIELD 'x: Int' type=kotlin.Unit origin=null
receiver: GET_VAR 'this@TestInitVarInClass: TestInitVarInClass' type=TestInitVarInClass origin=null receiver: GET_VAR 'this@TestInitVarInClass: TestInitVarInClass' type=TestInitVarInClass origin=null
value: GET_VAR 'value-parameter <set-?>: Int' type=kotlin.Int origin=null value: GET_VAR 'value-parameter <set-?>: Int' type=kotlin.Int origin=null
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
CLASS CLASS TestInitVarInInitBlock CLASS CLASS name:TestInitVarInInitBlock modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@TestInitVarInInitBlock: TestInitVarInInitBlock $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:TestInitVarInInitBlock flags:
CONSTRUCTOR public constructor TestInitVarInInitBlock() CONSTRUCTOR visibility:public <> () returnType:TestInitVarInInitBlock flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='TestInitVarInInitBlock' INSTANCE_INITIALIZER_CALL classDescriptor='TestInitVarInInitBlock'
PROPERTY public final var x: kotlin.Int PROPERTY name:x type:kotlin.Int visibility:public modality:FINAL flags:var
FIELD PROPERTY_BACKING_FIELD public final var x: kotlin.Int FIELD PROPERTY_BACKING_FIELD name:x type:kotlin.Int visibility:public
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-x>(): kotlin.Int FUN DEFAULT_PROPERTY_ACCESSOR name:<get-x> visibility:public modality:FINAL <> ($this:TestInitVarInInitBlock) returnType:Int flags:
$this: VALUE_PARAMETER this@TestInitVarInInitBlock: TestInitVarInInitBlock $this: VALUE_PARAMETER name:<this> type:TestInitVarInInitBlock flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-x>(): Int' RETURN type=kotlin.Nothing from=<get-x>(): Int'
GET_FIELD 'x: Int' type=kotlin.Int origin=null GET_FIELD 'x: Int' type=kotlin.Int origin=null
receiver: GET_VAR 'this@TestInitVarInInitBlock: TestInitVarInInitBlock' type=TestInitVarInInitBlock origin=null receiver: GET_VAR 'this@TestInitVarInInitBlock: TestInitVarInInitBlock' type=TestInitVarInInitBlock origin=null
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <set-x>(<set-?>: kotlin.Int): kotlin.Unit FUN DEFAULT_PROPERTY_ACCESSOR name:<set-x> visibility:public modality:FINAL <> ($this:TestInitVarInInitBlock, <set-?>:kotlin.Int) returnType:Unit flags:
$this: VALUE_PARAMETER this@TestInitVarInInitBlock: TestInitVarInInitBlock $this: VALUE_PARAMETER name:<this> type:TestInitVarInInitBlock flags:
VALUE_PARAMETER value-parameter <set-?>: kotlin.Int VALUE_PARAMETER name:<set-?> index:0 type:kotlin.Int flags:
BLOCK_BODY BLOCK_BODY
SET_FIELD 'x: Int' type=kotlin.Unit origin=null SET_FIELD 'x: Int' type=kotlin.Unit origin=null
receiver: GET_VAR 'this@TestInitVarInInitBlock: TestInitVarInInitBlock' type=TestInitVarInInitBlock origin=null receiver: GET_VAR 'this@TestInitVarInInitBlock: TestInitVarInInitBlock' type=TestInitVarInInitBlock origin=null
@@ -85,57 +85,57 @@ FILE /initVar.kt
BLOCK_BODY BLOCK_BODY
CALL '<set-x>(Int): Unit' type=kotlin.Unit origin=EQ CALL '<set-x>(Int): Unit' type=kotlin.Unit origin=EQ
$this: GET_VAR 'this@TestInitVarInInitBlock: TestInitVarInInitBlock' type=TestInitVarInInitBlock origin=null $this: GET_VAR 'this@TestInitVarInInitBlock: TestInitVarInInitBlock' type=TestInitVarInInitBlock origin=null
<set-?>: CONST Int type=kotlin.Int value='0' <set-?>: CONST Int type=kotlin.Int value=0
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
CLASS CLASS TestInitVarWithCustomSetter CLASS CLASS name:TestInitVarWithCustomSetter modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@TestInitVarWithCustomSetter: TestInitVarWithCustomSetter $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:TestInitVarWithCustomSetter flags:
CONSTRUCTOR public constructor TestInitVarWithCustomSetter() CONSTRUCTOR visibility:public <> () returnType:TestInitVarWithCustomSetter flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='TestInitVarWithCustomSetter' INSTANCE_INITIALIZER_CALL classDescriptor='TestInitVarWithCustomSetter'
PROPERTY public final var x: kotlin.Int PROPERTY name:x type:kotlin.Int visibility:public modality:FINAL flags:var
FIELD PROPERTY_BACKING_FIELD public final var x: kotlin.Int FIELD PROPERTY_BACKING_FIELD name:x type:kotlin.Int visibility:public
EXPRESSION_BODY EXPRESSION_BODY
CONST Int type=kotlin.Int value='0' CONST Int type=kotlin.Int value=0
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-x>(): kotlin.Int FUN DEFAULT_PROPERTY_ACCESSOR name:<get-x> visibility:public modality:FINAL <> ($this:TestInitVarWithCustomSetter) returnType:Int flags:
$this: VALUE_PARAMETER this@TestInitVarWithCustomSetter: TestInitVarWithCustomSetter $this: VALUE_PARAMETER name:<this> type:TestInitVarWithCustomSetter flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-x>(): Int' RETURN type=kotlin.Nothing from=<get-x>(): Int'
GET_FIELD 'x: Int' type=kotlin.Int origin=null GET_FIELD 'x: Int' type=kotlin.Int origin=null
receiver: GET_VAR 'this@TestInitVarWithCustomSetter: TestInitVarWithCustomSetter' type=TestInitVarWithCustomSetter origin=null receiver: GET_VAR 'this@TestInitVarWithCustomSetter: TestInitVarWithCustomSetter' type=TestInitVarWithCustomSetter origin=null
FUN public final fun <set-x>(value: kotlin.Int): kotlin.Unit FUN name:<set-x> visibility:public modality:FINAL <> ($this:TestInitVarWithCustomSetter, value:kotlin.Int) returnType:Unit flags:
$this: VALUE_PARAMETER this@TestInitVarWithCustomSetter: TestInitVarWithCustomSetter $this: VALUE_PARAMETER name:<this> type:TestInitVarWithCustomSetter flags:
VALUE_PARAMETER value-parameter value: kotlin.Int VALUE_PARAMETER name:value index:0 type:kotlin.Int flags:
BLOCK_BODY BLOCK_BODY
SET_FIELD 'x: Int' type=kotlin.Unit origin=EQ SET_FIELD 'x: Int' type=kotlin.Unit origin=EQ
receiver: GET_VAR 'this@TestInitVarWithCustomSetter: TestInitVarWithCustomSetter' type=TestInitVarWithCustomSetter origin=null receiver: GET_VAR 'this@TestInitVarWithCustomSetter: TestInitVarWithCustomSetter' type=TestInitVarWithCustomSetter origin=null
value: GET_VAR 'value-parameter value: Int' type=kotlin.Int origin=null value: GET_VAR 'value-parameter value: Int' type=kotlin.Int origin=null
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
CLASS CLASS TestInitVarWithCustomSetterWithExplicitCtor CLASS CLASS name:TestInitVarWithCustomSetterWithExplicitCtor modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@TestInitVarWithCustomSetterWithExplicitCtor: TestInitVarWithCustomSetterWithExplicitCtor $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:TestInitVarWithCustomSetterWithExplicitCtor flags:
PROPERTY public final var x: kotlin.Int PROPERTY name:x type:kotlin.Int visibility:public modality:FINAL flags:var
FIELD PROPERTY_BACKING_FIELD public final var x: kotlin.Int FIELD PROPERTY_BACKING_FIELD name:x type:kotlin.Int visibility:public
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-x>(): kotlin.Int FUN DEFAULT_PROPERTY_ACCESSOR name:<get-x> visibility:public modality:FINAL <> ($this:TestInitVarWithCustomSetterWithExplicitCtor) returnType:Int flags:
$this: VALUE_PARAMETER this@TestInitVarWithCustomSetterWithExplicitCtor: TestInitVarWithCustomSetterWithExplicitCtor $this: VALUE_PARAMETER name:<this> type:TestInitVarWithCustomSetterWithExplicitCtor flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-x>(): Int' RETURN type=kotlin.Nothing from=<get-x>(): Int'
GET_FIELD 'x: Int' type=kotlin.Int origin=null GET_FIELD 'x: Int' type=kotlin.Int origin=null
receiver: GET_VAR 'this@TestInitVarWithCustomSetterWithExplicitCtor: TestInitVarWithCustomSetterWithExplicitCtor' type=TestInitVarWithCustomSetterWithExplicitCtor origin=null receiver: GET_VAR 'this@TestInitVarWithCustomSetterWithExplicitCtor: TestInitVarWithCustomSetterWithExplicitCtor' type=TestInitVarWithCustomSetterWithExplicitCtor origin=null
FUN public final fun <set-x>(value: kotlin.Int): kotlin.Unit FUN name:<set-x> visibility:public modality:FINAL <> ($this:TestInitVarWithCustomSetterWithExplicitCtor, value:kotlin.Int) returnType:Unit flags:
$this: VALUE_PARAMETER this@TestInitVarWithCustomSetterWithExplicitCtor: TestInitVarWithCustomSetterWithExplicitCtor $this: VALUE_PARAMETER name:<this> type:TestInitVarWithCustomSetterWithExplicitCtor flags:
VALUE_PARAMETER value-parameter value: kotlin.Int VALUE_PARAMETER name:value index:0 type:kotlin.Int flags:
BLOCK_BODY BLOCK_BODY
SET_FIELD 'x: Int' type=kotlin.Unit origin=EQ SET_FIELD 'x: Int' type=kotlin.Unit origin=EQ
receiver: GET_VAR 'this@TestInitVarWithCustomSetterWithExplicitCtor: TestInitVarWithCustomSetterWithExplicitCtor' type=TestInitVarWithCustomSetterWithExplicitCtor origin=null receiver: GET_VAR 'this@TestInitVarWithCustomSetterWithExplicitCtor: TestInitVarWithCustomSetterWithExplicitCtor' type=TestInitVarWithCustomSetterWithExplicitCtor origin=null
@@ -144,47 +144,47 @@ FILE /initVar.kt
BLOCK_BODY BLOCK_BODY
CALL '<set-x>(Int): Unit' type=kotlin.Unit origin=EQ CALL '<set-x>(Int): Unit' type=kotlin.Unit origin=EQ
$this: GET_VAR 'this@TestInitVarWithCustomSetterWithExplicitCtor: TestInitVarWithCustomSetterWithExplicitCtor' type=TestInitVarWithCustomSetterWithExplicitCtor origin=null $this: GET_VAR 'this@TestInitVarWithCustomSetterWithExplicitCtor: TestInitVarWithCustomSetterWithExplicitCtor' type=TestInitVarWithCustomSetterWithExplicitCtor origin=null
value: CONST Int type=kotlin.Int value='0' value: CONST Int type=kotlin.Int value=0
CONSTRUCTOR public constructor TestInitVarWithCustomSetterWithExplicitCtor() CONSTRUCTOR visibility:public <> () returnType:TestInitVarWithCustomSetterWithExplicitCtor flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='TestInitVarWithCustomSetterWithExplicitCtor' INSTANCE_INITIALIZER_CALL classDescriptor='TestInitVarWithCustomSetterWithExplicitCtor'
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
CLASS CLASS TestInitVarWithCustomSetterInCtor CLASS CLASS name:TestInitVarWithCustomSetterInCtor modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@TestInitVarWithCustomSetterInCtor: TestInitVarWithCustomSetterInCtor $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:TestInitVarWithCustomSetterInCtor flags:
PROPERTY public final var x: kotlin.Int PROPERTY name:x type:kotlin.Int visibility:public modality:FINAL flags:var
FIELD PROPERTY_BACKING_FIELD public final var x: kotlin.Int FIELD PROPERTY_BACKING_FIELD name:x type:kotlin.Int visibility:public
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-x>(): kotlin.Int FUN DEFAULT_PROPERTY_ACCESSOR name:<get-x> visibility:public modality:FINAL <> ($this:TestInitVarWithCustomSetterInCtor) returnType:Int flags:
$this: VALUE_PARAMETER this@TestInitVarWithCustomSetterInCtor: TestInitVarWithCustomSetterInCtor $this: VALUE_PARAMETER name:<this> type:TestInitVarWithCustomSetterInCtor flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-x>(): Int' RETURN type=kotlin.Nothing from=<get-x>(): Int'
GET_FIELD 'x: Int' type=kotlin.Int origin=null GET_FIELD 'x: Int' type=kotlin.Int origin=null
receiver: GET_VAR 'this@TestInitVarWithCustomSetterInCtor: TestInitVarWithCustomSetterInCtor' type=TestInitVarWithCustomSetterInCtor origin=null receiver: GET_VAR 'this@TestInitVarWithCustomSetterInCtor: TestInitVarWithCustomSetterInCtor' type=TestInitVarWithCustomSetterInCtor origin=null
FUN public final fun <set-x>(value: kotlin.Int): kotlin.Unit FUN name:<set-x> visibility:public modality:FINAL <> ($this:TestInitVarWithCustomSetterInCtor, value:kotlin.Int) returnType:Unit flags:
$this: VALUE_PARAMETER this@TestInitVarWithCustomSetterInCtor: TestInitVarWithCustomSetterInCtor $this: VALUE_PARAMETER name:<this> type:TestInitVarWithCustomSetterInCtor flags:
VALUE_PARAMETER value-parameter value: kotlin.Int VALUE_PARAMETER name:value index:0 type:kotlin.Int flags:
BLOCK_BODY BLOCK_BODY
SET_FIELD 'x: Int' type=kotlin.Unit origin=EQ SET_FIELD 'x: Int' type=kotlin.Unit origin=EQ
receiver: GET_VAR 'this@TestInitVarWithCustomSetterInCtor: TestInitVarWithCustomSetterInCtor' type=TestInitVarWithCustomSetterInCtor origin=null receiver: GET_VAR 'this@TestInitVarWithCustomSetterInCtor: TestInitVarWithCustomSetterInCtor' type=TestInitVarWithCustomSetterInCtor origin=null
value: GET_VAR 'value-parameter value: Int' type=kotlin.Int origin=null value: GET_VAR 'value-parameter value: Int' type=kotlin.Int origin=null
CONSTRUCTOR public constructor TestInitVarWithCustomSetterInCtor() CONSTRUCTOR visibility:public <> () returnType:TestInitVarWithCustomSetterInCtor flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='TestInitVarWithCustomSetterInCtor' INSTANCE_INITIALIZER_CALL classDescriptor='TestInitVarWithCustomSetterInCtor'
CALL '<set-x>(Int): Unit' type=kotlin.Unit origin=EQ CALL '<set-x>(Int): Unit' type=kotlin.Unit origin=EQ
$this: GET_VAR 'this@TestInitVarWithCustomSetterInCtor: TestInitVarWithCustomSetterInCtor' type=TestInitVarWithCustomSetterInCtor origin=null $this: GET_VAR 'this@TestInitVarWithCustomSetterInCtor: TestInitVarWithCustomSetterInCtor' type=TestInitVarWithCustomSetterInCtor origin=null
value: CONST Int type=kotlin.Int value='42' value: CONST Int type=kotlin.Int value=42
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
+33 -33
View File
@@ -1,44 +1,44 @@
FILE /innerClass.kt FILE fqName:<root> fileName:/innerClass.kt
CLASS CLASS Outer CLASS CLASS name:Outer modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@Outer: Outer $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:Outer flags:
CONSTRUCTOR public constructor Outer() CONSTRUCTOR visibility:public <> () returnType:Outer flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='Outer' INSTANCE_INITIALIZER_CALL classDescriptor='Outer'
CLASS CLASS TestInnerClass CLASS CLASS name:TestInnerClass modality:OPEN visibility:public flags:
$this: VALUE_PARAMETER this@TestInnerClass: TestInnerClass $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:Outer.TestInnerClass flags:
CONSTRUCTOR public constructor TestInnerClass() CONSTRUCTOR visibility:public <> ($this:Outer) returnType:Outer.TestInnerClass flags:
$outer: VALUE_PARAMETER this@Outer: Outer $outer: VALUE_PARAMETER name:<this> type:Outer flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='TestInnerClass' INSTANCE_INITIALIZER_CALL classDescriptor='TestInnerClass'
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
CLASS CLASS DerivedInnerClass CLASS CLASS name:DerivedInnerClass modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@DerivedInnerClass: DerivedInnerClass $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:Outer.DerivedInnerClass flags:
CONSTRUCTOR public constructor DerivedInnerClass() CONSTRUCTOR visibility:public <> ($this:Outer) returnType:Outer.DerivedInnerClass flags:
$outer: VALUE_PARAMETER this@Outer: Outer $outer: VALUE_PARAMETER name:<this> type:Outer flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor TestInnerClass()' DELEGATING_CONSTRUCTOR_CALL 'constructor TestInnerClass()'
$this: GET_VAR 'this@Outer: Outer' type=Outer origin=null $this: GET_VAR 'this@Outer: Outer' type=Outer origin=null
INSTANCE_INITIALIZER_CALL classDescriptor='DerivedInnerClass' INSTANCE_INITIALIZER_CALL classDescriptor='DerivedInnerClass'
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
@@ -1,46 +1,46 @@
FILE /innerClassWithDelegatingConstructor.kt FILE fqName:<root> fileName:/innerClassWithDelegatingConstructor.kt
CLASS CLASS Outer CLASS CLASS name:Outer modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@Outer: Outer $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:Outer flags:
CONSTRUCTOR public constructor Outer() CONSTRUCTOR visibility:public <> () returnType:Outer flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='Outer' INSTANCE_INITIALIZER_CALL classDescriptor='Outer'
CLASS CLASS Inner CLASS CLASS name:Inner modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@Inner: Inner $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:Outer.Inner flags:
CONSTRUCTOR public constructor Inner(x: kotlin.Int) CONSTRUCTOR visibility:public <> ($this:Outer, x:kotlin.Int) returnType:Outer.Inner flags:
$outer: VALUE_PARAMETER this@Outer: Outer $outer: VALUE_PARAMETER name:<this> type:Outer flags:
VALUE_PARAMETER value-parameter x: kotlin.Int VALUE_PARAMETER name:x index:0 type:kotlin.Int flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='Inner' INSTANCE_INITIALIZER_CALL classDescriptor='Inner'
PROPERTY public final val x: kotlin.Int PROPERTY name:x type:kotlin.Int visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public final val x: kotlin.Int FIELD PROPERTY_BACKING_FIELD name:x type:kotlin.Int visibility:public
EXPRESSION_BODY EXPRESSION_BODY
GET_VAR 'value-parameter x: Int' type=kotlin.Int origin=INITIALIZE_PROPERTY_FROM_PARAMETER GET_VAR 'value-parameter x: Int' type=kotlin.Int origin=INITIALIZE_PROPERTY_FROM_PARAMETER
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-x>(): kotlin.Int FUN DEFAULT_PROPERTY_ACCESSOR name:<get-x> visibility:public modality:FINAL <> ($this:Outer.Inner) returnType:Int flags:
$this: VALUE_PARAMETER this@Inner: Inner $this: VALUE_PARAMETER name:<this> type:Outer.Inner flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-x>(): Int' RETURN type=kotlin.Nothing from=<get-x>(): Int'
GET_FIELD 'x: Int' type=kotlin.Int origin=null GET_FIELD 'x: Int' type=kotlin.Int origin=null
receiver: GET_VAR 'this@Inner: Inner' type=Outer.Inner origin=null receiver: GET_VAR 'this@Inner: Inner' type=Outer.Inner origin=null
CONSTRUCTOR public constructor Inner() CONSTRUCTOR visibility:public <> ($this:Outer) returnType:Outer.Inner flags:
$outer: VALUE_PARAMETER this@Outer: Outer $outer: VALUE_PARAMETER name:<this> type:Outer flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Inner(Int)' DELEGATING_CONSTRUCTOR_CALL 'constructor Inner(Int)'
$this: GET_VAR 'this@Outer: Outer' type=Outer origin=null $this: GET_VAR 'this@Outer: Outer' type=Outer origin=null
x: CONST Int type=kotlin.Int value='0' x: CONST Int type=kotlin.Int value=0
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
@@ -1,85 +1,85 @@
FILE /lambdaInDataClassDefaultParameter.kt FILE fqName:<root> fileName:/lambdaInDataClassDefaultParameter.kt
CLASS CLASS A CLASS CLASS name:A modality:FINAL visibility:public flags:data
$this: VALUE_PARAMETER this@A: A $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:A flags:
CONSTRUCTOR public constructor A(runA: A.(kotlin.String) -> kotlin.Unit = ...) CONSTRUCTOR visibility:public <> (runA:A.(kotlin.String) -> kotlin.Unit) returnType:A flags:
VALUE_PARAMETER value-parameter runA: A.(kotlin.String) -> kotlin.Unit = ... VALUE_PARAMETER name:runA index:0 type:A.(kotlin.String) -> kotlin.Unit flags:
EXPRESSION_BODY EXPRESSION_BODY
BLOCK type=A.(kotlin.String) -> kotlin.Unit origin=LAMBDA BLOCK type=A.(kotlin.String) -> kotlin.Unit origin=LAMBDA
FUN LOCAL_FUNCTION_FOR_LAMBDA local final fun A.<anonymous>(it: kotlin.String): kotlin.Unit FUN LOCAL_FUNCTION_FOR_LAMBDA name:<anonymous> visibility:local modality:FINAL <> ($receiver:A, it:kotlin.String) returnType:Unit flags:
$receiver: VALUE_PARAMETER this@<anonymous>: A $receiver: VALUE_PARAMETER name:<this> type:A flags:
VALUE_PARAMETER value-parameter it: kotlin.String VALUE_PARAMETER name:it index:0 type:kotlin.String flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<anonymous>(String) on A: Unit' RETURN type=kotlin.Nothing from=<anonymous>(String) on A: Unit'
GET_OBJECT 'Unit' type=kotlin.Unit GET_OBJECT 'Unit' type=kotlin.Unit
FUNCTION_REFERENCE '<anonymous>(String) on A: Unit' type=A.(kotlin.String) -> kotlin.Unit origin=LAMBDA FUNCTION_REFERENCE '<anonymous>(String) on A: Unit' type=A.(kotlin.String) -> kotlin.Unit origin=LAMBDA
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='A' INSTANCE_INITIALIZER_CALL classDescriptor='A'
PROPERTY public final val runA: A.(kotlin.String) -> kotlin.Unit PROPERTY name:runA type:A.(kotlin.String) -> kotlin.Unit visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public final val runA: A.(kotlin.String) -> kotlin.Unit FIELD PROPERTY_BACKING_FIELD name:runA type:A.(kotlin.String) -> kotlin.Unit visibility:public
EXPRESSION_BODY EXPRESSION_BODY
GET_VAR 'value-parameter runA: A.(String) -> Unit = ...' type=A.(kotlin.String) -> kotlin.Unit origin=INITIALIZE_PROPERTY_FROM_PARAMETER GET_VAR 'value-parameter runA: A.(String) -> Unit = ...' type=A.(kotlin.String) -> kotlin.Unit origin=INITIALIZE_PROPERTY_FROM_PARAMETER
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-runA>(): A.(kotlin.String) -> kotlin.Unit FUN DEFAULT_PROPERTY_ACCESSOR name:<get-runA> visibility:public modality:FINAL <> ($this:A) returnType:[@kotlin.ExtensionFunctionType] Function2<A, String, Unit> flags:
$this: VALUE_PARAMETER this@A: A $this: VALUE_PARAMETER name:<this> type:A flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-runA>(): A.(String) -> Unit' RETURN type=kotlin.Nothing from=<get-runA>(): A.(String) -> Unit'
GET_FIELD 'runA: A.(String) -> Unit' type=A.(kotlin.String) -> kotlin.Unit origin=null GET_FIELD 'runA: A.(String) -> Unit' type=A.(kotlin.String) -> kotlin.Unit origin=null
receiver: GET_VAR 'this@A: A' type=A origin=null receiver: GET_VAR 'this@A: A' type=A origin=null
FUN GENERATED_DATA_CLASS_MEMBER public final operator fun component1(): A.(kotlin.String) -> kotlin.Unit FUN GENERATED_DATA_CLASS_MEMBER name:component1 visibility:public modality:FINAL <> ($this:A) returnType:[@kotlin.ExtensionFunctionType] Function2<A, String, Unit> flags:
$this: VALUE_PARAMETER this@A: A $this: VALUE_PARAMETER name:<this> type:A flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='component1(): A.(String) -> Unit' RETURN type=kotlin.Nothing from=component1(): A.(String) -> Unit'
CALL '<get-runA>(): A.(String) -> Unit' type=A.(kotlin.String) -> kotlin.Unit origin=GET_PROPERTY CALL '<get-runA>(): A.(String) -> Unit' type=A.(kotlin.String) -> kotlin.Unit origin=GET_PROPERTY
$this: GET_VAR 'this@A: A' type=A origin=null $this: GET_VAR 'this@A: A' type=A origin=null
FUN GENERATED_DATA_CLASS_MEMBER public final fun copy(runA: A.(kotlin.String) -> kotlin.Unit = ...): A FUN GENERATED_DATA_CLASS_MEMBER name:copy visibility:public modality:FINAL <> ($this:A, runA:A.(kotlin.String) -> kotlin.Unit) returnType:A flags:
$this: VALUE_PARAMETER this@A: A $this: VALUE_PARAMETER name:<this> type:A flags:
VALUE_PARAMETER value-parameter runA: A.(kotlin.String) -> kotlin.Unit = ... VALUE_PARAMETER name:runA index:0 type:A.(kotlin.String) -> kotlin.Unit flags:
EXPRESSION_BODY EXPRESSION_BODY
CALL '<get-runA>(): A.(String) -> Unit' type=A.(kotlin.String) -> kotlin.Unit origin=GET_PROPERTY CALL '<get-runA>(): A.(String) -> Unit' type=A.(kotlin.String) -> kotlin.Unit origin=GET_PROPERTY
$this: GET_VAR 'this@A: A' type=A origin=null $this: GET_VAR 'this@A: A' type=A origin=null
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='copy(A.(String) -> Unit = ...): A' RETURN type=kotlin.Nothing from=copy(A.(String) -> Unit = ...): A'
CALL 'constructor A(A.(String) -> Unit = ...)' type=A origin=null CALL 'constructor A(A.(String) -> Unit = ...)' type=A origin=null
runA: GET_VAR 'value-parameter runA: A.(String) -> Unit = ...' type=A.(kotlin.String) -> kotlin.Unit origin=null runA: GET_VAR 'value-parameter runA: A.(String) -> Unit = ...' type=A.(kotlin.String) -> kotlin.Unit origin=null
FUN GENERATED_DATA_CLASS_MEMBER public open override fun toString(): kotlin.String FUN GENERATED_DATA_CLASS_MEMBER name:toString visibility:public modality:OPEN <> ($this:A) returnType:String flags:
$this: VALUE_PARAMETER this@A: A $this: VALUE_PARAMETER name:<this> type:A flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='toString(): String' RETURN type=kotlin.Nothing from=toString(): String'
STRING_CONCATENATION type=kotlin.String STRING_CONCATENATION type=kotlin.String
CONST String type=kotlin.String value='A(' CONST String type=kotlin.String value=A(
CONST String type=kotlin.String value='runA=' CONST String type=kotlin.String value=runA=
CALL '<get-runA>(): A.(String) -> Unit' type=A.(kotlin.String) -> kotlin.Unit origin=GET_PROPERTY CALL '<get-runA>(): A.(String) -> Unit' type=A.(kotlin.String) -> kotlin.Unit origin=GET_PROPERTY
$this: GET_VAR 'this@A: A' type=A origin=null $this: GET_VAR 'this@A: A' type=A origin=null
CONST String type=kotlin.String value=')' CONST String type=kotlin.String value=)
FUN GENERATED_DATA_CLASS_MEMBER public open override fun hashCode(): kotlin.Int FUN GENERATED_DATA_CLASS_MEMBER name:hashCode visibility:public modality:OPEN <> ($this:A) returnType:Int flags:
$this: VALUE_PARAMETER this@A: A $this: VALUE_PARAMETER name:<this> type:A flags:
BLOCK_BODY BLOCK_BODY
VAR IR_TEMPORARY_VARIABLE var tmp0_result: kotlin.Int VAR IR_TEMPORARY_VARIABLE name:tmp0_result type:kotlin.Int flags:var
CONST Int type=kotlin.Int value='0' CONST Int type=kotlin.Int value=0
SET_VAR 'tmp0_result: Int' type=kotlin.Unit origin=EQ SET_VAR 'tmp0_result: Int' type=kotlin.Unit origin=EQ
CALL 'hashCode(): Int' type=kotlin.Int origin=null CALL 'hashCode(): Int' type=kotlin.Int origin=null
$this: CALL '<get-runA>(): A.(String) -> Unit' type=A.(kotlin.String) -> kotlin.Unit origin=GET_PROPERTY $this: CALL '<get-runA>(): A.(String) -> Unit' type=A.(kotlin.String) -> kotlin.Unit origin=GET_PROPERTY
$this: GET_VAR 'this@A: A' type=A origin=null $this: GET_VAR 'this@A: A' type=A origin=null
RETURN type=kotlin.Nothing from='hashCode(): Int' RETURN type=kotlin.Nothing from=hashCode(): Int'
GET_VAR 'tmp0_result: Int' type=kotlin.Int origin=null GET_VAR 'tmp0_result: Int' type=kotlin.Int origin=null
FUN GENERATED_DATA_CLASS_MEMBER public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN GENERATED_DATA_CLASS_MEMBER name:equals visibility:public modality:OPEN <> ($this:A, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@A: A $this: VALUE_PARAMETER name:<this> type:A flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
BLOCK_BODY BLOCK_BODY
WHEN type=kotlin.Unit origin=null WHEN type=kotlin.Unit origin=null
BRANCH BRANCH
if: CALL 'EQEQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQEQ if: CALL 'EQEQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQEQ
arg0: GET_VAR 'this@A: A' type=A origin=null arg0: GET_VAR 'this@A: A' type=A origin=null
arg1: GET_VAR 'value-parameter other: Any?' type=kotlin.Any? origin=null arg1: GET_VAR 'value-parameter other: Any?' type=kotlin.Any? origin=null
then: RETURN type=kotlin.Nothing from='equals(Any?): Boolean' then: RETURN type=kotlin.Nothing from=equals(Any?): Boolean'
CONST Boolean type=kotlin.Boolean value='true' CONST Boolean type=kotlin.Boolean value=true
WHEN type=kotlin.Unit origin=null WHEN type=kotlin.Unit origin=null
BRANCH BRANCH
if: TYPE_OP type=kotlin.Boolean origin=NOT_INSTANCEOF typeOperand=A if: TYPE_OP type=kotlin.Boolean origin=NOT_INSTANCEOF typeOperand=A
GET_VAR 'value-parameter other: Any?' type=kotlin.Any? origin=null GET_VAR 'value-parameter other: Any?' type=kotlin.Any? origin=null
then: RETURN type=kotlin.Nothing from='equals(Any?): Boolean' then: RETURN type=kotlin.Nothing from=equals(Any?): Boolean'
CONST Boolean type=kotlin.Boolean value='false' CONST Boolean type=kotlin.Boolean value=false
VAR IR_TEMPORARY_VARIABLE val tmp0_other_with_cast: A VAR IR_TEMPORARY_VARIABLE name:tmp0_other_with_cast type:A flags:val
TYPE_OP type=A origin=CAST typeOperand=A TYPE_OP type=A origin=CAST typeOperand=A
GET_VAR 'value-parameter other: Any?' type=kotlin.Any? origin=null GET_VAR 'value-parameter other: Any?' type=kotlin.Any? origin=null
WHEN type=kotlin.Unit origin=null WHEN type=kotlin.Unit origin=null
@@ -90,98 +90,98 @@ FILE /lambdaInDataClassDefaultParameter.kt
$this: GET_VAR 'this@A: A' type=A origin=null $this: GET_VAR 'this@A: A' type=A origin=null
arg1: CALL '<get-runA>(): A.(String) -> Unit' type=A.(kotlin.String) -> kotlin.Unit origin=GET_PROPERTY arg1: CALL '<get-runA>(): A.(String) -> Unit' type=A.(kotlin.String) -> kotlin.Unit origin=GET_PROPERTY
$this: GET_VAR 'tmp0_other_with_cast: A' type=A origin=null $this: GET_VAR 'tmp0_other_with_cast: A' type=A origin=null
then: RETURN type=kotlin.Nothing from='equals(Any?): Boolean' then: RETURN type=kotlin.Nothing from=equals(Any?): Boolean'
CONST Boolean type=kotlin.Boolean value='false' CONST Boolean type=kotlin.Boolean value=false
RETURN type=kotlin.Nothing from='equals(Any?): Boolean' RETURN type=kotlin.Nothing from=equals(Any?): Boolean'
CONST Boolean type=kotlin.Boolean value='true' CONST Boolean type=kotlin.Boolean value=true
CLASS CLASS B CLASS CLASS name:B modality:FINAL visibility:public flags:data
$this: VALUE_PARAMETER this@B: B $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:B flags:
CONSTRUCTOR public constructor B(x: kotlin.Any = ...) CONSTRUCTOR visibility:public <> (x:kotlin.Any) returnType:B flags:
VALUE_PARAMETER value-parameter x: kotlin.Any = ... VALUE_PARAMETER name:x index:0 type:kotlin.Any flags:
EXPRESSION_BODY EXPRESSION_BODY
BLOCK type=B.<init>.<no name provided> origin=OBJECT_LITERAL BLOCK type=B.<init>.<no name provided> origin=OBJECT_LITERAL
CLASS CLASS <no name provided> CLASS CLASS name:<no name provided> modality:FINAL visibility:local flags:
$this: VALUE_PARAMETER this@<no name provided>: <no name provided> $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:B.<init>.<no name provided> flags:
CONSTRUCTOR public constructor <no name provided>() CONSTRUCTOR visibility:public <> () returnType:B.<init>.<no name provided> flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='<no name provided>' INSTANCE_INITIALIZER_CALL classDescriptor='<no name provided>'
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
CALL 'constructor <no name provided>()' type=B.<init>.<no name provided> origin=OBJECT_LITERAL CALL 'constructor <no name provided>()' type=B.<init>.<no name provided> origin=OBJECT_LITERAL
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='B' INSTANCE_INITIALIZER_CALL classDescriptor='B'
PROPERTY public final val x: kotlin.Any PROPERTY name:x type:kotlin.Any visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public final val x: kotlin.Any FIELD PROPERTY_BACKING_FIELD name:x type:kotlin.Any visibility:public
EXPRESSION_BODY EXPRESSION_BODY
GET_VAR 'value-parameter x: Any = ...' type=kotlin.Any origin=INITIALIZE_PROPERTY_FROM_PARAMETER GET_VAR 'value-parameter x: Any = ...' type=kotlin.Any origin=INITIALIZE_PROPERTY_FROM_PARAMETER
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-x>(): kotlin.Any FUN DEFAULT_PROPERTY_ACCESSOR name:<get-x> visibility:public modality:FINAL <> ($this:B) returnType:Any flags:
$this: VALUE_PARAMETER this@B: B $this: VALUE_PARAMETER name:<this> type:B flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-x>(): Any' RETURN type=kotlin.Nothing from=<get-x>(): Any'
GET_FIELD 'x: Any' type=kotlin.Any origin=null GET_FIELD 'x: Any' type=kotlin.Any origin=null
receiver: GET_VAR 'this@B: B' type=B origin=null receiver: GET_VAR 'this@B: B' type=B origin=null
FUN GENERATED_DATA_CLASS_MEMBER public final operator fun component1(): kotlin.Any FUN GENERATED_DATA_CLASS_MEMBER name:component1 visibility:public modality:FINAL <> ($this:B) returnType:Any flags:
$this: VALUE_PARAMETER this@B: B $this: VALUE_PARAMETER name:<this> type:B flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='component1(): Any' RETURN type=kotlin.Nothing from=component1(): Any'
CALL '<get-x>(): Any' type=kotlin.Any origin=GET_PROPERTY CALL '<get-x>(): Any' type=kotlin.Any origin=GET_PROPERTY
$this: GET_VAR 'this@B: B' type=B origin=null $this: GET_VAR 'this@B: B' type=B origin=null
FUN GENERATED_DATA_CLASS_MEMBER public final fun copy(x: kotlin.Any = ...): B FUN GENERATED_DATA_CLASS_MEMBER name:copy visibility:public modality:FINAL <> ($this:B, x:kotlin.Any) returnType:B flags:
$this: VALUE_PARAMETER this@B: B $this: VALUE_PARAMETER name:<this> type:B flags:
VALUE_PARAMETER value-parameter x: kotlin.Any = ... VALUE_PARAMETER name:x index:0 type:kotlin.Any flags:
EXPRESSION_BODY EXPRESSION_BODY
CALL '<get-x>(): Any' type=kotlin.Any origin=GET_PROPERTY CALL '<get-x>(): Any' type=kotlin.Any origin=GET_PROPERTY
$this: GET_VAR 'this@B: B' type=B origin=null $this: GET_VAR 'this@B: B' type=B origin=null
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='copy(Any = ...): B' RETURN type=kotlin.Nothing from=copy(Any = ...): B'
CALL 'constructor B(Any = ...)' type=B origin=null CALL 'constructor B(Any = ...)' type=B origin=null
x: GET_VAR 'value-parameter x: Any = ...' type=kotlin.Any origin=null x: GET_VAR 'value-parameter x: Any = ...' type=kotlin.Any origin=null
FUN GENERATED_DATA_CLASS_MEMBER public open override fun toString(): kotlin.String FUN GENERATED_DATA_CLASS_MEMBER name:toString visibility:public modality:OPEN <> ($this:B) returnType:String flags:
$this: VALUE_PARAMETER this@B: B $this: VALUE_PARAMETER name:<this> type:B flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='toString(): String' RETURN type=kotlin.Nothing from=toString(): String'
STRING_CONCATENATION type=kotlin.String STRING_CONCATENATION type=kotlin.String
CONST String type=kotlin.String value='B(' CONST String type=kotlin.String value=B(
CONST String type=kotlin.String value='x=' CONST String type=kotlin.String value=x=
CALL '<get-x>(): Any' type=kotlin.Any origin=GET_PROPERTY CALL '<get-x>(): Any' type=kotlin.Any origin=GET_PROPERTY
$this: GET_VAR 'this@B: B' type=B origin=null $this: GET_VAR 'this@B: B' type=B origin=null
CONST String type=kotlin.String value=')' CONST String type=kotlin.String value=)
FUN GENERATED_DATA_CLASS_MEMBER public open override fun hashCode(): kotlin.Int FUN GENERATED_DATA_CLASS_MEMBER name:hashCode visibility:public modality:OPEN <> ($this:B) returnType:Int flags:
$this: VALUE_PARAMETER this@B: B $this: VALUE_PARAMETER name:<this> type:B flags:
BLOCK_BODY BLOCK_BODY
VAR IR_TEMPORARY_VARIABLE var tmp0_result: kotlin.Int VAR IR_TEMPORARY_VARIABLE name:tmp0_result type:kotlin.Int flags:var
CONST Int type=kotlin.Int value='0' CONST Int type=kotlin.Int value=0
SET_VAR 'tmp0_result: Int' type=kotlin.Unit origin=EQ SET_VAR 'tmp0_result: Int' type=kotlin.Unit origin=EQ
CALL 'hashCode(): Int' type=kotlin.Int origin=null CALL 'hashCode(): Int' type=kotlin.Int origin=null
$this: CALL '<get-x>(): Any' type=kotlin.Any origin=GET_PROPERTY $this: CALL '<get-x>(): Any' type=kotlin.Any origin=GET_PROPERTY
$this: GET_VAR 'this@B: B' type=B origin=null $this: GET_VAR 'this@B: B' type=B origin=null
RETURN type=kotlin.Nothing from='hashCode(): Int' RETURN type=kotlin.Nothing from=hashCode(): Int'
GET_VAR 'tmp0_result: Int' type=kotlin.Int origin=null GET_VAR 'tmp0_result: Int' type=kotlin.Int origin=null
FUN GENERATED_DATA_CLASS_MEMBER public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN GENERATED_DATA_CLASS_MEMBER name:equals visibility:public modality:OPEN <> ($this:B, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@B: B $this: VALUE_PARAMETER name:<this> type:B flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
BLOCK_BODY BLOCK_BODY
WHEN type=kotlin.Unit origin=null WHEN type=kotlin.Unit origin=null
BRANCH BRANCH
if: CALL 'EQEQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQEQ if: CALL 'EQEQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQEQ
arg0: GET_VAR 'this@B: B' type=B origin=null arg0: GET_VAR 'this@B: B' type=B origin=null
arg1: GET_VAR 'value-parameter other: Any?' type=kotlin.Any? origin=null arg1: GET_VAR 'value-parameter other: Any?' type=kotlin.Any? origin=null
then: RETURN type=kotlin.Nothing from='equals(Any?): Boolean' then: RETURN type=kotlin.Nothing from=equals(Any?): Boolean'
CONST Boolean type=kotlin.Boolean value='true' CONST Boolean type=kotlin.Boolean value=true
WHEN type=kotlin.Unit origin=null WHEN type=kotlin.Unit origin=null
BRANCH BRANCH
if: TYPE_OP type=kotlin.Boolean origin=NOT_INSTANCEOF typeOperand=B if: TYPE_OP type=kotlin.Boolean origin=NOT_INSTANCEOF typeOperand=B
GET_VAR 'value-parameter other: Any?' type=kotlin.Any? origin=null GET_VAR 'value-parameter other: Any?' type=kotlin.Any? origin=null
then: RETURN type=kotlin.Nothing from='equals(Any?): Boolean' then: RETURN type=kotlin.Nothing from=equals(Any?): Boolean'
CONST Boolean type=kotlin.Boolean value='false' CONST Boolean type=kotlin.Boolean value=false
VAR IR_TEMPORARY_VARIABLE val tmp0_other_with_cast: B VAR IR_TEMPORARY_VARIABLE name:tmp0_other_with_cast type:B flags:val
TYPE_OP type=B origin=CAST typeOperand=B TYPE_OP type=B origin=CAST typeOperand=B
GET_VAR 'value-parameter other: Any?' type=kotlin.Any? origin=null GET_VAR 'value-parameter other: Any?' type=kotlin.Any? origin=null
WHEN type=kotlin.Unit origin=null WHEN type=kotlin.Unit origin=null
@@ -192,7 +192,8 @@ FILE /lambdaInDataClassDefaultParameter.kt
$this: GET_VAR 'this@B: B' type=B origin=null $this: GET_VAR 'this@B: B' type=B origin=null
arg1: CALL '<get-x>(): Any' type=kotlin.Any origin=GET_PROPERTY arg1: CALL '<get-x>(): Any' type=kotlin.Any origin=GET_PROPERTY
$this: GET_VAR 'tmp0_other_with_cast: B' type=B origin=null $this: GET_VAR 'tmp0_other_with_cast: B' type=B origin=null
then: RETURN type=kotlin.Nothing from='equals(Any?): Boolean' then: RETURN type=kotlin.Nothing from=equals(Any?): Boolean'
CONST Boolean type=kotlin.Boolean value='false' CONST Boolean type=kotlin.Boolean value=false
RETURN type=kotlin.Nothing from='equals(Any?): Boolean' RETURN type=kotlin.Nothing from=equals(Any?): Boolean'
CONST Boolean type=kotlin.Boolean value='true' CONST Boolean type=kotlin.Boolean value=true
+14 -14
View File
@@ -1,22 +1,22 @@
FILE /localClasses.kt FILE fqName:<root> fileName:/localClasses.kt
FUN public fun outer(): kotlin.Unit FUN name:outer visibility:public modality:FINAL <> () returnType:Unit flags:
BLOCK_BODY BLOCK_BODY
CLASS CLASS LocalClass CLASS CLASS name:LocalClass modality:FINAL visibility:local flags:
$this: VALUE_PARAMETER this@LocalClass: LocalClass $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:outer.LocalClass flags:
CONSTRUCTOR public constructor LocalClass() CONSTRUCTOR visibility:public <> () returnType:outer.LocalClass flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='LocalClass' INSTANCE_INITIALIZER_CALL classDescriptor='LocalClass'
FUN public final fun foo(): kotlin.Unit FUN name:foo visibility:public modality:FINAL <> ($this:outer.LocalClass) returnType:Unit flags:
$this: VALUE_PARAMETER this@LocalClass: LocalClass $this: VALUE_PARAMETER name:<this> type:outer.LocalClass flags:
BLOCK_BODY BLOCK_BODY
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
CALL 'foo(): Unit' type=kotlin.Unit origin=null CALL 'foo(): Unit' type=kotlin.Unit origin=null
$this: CALL 'constructor LocalClass()' type=outer.LocalClass origin=null $this: CALL 'constructor LocalClass()' type=outer.LocalClass origin=null
@@ -1,141 +1,141 @@
FILE /objectLiteralExpressions.kt FILE fqName:<root> fileName:/objectLiteralExpressions.kt
CLASS INTERFACE IFoo CLASS INTERFACE name:IFoo modality:ABSTRACT visibility:public flags:
$this: VALUE_PARAMETER this@IFoo: IFoo $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:IFoo flags:
FUN public abstract fun foo(): kotlin.Unit FUN name:foo visibility:public modality:ABSTRACT <> ($this:IFoo) returnType:Unit flags:
$this: VALUE_PARAMETER this@IFoo: IFoo $this: VALUE_PARAMETER name:<this> type:IFoo flags:
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
PROPERTY public val test1: kotlin.Any PROPERTY name:test1 type:kotlin.Any visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public val test1: kotlin.Any FIELD PROPERTY_BACKING_FIELD name:test1 type:kotlin.Any visibility:public
EXPRESSION_BODY EXPRESSION_BODY
BLOCK type=test1.<no name provided> origin=OBJECT_LITERAL BLOCK type=test1.<no name provided> origin=OBJECT_LITERAL
CLASS CLASS <no name provided> CLASS CLASS name:<no name provided> modality:FINAL visibility:local flags:
$this: VALUE_PARAMETER this@<no name provided>: <no name provided> $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:test1.<no name provided> flags:
CONSTRUCTOR public constructor <no name provided>() CONSTRUCTOR visibility:public <> () returnType:test1.<no name provided> flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='<no name provided>' INSTANCE_INITIALIZER_CALL classDescriptor='<no name provided>'
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
CALL 'constructor <no name provided>()' type=test1.<no name provided> origin=OBJECT_LITERAL CALL 'constructor <no name provided>()' type=test1.<no name provided> origin=OBJECT_LITERAL
FUN DEFAULT_PROPERTY_ACCESSOR public fun <get-test1>(): kotlin.Any FUN DEFAULT_PROPERTY_ACCESSOR name:<get-test1> visibility:public modality:FINAL <> () returnType:Any flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-test1>(): Any' RETURN type=kotlin.Nothing from=<get-test1>(): Any'
GET_FIELD 'test1: Any' type=kotlin.Any origin=null GET_FIELD 'test1: Any' type=kotlin.Any origin=null
PROPERTY public val test2: IFoo PROPERTY name:test2 type:IFoo visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public val test2: IFoo FIELD PROPERTY_BACKING_FIELD name:test2 type:IFoo visibility:public
EXPRESSION_BODY EXPRESSION_BODY
BLOCK type=test2.<no name provided> origin=OBJECT_LITERAL BLOCK type=test2.<no name provided> origin=OBJECT_LITERAL
CLASS CLASS <no name provided> CLASS CLASS name:<no name provided> modality:FINAL visibility:local flags:
$this: VALUE_PARAMETER this@<no name provided>: <no name provided> $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:test2.<no name provided> flags:
CONSTRUCTOR public constructor <no name provided>() CONSTRUCTOR visibility:public <> () returnType:test2.<no name provided> flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='<no name provided>' INSTANCE_INITIALIZER_CALL classDescriptor='<no name provided>'
FUN public open override fun foo(): kotlin.Unit FUN name:foo visibility:public modality:OPEN <> ($this:test2.<no name provided>) returnType:Unit flags:
$this: VALUE_PARAMETER this@<no name provided>: <no name provided> $this: VALUE_PARAMETER name:<this> type:test2.<no name provided> flags:
BLOCK_BODY BLOCK_BODY
CALL 'println(Any?): Unit' type=kotlin.Unit origin=null CALL 'println(Any?): Unit' type=kotlin.Unit origin=null
message: CONST String type=kotlin.String value='foo' message: CONST String type=kotlin.String value=foo
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
CALL 'constructor <no name provided>()' type=test2.<no name provided> origin=OBJECT_LITERAL CALL 'constructor <no name provided>()' type=test2.<no name provided> origin=OBJECT_LITERAL
FUN DEFAULT_PROPERTY_ACCESSOR public fun <get-test2>(): IFoo FUN DEFAULT_PROPERTY_ACCESSOR name:<get-test2> visibility:public modality:FINAL <> () returnType:IFoo flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-test2>(): IFoo' RETURN type=kotlin.Nothing from=<get-test2>(): IFoo'
GET_FIELD 'test2: IFoo' type=IFoo origin=null GET_FIELD 'test2: IFoo' type=IFoo origin=null
CLASS CLASS Outer CLASS CLASS name:Outer modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@Outer: Outer $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:Outer flags:
CONSTRUCTOR public constructor Outer() CONSTRUCTOR visibility:public <> () returnType:Outer flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='Outer' INSTANCE_INITIALIZER_CALL classDescriptor='Outer'
CLASS CLASS Inner CLASS CLASS name:Inner modality:ABSTRACT visibility:public flags:
$this: VALUE_PARAMETER this@Inner: Inner $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:Outer.Inner flags:
CONSTRUCTOR public constructor Inner() CONSTRUCTOR visibility:public <> ($this:Outer) returnType:Outer.Inner flags:
$outer: VALUE_PARAMETER this@Outer: Outer $outer: VALUE_PARAMETER name:<this> type:Outer flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='Inner' INSTANCE_INITIALIZER_CALL classDescriptor='Inner'
FUN FAKE_OVERRIDE public abstract override fun foo(): kotlin.Unit FUN FAKE_OVERRIDE name:foo visibility:public modality:ABSTRACT <> ($this:IFoo) returnType:Unit flags:
$this: VALUE_PARAMETER this@IFoo: IFoo $this: VALUE_PARAMETER name:<this> type:IFoo flags:
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN public final fun test3(): Outer.Inner FUN name:test3 visibility:public modality:FINAL <> ($this:Outer) returnType:Inner flags:
$this: VALUE_PARAMETER this@Outer: Outer $this: VALUE_PARAMETER name:<this> type:Outer flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='test3(): Outer.Inner' RETURN type=kotlin.Nothing from=test3(): Outer.Inner'
BLOCK type=Outer.test3.<no name provided> origin=OBJECT_LITERAL BLOCK type=Outer.test3.<no name provided> origin=OBJECT_LITERAL
CLASS CLASS <no name provided> CLASS CLASS name:<no name provided> modality:FINAL visibility:local flags:
$this: VALUE_PARAMETER this@<no name provided>: <no name provided> $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:Outer.test3.<no name provided> flags:
CONSTRUCTOR public constructor <no name provided>() CONSTRUCTOR visibility:public <> () returnType:Outer.test3.<no name provided> flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Inner()' DELEGATING_CONSTRUCTOR_CALL 'constructor Inner()'
$this: GET_VAR 'this@Outer: Outer' type=Outer origin=null $this: GET_VAR 'this@Outer: Outer' type=Outer origin=null
INSTANCE_INITIALIZER_CALL classDescriptor='<no name provided>' INSTANCE_INITIALIZER_CALL classDescriptor='<no name provided>'
FUN public open override fun foo(): kotlin.Unit FUN name:foo visibility:public modality:OPEN <> ($this:Outer.test3.<no name provided>) returnType:Unit flags:
$this: VALUE_PARAMETER this@<no name provided>: <no name provided> $this: VALUE_PARAMETER name:<this> type:Outer.test3.<no name provided> flags:
BLOCK_BODY BLOCK_BODY
CALL 'println(Any?): Unit' type=kotlin.Unit origin=null CALL 'println(Any?): Unit' type=kotlin.Unit origin=null
message: CONST String type=kotlin.String value='foo' message: CONST String type=kotlin.String value=foo
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
CALL 'constructor <no name provided>()' type=Outer.test3.<no name provided> origin=OBJECT_LITERAL CALL 'constructor <no name provided>()' type=Outer.test3.<no name provided> origin=OBJECT_LITERAL
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN public fun Outer.test4(): Outer.Inner FUN name:test4 visibility:public modality:FINAL <> ($receiver:Outer) returnType:Inner flags:
$receiver: VALUE_PARAMETER this@test4: Outer $receiver: VALUE_PARAMETER name:<this> type:Outer flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='test4() on Outer: Outer.Inner' RETURN type=kotlin.Nothing from=test4() on Outer: Outer.Inner'
BLOCK type=test4.<no name provided> origin=OBJECT_LITERAL BLOCK type=test4.<no name provided> origin=OBJECT_LITERAL
CLASS CLASS <no name provided> CLASS CLASS name:<no name provided> modality:FINAL visibility:local flags:
$this: VALUE_PARAMETER this@<no name provided>: <no name provided> $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:test4.<no name provided> flags:
CONSTRUCTOR public constructor <no name provided>() CONSTRUCTOR visibility:public <> () returnType:test4.<no name provided> flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Inner()' DELEGATING_CONSTRUCTOR_CALL 'constructor Inner()'
$this: GET_VAR 'this@test4: Outer' type=Outer origin=null $this: GET_VAR 'this@test4: Outer' type=Outer origin=null
INSTANCE_INITIALIZER_CALL classDescriptor='<no name provided>' INSTANCE_INITIALIZER_CALL classDescriptor='<no name provided>'
FUN public open override fun foo(): kotlin.Unit FUN name:foo visibility:public modality:OPEN <> ($this:test4.<no name provided>) returnType:Unit flags:
$this: VALUE_PARAMETER this@<no name provided>: <no name provided> $this: VALUE_PARAMETER name:<this> type:test4.<no name provided> flags:
BLOCK_BODY BLOCK_BODY
CALL 'println(Any?): Unit' type=kotlin.Unit origin=null CALL 'println(Any?): Unit' type=kotlin.Unit origin=null
message: CONST String type=kotlin.String value='foo' message: CONST String type=kotlin.String value=foo
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
CALL 'constructor <no name provided>()' type=test4.<no name provided> origin=OBJECT_LITERAL CALL 'constructor <no name provided>()' type=test4.<no name provided> origin=OBJECT_LITERAL
@@ -1,39 +1,39 @@
FILE /objectWithInitializers.kt FILE fqName:<root> fileName:/objectWithInitializers.kt
CLASS CLASS Base CLASS CLASS name:Base modality:ABSTRACT visibility:public flags:
$this: VALUE_PARAMETER this@Base: Base $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:Base flags:
CONSTRUCTOR public constructor Base() CONSTRUCTOR visibility:public <> () returnType:Base flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='Base' INSTANCE_INITIALIZER_CALL classDescriptor='Base'
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
CLASS OBJECT Test CLASS OBJECT name:Test modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@Test: Test $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:Test flags:
CONSTRUCTOR private constructor Test() CONSTRUCTOR visibility:private <> () returnType:Test flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Base()' DELEGATING_CONSTRUCTOR_CALL 'constructor Base()'
INSTANCE_INITIALIZER_CALL classDescriptor='Test' INSTANCE_INITIALIZER_CALL classDescriptor='Test'
PROPERTY public final val x: kotlin.Int = 1 PROPERTY name:x type:kotlin.Int visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public final val x: kotlin.Int = 1 FIELD PROPERTY_BACKING_FIELD name:x type:kotlin.Int visibility:public
EXPRESSION_BODY EXPRESSION_BODY
CONST Int type=kotlin.Int value='1' CONST Int type=kotlin.Int value=1
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-x>(): kotlin.Int FUN DEFAULT_PROPERTY_ACCESSOR name:<get-x> visibility:public modality:FINAL <> ($this:Test) returnType:Int flags:
$this: VALUE_PARAMETER this@Test: Test $this: VALUE_PARAMETER name:<this> type:Test flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-x>(): Int' RETURN type=kotlin.Nothing from=<get-x>(): Int'
GET_FIELD 'x: Int' type=kotlin.Int origin=null GET_FIELD 'x: Int' type=kotlin.Int origin=null
receiver: GET_VAR 'this@Test: Test' type=Test origin=null receiver: GET_VAR 'this@Test: Test' type=Test origin=null
PROPERTY public final val y: kotlin.Int PROPERTY name:y type:kotlin.Int visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public final val y: kotlin.Int FIELD PROPERTY_BACKING_FIELD name:y type:kotlin.Int visibility:public
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-y>(): kotlin.Int FUN DEFAULT_PROPERTY_ACCESSOR name:<get-y> visibility:public modality:FINAL <> ($this:Test) returnType:Int flags:
$this: VALUE_PARAMETER this@Test: Test $this: VALUE_PARAMETER name:<this> type:Test flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-y>(): Int' RETURN type=kotlin.Nothing from=<get-y>(): Int'
GET_FIELD 'y: Int' type=kotlin.Int origin=null GET_FIELD 'y: Int' type=kotlin.Int origin=null
receiver: GET_VAR 'this@Test: Test' type=Test origin=null receiver: GET_VAR 'this@Test: Test' type=Test origin=null
ANONYMOUS_INITIALIZER Test ANONYMOUS_INITIALIZER Test
@@ -42,11 +42,11 @@ FILE /objectWithInitializers.kt
receiver: GET_VAR 'this@Test: Test' type=Test origin=null receiver: GET_VAR 'this@Test: Test' type=Test origin=null
value: CALL '<get-x>(): Int' type=kotlin.Int origin=GET_PROPERTY value: CALL '<get-x>(): Int' type=kotlin.Int origin=GET_PROPERTY
$this: GET_VAR 'this@Test: Test' type=Test origin=null $this: GET_VAR 'this@Test: Test' type=Test origin=null
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
+42 -42
View File
@@ -1,64 +1,64 @@
FILE /outerClassAccess.kt FILE fqName:<root> fileName:/outerClassAccess.kt
CLASS CLASS Outer CLASS CLASS name:Outer modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@Outer: Outer $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:Outer flags:
CONSTRUCTOR public constructor Outer() CONSTRUCTOR visibility:public <> () returnType:Outer flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='Outer' INSTANCE_INITIALIZER_CALL classDescriptor='Outer'
FUN public final fun foo(): kotlin.Unit FUN name:foo visibility:public modality:FINAL <> ($this:Outer) returnType:Unit flags:
$this: VALUE_PARAMETER this@Outer: Outer $this: VALUE_PARAMETER name:<this> type:Outer flags:
BLOCK_BODY BLOCK_BODY
CLASS CLASS Inner CLASS CLASS name:Inner modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@Inner: Inner $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:Outer.Inner flags:
CONSTRUCTOR public constructor Inner() CONSTRUCTOR visibility:public <> ($this:Outer) returnType:Outer.Inner flags:
$outer: VALUE_PARAMETER this@Outer: Outer $outer: VALUE_PARAMETER name:<this> type:Outer flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='Inner' INSTANCE_INITIALIZER_CALL classDescriptor='Inner'
FUN public final fun test(): kotlin.Unit FUN name:test visibility:public modality:FINAL <> ($this:Outer.Inner) returnType:Unit flags:
$this: VALUE_PARAMETER this@Inner: Inner $this: VALUE_PARAMETER name:<this> type:Outer.Inner flags:
BLOCK_BODY BLOCK_BODY
CALL 'foo(): Unit' type=kotlin.Unit origin=null CALL 'foo(): Unit' type=kotlin.Unit origin=null
$this: GET_VAR 'this@Outer: Outer' type=Outer origin=null $this: GET_VAR 'this@Outer: Outer' type=Outer origin=null
CLASS CLASS Inner2 CLASS CLASS name:Inner2 modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@Inner2: Inner2 $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:Outer.Inner.Inner2 flags:
CONSTRUCTOR public constructor Inner2() CONSTRUCTOR visibility:public <> ($this:Outer.Inner) returnType:Outer.Inner.Inner2 flags:
$outer: VALUE_PARAMETER this@Inner: Inner $outer: VALUE_PARAMETER name:<this> type:Outer.Inner flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='Inner2' INSTANCE_INITIALIZER_CALL classDescriptor='Inner2'
FUN public final fun test2(): kotlin.Unit FUN name:test2 visibility:public modality:FINAL <> ($this:Outer.Inner.Inner2) returnType:Unit flags:
$this: VALUE_PARAMETER this@Inner2: Inner2 $this: VALUE_PARAMETER name:<this> type:Outer.Inner.Inner2 flags:
BLOCK_BODY BLOCK_BODY
CALL 'test(): Unit' type=kotlin.Unit origin=null CALL 'test(): Unit' type=kotlin.Unit origin=null
$this: GET_VAR 'this@Inner: Inner' type=Outer.Inner origin=null $this: GET_VAR 'this@Inner: Inner' type=Outer.Inner origin=null
CALL 'foo(): Unit' type=kotlin.Unit origin=null CALL 'foo(): Unit' type=kotlin.Unit origin=null
$this: GET_VAR 'this@Outer: Outer' type=Outer origin=null $this: GET_VAR 'this@Outer: Outer' type=Outer origin=null
FUN public final fun Outer.test3(): kotlin.Unit FUN name:test3 visibility:public modality:FINAL <> ($this:Outer.Inner.Inner2, $receiver:Outer) returnType:Unit flags:
$this: VALUE_PARAMETER this@Inner2: Inner2 $this: VALUE_PARAMETER name:<this> type:Outer.Inner.Inner2 flags:
$receiver: VALUE_PARAMETER this@test3: Outer $receiver: VALUE_PARAMETER name:<this> type:Outer flags:
BLOCK_BODY BLOCK_BODY
CALL 'foo(): Unit' type=kotlin.Unit origin=null CALL 'foo(): Unit' type=kotlin.Unit origin=null
$this: GET_VAR 'this@test3: Outer' type=Outer origin=null $this: GET_VAR 'this@test3: Outer' type=Outer origin=null
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
+67 -67
View File
@@ -1,98 +1,98 @@
FILE /primaryConstructor.kt FILE fqName:<root> fileName:/primaryConstructor.kt
CLASS CLASS Test1 CLASS CLASS name:Test1 modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@Test1: Test1 $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:Test1 flags:
CONSTRUCTOR public constructor Test1(x: kotlin.Int, y: kotlin.Int) CONSTRUCTOR visibility:public <> (x:kotlin.Int, y:kotlin.Int) returnType:Test1 flags:
VALUE_PARAMETER value-parameter x: kotlin.Int VALUE_PARAMETER name:x index:0 type:kotlin.Int flags:
VALUE_PARAMETER value-parameter y: kotlin.Int VALUE_PARAMETER name:y index:1 type:kotlin.Int flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='Test1' INSTANCE_INITIALIZER_CALL classDescriptor='Test1'
PROPERTY public final val x: kotlin.Int PROPERTY name:x type:kotlin.Int visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public final val x: kotlin.Int FIELD PROPERTY_BACKING_FIELD name:x type:kotlin.Int visibility:public
EXPRESSION_BODY EXPRESSION_BODY
GET_VAR 'value-parameter x: Int' type=kotlin.Int origin=INITIALIZE_PROPERTY_FROM_PARAMETER GET_VAR 'value-parameter x: Int' type=kotlin.Int origin=INITIALIZE_PROPERTY_FROM_PARAMETER
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-x>(): kotlin.Int FUN DEFAULT_PROPERTY_ACCESSOR name:<get-x> visibility:public modality:FINAL <> ($this:Test1) returnType:Int flags:
$this: VALUE_PARAMETER this@Test1: Test1 $this: VALUE_PARAMETER name:<this> type:Test1 flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-x>(): Int' RETURN type=kotlin.Nothing from=<get-x>(): Int'
GET_FIELD 'x: Int' type=kotlin.Int origin=null GET_FIELD 'x: Int' type=kotlin.Int origin=null
receiver: GET_VAR 'this@Test1: Test1' type=Test1 origin=null receiver: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
PROPERTY public final val y: kotlin.Int PROPERTY name:y type:kotlin.Int visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public final val y: kotlin.Int FIELD PROPERTY_BACKING_FIELD name:y type:kotlin.Int visibility:public
EXPRESSION_BODY EXPRESSION_BODY
GET_VAR 'value-parameter y: Int' type=kotlin.Int origin=INITIALIZE_PROPERTY_FROM_PARAMETER GET_VAR 'value-parameter y: Int' type=kotlin.Int origin=INITIALIZE_PROPERTY_FROM_PARAMETER
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-y>(): kotlin.Int FUN DEFAULT_PROPERTY_ACCESSOR name:<get-y> visibility:public modality:FINAL <> ($this:Test1) returnType:Int flags:
$this: VALUE_PARAMETER this@Test1: Test1 $this: VALUE_PARAMETER name:<this> type:Test1 flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-y>(): Int' RETURN type=kotlin.Nothing from=<get-y>(): Int'
GET_FIELD 'y: Int' type=kotlin.Int origin=null GET_FIELD 'y: Int' type=kotlin.Int origin=null
receiver: GET_VAR 'this@Test1: Test1' type=Test1 origin=null receiver: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
CLASS CLASS Test2 CLASS CLASS name:Test2 modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@Test2: Test2 $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:Test2 flags:
CONSTRUCTOR public constructor Test2(x: kotlin.Int, y: kotlin.Int) CONSTRUCTOR visibility:public <> (x:kotlin.Int, y:kotlin.Int) returnType:Test2 flags:
VALUE_PARAMETER value-parameter x: kotlin.Int VALUE_PARAMETER name:x index:0 type:kotlin.Int flags:
VALUE_PARAMETER value-parameter y: kotlin.Int VALUE_PARAMETER name:y index:1 type:kotlin.Int flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='Test2' INSTANCE_INITIALIZER_CALL classDescriptor='Test2'
PROPERTY public final val y: kotlin.Int PROPERTY name:y type:kotlin.Int visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public final val y: kotlin.Int FIELD PROPERTY_BACKING_FIELD name:y type:kotlin.Int visibility:public
EXPRESSION_BODY EXPRESSION_BODY
GET_VAR 'value-parameter y: Int' type=kotlin.Int origin=INITIALIZE_PROPERTY_FROM_PARAMETER GET_VAR 'value-parameter y: Int' type=kotlin.Int origin=INITIALIZE_PROPERTY_FROM_PARAMETER
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-y>(): kotlin.Int FUN DEFAULT_PROPERTY_ACCESSOR name:<get-y> visibility:public modality:FINAL <> ($this:Test2) returnType:Int flags:
$this: VALUE_PARAMETER this@Test2: Test2 $this: VALUE_PARAMETER name:<this> type:Test2 flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-y>(): Int' RETURN type=kotlin.Nothing from=<get-y>(): Int'
GET_FIELD 'y: Int' type=kotlin.Int origin=null GET_FIELD 'y: Int' type=kotlin.Int origin=null
receiver: GET_VAR 'this@Test2: Test2' type=Test2 origin=null receiver: GET_VAR 'this@Test2: Test2' type=Test2 origin=null
PROPERTY public final val x: kotlin.Int PROPERTY name:x type:kotlin.Int visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public final val x: kotlin.Int FIELD PROPERTY_BACKING_FIELD name:x type:kotlin.Int visibility:public
EXPRESSION_BODY EXPRESSION_BODY
GET_VAR 'value-parameter x: Int' type=kotlin.Int origin=null GET_VAR 'value-parameter x: Int' type=kotlin.Int origin=null
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-x>(): kotlin.Int FUN DEFAULT_PROPERTY_ACCESSOR name:<get-x> visibility:public modality:FINAL <> ($this:Test2) returnType:Int flags:
$this: VALUE_PARAMETER this@Test2: Test2 $this: VALUE_PARAMETER name:<this> type:Test2 flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-x>(): Int' RETURN type=kotlin.Nothing from=<get-x>(): Int'
GET_FIELD 'x: Int' type=kotlin.Int origin=null GET_FIELD 'x: Int' type=kotlin.Int origin=null
receiver: GET_VAR 'this@Test2: Test2' type=Test2 origin=null receiver: GET_VAR 'this@Test2: Test2' type=Test2 origin=null
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
CLASS CLASS Test3 CLASS CLASS name:Test3 modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@Test3: Test3 $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:Test3 flags:
CONSTRUCTOR public constructor Test3(x: kotlin.Int, y: kotlin.Int) CONSTRUCTOR visibility:public <> (x:kotlin.Int, y:kotlin.Int) returnType:Test3 flags:
VALUE_PARAMETER value-parameter x: kotlin.Int VALUE_PARAMETER name:x index:0 type:kotlin.Int flags:
VALUE_PARAMETER value-parameter y: kotlin.Int VALUE_PARAMETER name:y index:1 type:kotlin.Int flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='Test3' INSTANCE_INITIALIZER_CALL classDescriptor='Test3'
PROPERTY public final val y: kotlin.Int PROPERTY name:y type:kotlin.Int visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public final val y: kotlin.Int FIELD PROPERTY_BACKING_FIELD name:y type:kotlin.Int visibility:public
EXPRESSION_BODY EXPRESSION_BODY
GET_VAR 'value-parameter y: Int' type=kotlin.Int origin=INITIALIZE_PROPERTY_FROM_PARAMETER GET_VAR 'value-parameter y: Int' type=kotlin.Int origin=INITIALIZE_PROPERTY_FROM_PARAMETER
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-y>(): kotlin.Int FUN DEFAULT_PROPERTY_ACCESSOR name:<get-y> visibility:public modality:FINAL <> ($this:Test3) returnType:Int flags:
$this: VALUE_PARAMETER this@Test3: Test3 $this: VALUE_PARAMETER name:<this> type:Test3 flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-y>(): Int' RETURN type=kotlin.Nothing from=<get-y>(): Int'
GET_FIELD 'y: Int' type=kotlin.Int origin=null GET_FIELD 'y: Int' type=kotlin.Int origin=null
receiver: GET_VAR 'this@Test3: Test3' type=Test3 origin=null receiver: GET_VAR 'this@Test3: Test3' type=Test3 origin=null
PROPERTY public final val x: kotlin.Int PROPERTY name:x type:kotlin.Int visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public final val x: kotlin.Int FIELD PROPERTY_BACKING_FIELD name:x type:kotlin.Int visibility:public
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-x>(): kotlin.Int FUN DEFAULT_PROPERTY_ACCESSOR name:<get-x> visibility:public modality:FINAL <> ($this:Test3) returnType:Int flags:
$this: VALUE_PARAMETER this@Test3: Test3 $this: VALUE_PARAMETER name:<this> type:Test3 flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-x>(): Int' RETURN type=kotlin.Nothing from=<get-x>(): Int'
GET_FIELD 'x: Int' type=kotlin.Int origin=null GET_FIELD 'x: Int' type=kotlin.Int origin=null
receiver: GET_VAR 'this@Test3: Test3' type=Test3 origin=null receiver: GET_VAR 'this@Test3: Test3' type=Test3 origin=null
ANONYMOUS_INITIALIZER Test3 ANONYMOUS_INITIALIZER Test3
@@ -100,11 +100,11 @@ FILE /primaryConstructor.kt
SET_FIELD 'x: Int' type=kotlin.Unit origin=null SET_FIELD 'x: Int' type=kotlin.Unit origin=null
receiver: GET_VAR 'this@Test3: Test3' type=Test3 origin=null receiver: GET_VAR 'this@Test3: Test3' type=Test3 origin=null
value: GET_VAR 'value-parameter x: Int' type=kotlin.Int origin=null value: GET_VAR 'value-parameter x: Int' type=kotlin.Int origin=null
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
@@ -1,82 +1,82 @@
FILE /primaryConstructorWithSuperConstructorCall.kt FILE fqName:<root> fileName:/primaryConstructorWithSuperConstructorCall.kt
CLASS CLASS Base CLASS CLASS name:Base modality:OPEN visibility:public flags:
$this: VALUE_PARAMETER this@Base: Base $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:Base flags:
CONSTRUCTOR public constructor Base() CONSTRUCTOR visibility:public <> () returnType:Base flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='Base' INSTANCE_INITIALIZER_CALL classDescriptor='Base'
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
CLASS CLASS TestImplicitPrimaryConstructor CLASS CLASS name:TestImplicitPrimaryConstructor modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@TestImplicitPrimaryConstructor: TestImplicitPrimaryConstructor $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:TestImplicitPrimaryConstructor flags:
CONSTRUCTOR public constructor TestImplicitPrimaryConstructor() CONSTRUCTOR visibility:public <> () returnType:TestImplicitPrimaryConstructor flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Base()' DELEGATING_CONSTRUCTOR_CALL 'constructor Base()'
INSTANCE_INITIALIZER_CALL classDescriptor='TestImplicitPrimaryConstructor' INSTANCE_INITIALIZER_CALL classDescriptor='TestImplicitPrimaryConstructor'
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
CLASS CLASS TestExplicitPrimaryConstructor CLASS CLASS name:TestExplicitPrimaryConstructor modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@TestExplicitPrimaryConstructor: TestExplicitPrimaryConstructor $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:TestExplicitPrimaryConstructor flags:
CONSTRUCTOR public constructor TestExplicitPrimaryConstructor() CONSTRUCTOR visibility:public <> () returnType:TestExplicitPrimaryConstructor flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Base()' DELEGATING_CONSTRUCTOR_CALL 'constructor Base()'
INSTANCE_INITIALIZER_CALL classDescriptor='TestExplicitPrimaryConstructor' INSTANCE_INITIALIZER_CALL classDescriptor='TestExplicitPrimaryConstructor'
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
CLASS CLASS TestWithDelegatingConstructor CLASS CLASS name:TestWithDelegatingConstructor modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@TestWithDelegatingConstructor: TestWithDelegatingConstructor $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:TestWithDelegatingConstructor flags:
CONSTRUCTOR public constructor TestWithDelegatingConstructor(x: kotlin.Int, y: kotlin.Int) CONSTRUCTOR visibility:public <> (x:kotlin.Int, y:kotlin.Int) returnType:TestWithDelegatingConstructor flags:
VALUE_PARAMETER value-parameter x: kotlin.Int VALUE_PARAMETER name:x index:0 type:kotlin.Int flags:
VALUE_PARAMETER value-parameter y: kotlin.Int VALUE_PARAMETER name:y index:1 type:kotlin.Int flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Base()' DELEGATING_CONSTRUCTOR_CALL 'constructor Base()'
INSTANCE_INITIALIZER_CALL classDescriptor='TestWithDelegatingConstructor' INSTANCE_INITIALIZER_CALL classDescriptor='TestWithDelegatingConstructor'
PROPERTY public final val x: kotlin.Int PROPERTY name:x type:kotlin.Int visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public final val x: kotlin.Int FIELD PROPERTY_BACKING_FIELD name:x type:kotlin.Int visibility:public
EXPRESSION_BODY EXPRESSION_BODY
GET_VAR 'value-parameter x: Int' type=kotlin.Int origin=INITIALIZE_PROPERTY_FROM_PARAMETER GET_VAR 'value-parameter x: Int' type=kotlin.Int origin=INITIALIZE_PROPERTY_FROM_PARAMETER
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-x>(): kotlin.Int FUN DEFAULT_PROPERTY_ACCESSOR name:<get-x> visibility:public modality:FINAL <> ($this:TestWithDelegatingConstructor) returnType:Int flags:
$this: VALUE_PARAMETER this@TestWithDelegatingConstructor: TestWithDelegatingConstructor $this: VALUE_PARAMETER name:<this> type:TestWithDelegatingConstructor flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-x>(): Int' RETURN type=kotlin.Nothing from=<get-x>(): Int'
GET_FIELD 'x: Int' type=kotlin.Int origin=null GET_FIELD 'x: Int' type=kotlin.Int origin=null
receiver: GET_VAR 'this@TestWithDelegatingConstructor: TestWithDelegatingConstructor' type=TestWithDelegatingConstructor origin=null receiver: GET_VAR 'this@TestWithDelegatingConstructor: TestWithDelegatingConstructor' type=TestWithDelegatingConstructor origin=null
PROPERTY public final val y: kotlin.Int PROPERTY name:y type:kotlin.Int visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public final val y: kotlin.Int FIELD PROPERTY_BACKING_FIELD name:y type:kotlin.Int visibility:public
EXPRESSION_BODY EXPRESSION_BODY
GET_VAR 'value-parameter y: Int' type=kotlin.Int origin=INITIALIZE_PROPERTY_FROM_PARAMETER GET_VAR 'value-parameter y: Int' type=kotlin.Int origin=INITIALIZE_PROPERTY_FROM_PARAMETER
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-y>(): kotlin.Int FUN DEFAULT_PROPERTY_ACCESSOR name:<get-y> visibility:public modality:FINAL <> ($this:TestWithDelegatingConstructor) returnType:Int flags:
$this: VALUE_PARAMETER this@TestWithDelegatingConstructor: TestWithDelegatingConstructor $this: VALUE_PARAMETER name:<this> type:TestWithDelegatingConstructor flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-y>(): Int' RETURN type=kotlin.Nothing from=<get-y>(): Int'
GET_FIELD 'y: Int' type=kotlin.Int origin=null GET_FIELD 'y: Int' type=kotlin.Int origin=null
receiver: GET_VAR 'this@TestWithDelegatingConstructor: TestWithDelegatingConstructor' type=TestWithDelegatingConstructor origin=null receiver: GET_VAR 'this@TestWithDelegatingConstructor: TestWithDelegatingConstructor' type=TestWithDelegatingConstructor origin=null
CONSTRUCTOR public constructor TestWithDelegatingConstructor(x: kotlin.Int) CONSTRUCTOR visibility:public <> (x:kotlin.Int) returnType:TestWithDelegatingConstructor flags:
VALUE_PARAMETER value-parameter x: kotlin.Int VALUE_PARAMETER name:x index:0 type:kotlin.Int flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor TestWithDelegatingConstructor(Int, Int)' DELEGATING_CONSTRUCTOR_CALL 'constructor TestWithDelegatingConstructor(Int, Int)'
x: GET_VAR 'value-parameter x: Int' type=kotlin.Int origin=null x: GET_VAR 'value-parameter x: Int' type=kotlin.Int origin=null
y: CONST Int type=kotlin.Int value='0' y: CONST Int type=kotlin.Int value=0
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
+49 -49
View File
@@ -1,68 +1,68 @@
FILE /qualifiedSuperCalls.kt FILE fqName:<root> fileName:/qualifiedSuperCalls.kt
CLASS INTERFACE ILeft CLASS INTERFACE name:ILeft modality:ABSTRACT visibility:public flags:
$this: VALUE_PARAMETER this@ILeft: ILeft $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:ILeft flags:
FUN public open fun foo(): kotlin.Unit FUN name:foo visibility:public modality:OPEN <> ($this:ILeft) returnType:Unit flags:
$this: VALUE_PARAMETER this@ILeft: ILeft $this: VALUE_PARAMETER name:<this> type:ILeft flags:
BLOCK_BODY BLOCK_BODY
PROPERTY public open val bar: kotlin.Int PROPERTY name:bar type:kotlin.Int visibility:public modality:OPEN flags:val
FUN public open fun <get-bar>(): kotlin.Int FUN name:<get-bar> visibility:public modality:OPEN <> ($this:ILeft) returnType:Int flags:
$this: VALUE_PARAMETER this@ILeft: ILeft $this: VALUE_PARAMETER name:<this> type:ILeft flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-bar>(): Int' RETURN type=kotlin.Nothing from=<get-bar>(): Int'
CONST Int type=kotlin.Int value='1' CONST Int type=kotlin.Int value=1
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
CLASS INTERFACE IRight CLASS INTERFACE name:IRight modality:ABSTRACT visibility:public flags:
$this: VALUE_PARAMETER this@IRight: IRight $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:IRight flags:
FUN public open fun foo(): kotlin.Unit FUN name:foo visibility:public modality:OPEN <> ($this:IRight) returnType:Unit flags:
$this: VALUE_PARAMETER this@IRight: IRight $this: VALUE_PARAMETER name:<this> type:IRight flags:
BLOCK_BODY BLOCK_BODY
PROPERTY public open val bar: kotlin.Int PROPERTY name:bar type:kotlin.Int visibility:public modality:OPEN flags:val
FUN public open fun <get-bar>(): kotlin.Int FUN name:<get-bar> visibility:public modality:OPEN <> ($this:IRight) returnType:Int flags:
$this: VALUE_PARAMETER this@IRight: IRight $this: VALUE_PARAMETER name:<this> type:IRight flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-bar>(): Int' RETURN type=kotlin.Nothing from=<get-bar>(): Int'
CONST Int type=kotlin.Int value='2' CONST Int type=kotlin.Int value=2
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
CLASS CLASS CBoth CLASS CLASS name:CBoth modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@CBoth: CBoth $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:CBoth flags:
CONSTRUCTOR public constructor CBoth() CONSTRUCTOR visibility:public <> () returnType:CBoth flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='CBoth' INSTANCE_INITIALIZER_CALL classDescriptor='CBoth'
FUN public open override fun foo(): kotlin.Unit FUN name:foo visibility:public modality:OPEN <> ($this:CBoth) returnType:Unit flags:
$this: VALUE_PARAMETER this@CBoth: CBoth $this: VALUE_PARAMETER name:<this> type:CBoth flags:
BLOCK_BODY BLOCK_BODY
CALL 'foo(): Unit' superQualifier=ILeft type=kotlin.Unit origin=null CALL 'foo(): Unit' superQualifier=ILeft type=kotlin.Unit origin=null
$this: GET_VAR 'this@CBoth: CBoth' type=CBoth origin=null $this: GET_VAR 'this@CBoth: CBoth' type=CBoth origin=null
CALL 'foo(): Unit' superQualifier=IRight type=kotlin.Unit origin=null CALL 'foo(): Unit' superQualifier=IRight type=kotlin.Unit origin=null
$this: GET_VAR 'this@CBoth: CBoth' type=CBoth origin=null $this: GET_VAR 'this@CBoth: CBoth' type=CBoth origin=null
PROPERTY public open override val bar: kotlin.Int PROPERTY name:bar type:kotlin.Int visibility:public modality:OPEN flags:val
FUN public open override fun <get-bar>(): kotlin.Int FUN name:<get-bar> visibility:public modality:OPEN <> ($this:CBoth) returnType:Int flags:
$this: VALUE_PARAMETER this@CBoth: CBoth $this: VALUE_PARAMETER name:<this> type:CBoth flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-bar>(): Int' RETURN type=kotlin.Nothing from=<get-bar>(): Int'
CALL 'plus(Int): Int' type=kotlin.Int origin=PLUS CALL 'plus(Int): Int' type=kotlin.Int origin=PLUS
$this: CALL '<get-bar>(): Int' superQualifier=ILeft type=kotlin.Int origin=GET_PROPERTY $this: CALL '<get-bar>(): Int' superQualifier=ILeft type=kotlin.Int origin=GET_PROPERTY
$this: GET_VAR 'this@CBoth: CBoth' type=CBoth origin=null $this: GET_VAR 'this@CBoth: CBoth' type=CBoth origin=null
other: CALL '<get-bar>(): Int' superQualifier=IRight type=kotlin.Int origin=GET_PROPERTY other: CALL '<get-bar>(): Int' superQualifier=IRight type=kotlin.Int origin=GET_PROPERTY
$this: GET_VAR 'this@CBoth: CBoth' type=CBoth origin=null $this: GET_VAR 'this@CBoth: CBoth' type=CBoth origin=null
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
+59 -59
View File
@@ -1,87 +1,87 @@
FILE /sealedClasses.kt FILE fqName:<root> fileName:/sealedClasses.kt
CLASS CLASS Expr CLASS CLASS name:Expr modality:SEALED visibility:public flags:
$this: VALUE_PARAMETER this@Expr: Expr $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:Expr flags:
CONSTRUCTOR private constructor Expr() CONSTRUCTOR visibility:private <> () returnType:Expr flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='Expr' INSTANCE_INITIALIZER_CALL classDescriptor='Expr'
CLASS CLASS Const CLASS CLASS name:Const modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@Const: Const $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:Expr.Const flags:
CONSTRUCTOR public constructor Const(number: kotlin.Double) CONSTRUCTOR visibility:public <> (number:kotlin.Double) returnType:Expr.Const flags:
VALUE_PARAMETER value-parameter number: kotlin.Double VALUE_PARAMETER name:number index:0 type:kotlin.Double flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Expr()' DELEGATING_CONSTRUCTOR_CALL 'constructor Expr()'
INSTANCE_INITIALIZER_CALL classDescriptor='Const' INSTANCE_INITIALIZER_CALL classDescriptor='Const'
PROPERTY public final val number: kotlin.Double PROPERTY name:number type:kotlin.Double visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public final val number: kotlin.Double FIELD PROPERTY_BACKING_FIELD name:number type:kotlin.Double visibility:public
EXPRESSION_BODY EXPRESSION_BODY
GET_VAR 'value-parameter number: Double' type=kotlin.Double origin=INITIALIZE_PROPERTY_FROM_PARAMETER GET_VAR 'value-parameter number: Double' type=kotlin.Double origin=INITIALIZE_PROPERTY_FROM_PARAMETER
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-number>(): kotlin.Double FUN DEFAULT_PROPERTY_ACCESSOR name:<get-number> visibility:public modality:FINAL <> ($this:Expr.Const) returnType:Double flags:
$this: VALUE_PARAMETER this@Const: Const $this: VALUE_PARAMETER name:<this> type:Expr.Const flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-number>(): Double' RETURN type=kotlin.Nothing from=<get-number>(): Double'
GET_FIELD 'number: Double' type=kotlin.Double origin=null GET_FIELD 'number: Double' type=kotlin.Double origin=null
receiver: GET_VAR 'this@Const: Const' type=Expr.Const origin=null receiver: GET_VAR 'this@Const: Const' type=Expr.Const origin=null
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
CLASS CLASS Sum CLASS CLASS name:Sum modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@Sum: Sum $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:Expr.Sum flags:
CONSTRUCTOR public constructor Sum(e1: Expr, e2: Expr) CONSTRUCTOR visibility:public <> (e1:Expr, e2:Expr) returnType:Expr.Sum flags:
VALUE_PARAMETER value-parameter e1: Expr VALUE_PARAMETER name:e1 index:0 type:Expr flags:
VALUE_PARAMETER value-parameter e2: Expr VALUE_PARAMETER name:e2 index:1 type:Expr flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Expr()' DELEGATING_CONSTRUCTOR_CALL 'constructor Expr()'
INSTANCE_INITIALIZER_CALL classDescriptor='Sum' INSTANCE_INITIALIZER_CALL classDescriptor='Sum'
PROPERTY public final val e1: Expr PROPERTY name:e1 type:Expr visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public final val e1: Expr FIELD PROPERTY_BACKING_FIELD name:e1 type:Expr visibility:public
EXPRESSION_BODY EXPRESSION_BODY
GET_VAR 'value-parameter e1: Expr' type=Expr origin=INITIALIZE_PROPERTY_FROM_PARAMETER GET_VAR 'value-parameter e1: Expr' type=Expr origin=INITIALIZE_PROPERTY_FROM_PARAMETER
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-e1>(): Expr FUN DEFAULT_PROPERTY_ACCESSOR name:<get-e1> visibility:public modality:FINAL <> ($this:Expr.Sum) returnType:Expr flags:
$this: VALUE_PARAMETER this@Sum: Sum $this: VALUE_PARAMETER name:<this> type:Expr.Sum flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-e1>(): Expr' RETURN type=kotlin.Nothing from=<get-e1>(): Expr'
GET_FIELD 'e1: Expr' type=Expr origin=null GET_FIELD 'e1: Expr' type=Expr origin=null
receiver: GET_VAR 'this@Sum: Sum' type=Expr.Sum origin=null receiver: GET_VAR 'this@Sum: Sum' type=Expr.Sum origin=null
PROPERTY public final val e2: Expr PROPERTY name:e2 type:Expr visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public final val e2: Expr FIELD PROPERTY_BACKING_FIELD name:e2 type:Expr visibility:public
EXPRESSION_BODY EXPRESSION_BODY
GET_VAR 'value-parameter e2: Expr' type=Expr origin=INITIALIZE_PROPERTY_FROM_PARAMETER GET_VAR 'value-parameter e2: Expr' type=Expr origin=INITIALIZE_PROPERTY_FROM_PARAMETER
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-e2>(): Expr FUN DEFAULT_PROPERTY_ACCESSOR name:<get-e2> visibility:public modality:FINAL <> ($this:Expr.Sum) returnType:Expr flags:
$this: VALUE_PARAMETER this@Sum: Sum $this: VALUE_PARAMETER name:<this> type:Expr.Sum flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-e2>(): Expr' RETURN type=kotlin.Nothing from=<get-e2>(): Expr'
GET_FIELD 'e2: Expr' type=Expr origin=null GET_FIELD 'e2: Expr' type=Expr origin=null
receiver: GET_VAR 'this@Sum: Sum' type=Expr.Sum origin=null receiver: GET_VAR 'this@Sum: Sum' type=Expr.Sum origin=null
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
CLASS OBJECT NotANumber CLASS OBJECT name:NotANumber modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@NotANumber: NotANumber $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:Expr.NotANumber flags:
CONSTRUCTOR private constructor NotANumber() CONSTRUCTOR visibility:private <> () returnType:Expr.NotANumber flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Expr()' DELEGATING_CONSTRUCTOR_CALL 'constructor Expr()'
INSTANCE_INITIALIZER_CALL classDescriptor='NotANumber' INSTANCE_INITIALIZER_CALL classDescriptor='NotANumber'
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
@@ -1,73 +1,73 @@
FILE /secondaryConstructorWithInitializersFromClassBody.kt FILE fqName:<root> fileName:/secondaryConstructorWithInitializersFromClassBody.kt
CLASS CLASS Base CLASS CLASS name:Base modality:OPEN visibility:public flags:
$this: VALUE_PARAMETER this@Base: Base $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:Base flags:
CONSTRUCTOR public constructor Base() CONSTRUCTOR visibility:public <> () returnType:Base flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='Base' INSTANCE_INITIALIZER_CALL classDescriptor='Base'
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
CLASS CLASS TestProperty CLASS CLASS name:TestProperty modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@TestProperty: TestProperty $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:TestProperty flags:
PROPERTY public final val x: kotlin.Int = 0 PROPERTY name:x type:kotlin.Int visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public final val x: kotlin.Int = 0 FIELD PROPERTY_BACKING_FIELD name:x type:kotlin.Int visibility:public
EXPRESSION_BODY EXPRESSION_BODY
CONST Int type=kotlin.Int value='0' CONST Int type=kotlin.Int value=0
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-x>(): kotlin.Int FUN DEFAULT_PROPERTY_ACCESSOR name:<get-x> visibility:public modality:FINAL <> ($this:TestProperty) returnType:Int flags:
$this: VALUE_PARAMETER this@TestProperty: TestProperty $this: VALUE_PARAMETER name:<this> type:TestProperty flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-x>(): Int' RETURN type=kotlin.Nothing from=<get-x>(): Int'
GET_FIELD 'x: Int' type=kotlin.Int origin=null GET_FIELD 'x: Int' type=kotlin.Int origin=null
receiver: GET_VAR 'this@TestProperty: TestProperty' type=TestProperty origin=null receiver: GET_VAR 'this@TestProperty: TestProperty' type=TestProperty origin=null
CONSTRUCTOR public constructor TestProperty() CONSTRUCTOR visibility:public <> () returnType:TestProperty flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Base()' DELEGATING_CONSTRUCTOR_CALL 'constructor Base()'
INSTANCE_INITIALIZER_CALL classDescriptor='TestProperty' INSTANCE_INITIALIZER_CALL classDescriptor='TestProperty'
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
CLASS CLASS TestInitBlock CLASS CLASS name:TestInitBlock modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@TestInitBlock: TestInitBlock $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:TestInitBlock flags:
PROPERTY public final val x: kotlin.Int PROPERTY name:x type:kotlin.Int visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public final val x: kotlin.Int FIELD PROPERTY_BACKING_FIELD name:x type:kotlin.Int visibility:public
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-x>(): kotlin.Int FUN DEFAULT_PROPERTY_ACCESSOR name:<get-x> visibility:public modality:FINAL <> ($this:TestInitBlock) returnType:Int flags:
$this: VALUE_PARAMETER this@TestInitBlock: TestInitBlock $this: VALUE_PARAMETER name:<this> type:TestInitBlock flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-x>(): Int' RETURN type=kotlin.Nothing from=<get-x>(): Int'
GET_FIELD 'x: Int' type=kotlin.Int origin=null GET_FIELD 'x: Int' type=kotlin.Int origin=null
receiver: GET_VAR 'this@TestInitBlock: TestInitBlock' type=TestInitBlock origin=null receiver: GET_VAR 'this@TestInitBlock: TestInitBlock' type=TestInitBlock origin=null
ANONYMOUS_INITIALIZER TestInitBlock ANONYMOUS_INITIALIZER TestInitBlock
BLOCK_BODY BLOCK_BODY
SET_FIELD 'x: Int' type=kotlin.Unit origin=null SET_FIELD 'x: Int' type=kotlin.Unit origin=null
receiver: GET_VAR 'this@TestInitBlock: TestInitBlock' type=TestInitBlock origin=null receiver: GET_VAR 'this@TestInitBlock: TestInitBlock' type=TestInitBlock origin=null
value: CONST Int type=kotlin.Int value='0' value: CONST Int type=kotlin.Int value=0
CONSTRUCTOR public constructor TestInitBlock() CONSTRUCTOR visibility:public <> () returnType:TestInitBlock flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Base()' DELEGATING_CONSTRUCTOR_CALL 'constructor Base()'
INSTANCE_INITIALIZER_CALL classDescriptor='TestInitBlock' INSTANCE_INITIALIZER_CALL classDescriptor='TestInitBlock'
CONSTRUCTOR public constructor TestInitBlock(z: kotlin.Any) CONSTRUCTOR visibility:public <> (z:kotlin.Any) returnType:TestInitBlock flags:
VALUE_PARAMETER value-parameter z: kotlin.Any VALUE_PARAMETER name:z index:0 type:kotlin.Any flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Base()' DELEGATING_CONSTRUCTOR_CALL 'constructor Base()'
INSTANCE_INITIALIZER_CALL classDescriptor='TestInitBlock' INSTANCE_INITIALIZER_CALL classDescriptor='TestInitBlock'
CONSTRUCTOR public constructor TestInitBlock(y: kotlin.Int) CONSTRUCTOR visibility:public <> (y:kotlin.Int) returnType:TestInitBlock flags:
VALUE_PARAMETER value-parameter y: kotlin.Int VALUE_PARAMETER name:y index:0 type:kotlin.Int flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor TestInitBlock()' DELEGATING_CONSTRUCTOR_CALL 'constructor TestInitBlock()'
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
+14 -14
View File
@@ -1,20 +1,20 @@
FILE /secondaryConstructors.kt FILE fqName:<root> fileName:/secondaryConstructors.kt
CLASS CLASS C CLASS CLASS name:C modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@C: C $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:C flags:
CONSTRUCTOR public constructor C() CONSTRUCTOR visibility:public <> () returnType:C flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor C(Int)' DELEGATING_CONSTRUCTOR_CALL 'constructor C(Int)'
x: CONST Int type=kotlin.Int value='0' x: CONST Int type=kotlin.Int value=0
CONSTRUCTOR public constructor C(x: kotlin.Int) CONSTRUCTOR visibility:public <> (x:kotlin.Int) returnType:C flags:
VALUE_PARAMETER value-parameter x: kotlin.Int VALUE_PARAMETER name:x index:0 type:kotlin.Int flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='C' INSTANCE_INITIALIZER_CALL classDescriptor='C'
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
+35 -35
View File
@@ -1,53 +1,53 @@
FILE /superCalls.kt FILE fqName:<root> fileName:/superCalls.kt
CLASS CLASS Base CLASS CLASS name:Base modality:OPEN visibility:public flags:
$this: VALUE_PARAMETER this@Base: Base $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:Base flags:
CONSTRUCTOR public constructor Base() CONSTRUCTOR visibility:public <> () returnType:Base flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='Base' INSTANCE_INITIALIZER_CALL classDescriptor='Base'
FUN public open fun foo(): kotlin.Unit FUN name:foo visibility:public modality:OPEN <> ($this:Base) returnType:Unit flags:
$this: VALUE_PARAMETER this@Base: Base $this: VALUE_PARAMETER name:<this> type:Base flags:
BLOCK_BODY BLOCK_BODY
PROPERTY public open val bar: kotlin.String = "" PROPERTY name:bar type:kotlin.String visibility:public modality:OPEN flags:val
FIELD PROPERTY_BACKING_FIELD public open val bar: kotlin.String = "" FIELD PROPERTY_BACKING_FIELD name:bar type:kotlin.String visibility:public
EXPRESSION_BODY EXPRESSION_BODY
CONST String type=kotlin.String value='' CONST String type=kotlin.String value=
FUN DEFAULT_PROPERTY_ACCESSOR public open fun <get-bar>(): kotlin.String FUN DEFAULT_PROPERTY_ACCESSOR name:<get-bar> visibility:public modality:OPEN <> ($this:Base) returnType:String flags:
$this: VALUE_PARAMETER this@Base: Base $this: VALUE_PARAMETER name:<this> type:Base flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-bar>(): String' RETURN type=kotlin.Nothing from=<get-bar>(): String'
GET_FIELD 'bar: String' type=kotlin.String origin=null GET_FIELD 'bar: String' type=kotlin.String origin=null
receiver: GET_VAR 'this@Base: Base' type=Base origin=null receiver: GET_VAR 'this@Base: Base' type=Base origin=null
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
CLASS CLASS Derived CLASS CLASS name:Derived modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@Derived: Derived $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:Derived flags:
CONSTRUCTOR public constructor Derived() CONSTRUCTOR visibility:public <> () returnType:Derived flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Base()' DELEGATING_CONSTRUCTOR_CALL 'constructor Base()'
INSTANCE_INITIALIZER_CALL classDescriptor='Derived' INSTANCE_INITIALIZER_CALL classDescriptor='Derived'
FUN public open override fun foo(): kotlin.Unit FUN name:foo visibility:public modality:OPEN <> ($this:Derived) returnType:Unit flags:
$this: VALUE_PARAMETER this@Derived: Derived $this: VALUE_PARAMETER name:<this> type:Derived flags:
BLOCK_BODY BLOCK_BODY
CALL 'foo(): Unit' superQualifier=Base type=kotlin.Unit origin=null CALL 'foo(): Unit' superQualifier=Base type=kotlin.Unit origin=null
$this: GET_VAR 'this@Derived: Derived' type=Derived origin=null $this: GET_VAR 'this@Derived: Derived' type=Derived origin=null
PROPERTY public open override val bar: kotlin.String PROPERTY name:bar type:kotlin.String visibility:public modality:OPEN flags:val
FUN public open override fun <get-bar>(): kotlin.String FUN name:<get-bar> visibility:public modality:OPEN <> ($this:Derived) returnType:String flags:
$this: VALUE_PARAMETER this@Derived: Derived $this: VALUE_PARAMETER name:<this> type:Derived flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-bar>(): String' RETURN type=kotlin.Nothing from=<get-bar>(): String'
CALL '<get-bar>(): String' superQualifier=Base type=kotlin.String origin=GET_PROPERTY CALL '<get-bar>(): String' superQualifier=Base type=kotlin.String origin=GET_PROPERTY
$this: GET_VAR 'this@Derived: Derived' type=Derived origin=null $this: GET_VAR 'this@Derived: Derived' type=Derived origin=null
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
@@ -1,13 +1,14 @@
FILE /catchParameterInTopLevelProperty.kt FILE fqName:<root> fileName:/catchParameterInTopLevelProperty.kt
PROPERTY public val test: kotlin.Unit PROPERTY name:test type:kotlin.Unit visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public val test: kotlin.Unit FIELD PROPERTY_BACKING_FIELD name:test type:kotlin.Unit visibility:public
EXPRESSION_BODY EXPRESSION_BODY
TRY type=kotlin.Unit TRY type=kotlin.Unit
try: BLOCK type=kotlin.Unit origin=null try: BLOCK type=kotlin.Unit origin=null
CATCH parameter=e: Throwable CATCH parameter=e: Throwable
VAR CATCH_PARAMETER val e: kotlin.Throwable VAR CATCH_PARAMETER name:e type:kotlin.Throwable flags:val
BLOCK type=kotlin.Unit origin=null BLOCK type=kotlin.Unit origin=null
FUN DEFAULT_PROPERTY_ACCESSOR public fun <get-test>(): kotlin.Unit FUN DEFAULT_PROPERTY_ACCESSOR name:<get-test> visibility:public modality:FINAL <> () returnType:Unit flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-test>(): Unit' RETURN type=kotlin.Nothing from=<get-test>(): Unit'
GET_FIELD 'test: Unit' type=kotlin.Unit origin=null GET_FIELD 'test: Unit' type=kotlin.Unit origin=null
@@ -1,118 +1,118 @@
FILE /classLevelProperties.kt FILE fqName:<root> fileName:/classLevelProperties.kt
CLASS CLASS C CLASS CLASS name:C modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@C: C $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:C flags:
CONSTRUCTOR public constructor C() CONSTRUCTOR visibility:public <> () returnType:C flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='C' INSTANCE_INITIALIZER_CALL classDescriptor='C'
PROPERTY public final val test1: kotlin.Int = 0 PROPERTY name:test1 type:kotlin.Int visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public final val test1: kotlin.Int = 0 FIELD PROPERTY_BACKING_FIELD name:test1 type:kotlin.Int visibility:public
EXPRESSION_BODY EXPRESSION_BODY
CONST Int type=kotlin.Int value='0' CONST Int type=kotlin.Int value=0
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-test1>(): kotlin.Int FUN DEFAULT_PROPERTY_ACCESSOR name:<get-test1> visibility:public modality:FINAL <> ($this:C) returnType:Int flags:
$this: VALUE_PARAMETER this@C: C $this: VALUE_PARAMETER name:<this> type:C flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-test1>(): Int' RETURN type=kotlin.Nothing from=<get-test1>(): Int'
GET_FIELD 'test1: Int' type=kotlin.Int origin=null GET_FIELD 'test1: Int' type=kotlin.Int origin=null
receiver: GET_VAR 'this@C: C' type=C origin=null receiver: GET_VAR 'this@C: C' type=C origin=null
PROPERTY public final val test2: kotlin.Int PROPERTY name:test2 type:kotlin.Int visibility:public modality:FINAL flags:val
FUN public final fun <get-test2>(): kotlin.Int FUN name:<get-test2> visibility:public modality:FINAL <> ($this:C) returnType:Int flags:
$this: VALUE_PARAMETER this@C: C $this: VALUE_PARAMETER name:<this> type:C flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-test2>(): Int' RETURN type=kotlin.Nothing from=<get-test2>(): Int'
CONST Int type=kotlin.Int value='0' CONST Int type=kotlin.Int value=0
PROPERTY public final var test3: kotlin.Int PROPERTY name:test3 type:kotlin.Int visibility:public modality:FINAL flags:var
FIELD PROPERTY_BACKING_FIELD public final var test3: kotlin.Int FIELD PROPERTY_BACKING_FIELD name:test3 type:kotlin.Int visibility:public
EXPRESSION_BODY EXPRESSION_BODY
CONST Int type=kotlin.Int value='0' CONST Int type=kotlin.Int value=0
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-test3>(): kotlin.Int FUN DEFAULT_PROPERTY_ACCESSOR name:<get-test3> visibility:public modality:FINAL <> ($this:C) returnType:Int flags:
$this: VALUE_PARAMETER this@C: C $this: VALUE_PARAMETER name:<this> type:C flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-test3>(): Int' RETURN type=kotlin.Nothing from=<get-test3>(): Int'
GET_FIELD 'test3: Int' type=kotlin.Int origin=null GET_FIELD 'test3: Int' type=kotlin.Int origin=null
receiver: GET_VAR 'this@C: C' type=C origin=null receiver: GET_VAR 'this@C: C' type=C origin=null
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <set-test3>(<set-?>: kotlin.Int): kotlin.Unit FUN DEFAULT_PROPERTY_ACCESSOR name:<set-test3> visibility:public modality:FINAL <> ($this:C, <set-?>:kotlin.Int) returnType:Unit flags:
$this: VALUE_PARAMETER this@C: C $this: VALUE_PARAMETER name:<this> type:C flags:
VALUE_PARAMETER value-parameter <set-?>: kotlin.Int VALUE_PARAMETER name:<set-?> index:0 type:kotlin.Int flags:
BLOCK_BODY BLOCK_BODY
SET_FIELD 'test3: Int' type=kotlin.Unit origin=null SET_FIELD 'test3: Int' type=kotlin.Unit origin=null
receiver: GET_VAR 'this@C: C' type=C origin=null receiver: GET_VAR 'this@C: C' type=C origin=null
value: GET_VAR 'value-parameter <set-?>: Int' type=kotlin.Int origin=null value: GET_VAR 'value-parameter <set-?>: Int' type=kotlin.Int origin=null
PROPERTY public final var test4: kotlin.Int PROPERTY name:test4 type:kotlin.Int visibility:public modality:FINAL flags:var
FIELD PROPERTY_BACKING_FIELD public final var test4: kotlin.Int FIELD PROPERTY_BACKING_FIELD name:test4 type:kotlin.Int visibility:public
EXPRESSION_BODY EXPRESSION_BODY
CONST Int type=kotlin.Int value='1' CONST Int type=kotlin.Int value=1
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-test4>(): kotlin.Int FUN DEFAULT_PROPERTY_ACCESSOR name:<get-test4> visibility:public modality:FINAL <> ($this:C) returnType:Int flags:
$this: VALUE_PARAMETER this@C: C $this: VALUE_PARAMETER name:<this> type:C flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-test4>(): Int' RETURN type=kotlin.Nothing from=<get-test4>(): Int'
GET_FIELD 'test4: Int' type=kotlin.Int origin=null GET_FIELD 'test4: Int' type=kotlin.Int origin=null
receiver: GET_VAR 'this@C: C' type=C origin=null receiver: GET_VAR 'this@C: C' type=C origin=null
FUN public final fun <set-test4>(value: kotlin.Int): kotlin.Unit FUN name:<set-test4> visibility:public modality:FINAL <> ($this:C, value:kotlin.Int) returnType:Unit flags:
$this: VALUE_PARAMETER this@C: C $this: VALUE_PARAMETER name:<this> type:C flags:
VALUE_PARAMETER value-parameter value: kotlin.Int VALUE_PARAMETER name:value index:0 type:kotlin.Int flags:
BLOCK_BODY BLOCK_BODY
SET_FIELD 'test4: Int' type=kotlin.Unit origin=EQ SET_FIELD 'test4: Int' type=kotlin.Unit origin=EQ
receiver: GET_VAR 'this@C: C' type=C origin=null receiver: GET_VAR 'this@C: C' type=C origin=null
value: GET_VAR 'value-parameter value: Int' type=kotlin.Int origin=null value: GET_VAR 'value-parameter value: Int' type=kotlin.Int origin=null
PROPERTY public final var test5: kotlin.Int PROPERTY name:test5 type:kotlin.Int visibility:public modality:FINAL flags:var
FIELD PROPERTY_BACKING_FIELD public final var test5: kotlin.Int FIELD PROPERTY_BACKING_FIELD name:test5 type:kotlin.Int visibility:public
EXPRESSION_BODY EXPRESSION_BODY
CONST Int type=kotlin.Int value='1' CONST Int type=kotlin.Int value=1
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-test5>(): kotlin.Int FUN DEFAULT_PROPERTY_ACCESSOR name:<get-test5> visibility:public modality:FINAL <> ($this:C) returnType:Int flags:
$this: VALUE_PARAMETER this@C: C $this: VALUE_PARAMETER name:<this> type:C flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-test5>(): Int' RETURN type=kotlin.Nothing from=<get-test5>(): Int'
GET_FIELD 'test5: Int' type=kotlin.Int origin=null GET_FIELD 'test5: Int' type=kotlin.Int origin=null
receiver: GET_VAR 'this@C: C' type=C origin=null receiver: GET_VAR 'this@C: C' type=C origin=null
FUN private final fun <set-test5>(<set-?>: kotlin.Int): kotlin.Unit FUN name:<set-test5> visibility:private modality:FINAL <> ($this:C, <set-?>:kotlin.Int) returnType:Unit flags:
$this: VALUE_PARAMETER this@C: C $this: VALUE_PARAMETER name:<this> type:C flags:
VALUE_PARAMETER value-parameter <set-?>: kotlin.Int VALUE_PARAMETER name:<set-?> index:0 type:kotlin.Int flags:
BLOCK_BODY BLOCK_BODY
SET_FIELD 'test5: Int' type=kotlin.Unit origin=null SET_FIELD 'test5: Int' type=kotlin.Unit origin=null
receiver: GET_VAR 'this@C: C' type=C origin=null receiver: GET_VAR 'this@C: C' type=C origin=null
value: GET_VAR 'value-parameter <set-?>: Int' type=kotlin.Int origin=null value: GET_VAR 'value-parameter <set-?>: Int' type=kotlin.Int origin=null
PROPERTY public final val test6: kotlin.Int = 1 PROPERTY name:test6 type:kotlin.Int visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public final val test6: kotlin.Int = 1 FIELD PROPERTY_BACKING_FIELD name:test6 type:kotlin.Int visibility:public
EXPRESSION_BODY EXPRESSION_BODY
CONST Int type=kotlin.Int value='1' CONST Int type=kotlin.Int value=1
FUN public final fun <get-test6>(): kotlin.Int FUN name:<get-test6> visibility:public modality:FINAL <> ($this:C) returnType:Int flags:
$this: VALUE_PARAMETER this@C: C $this: VALUE_PARAMETER name:<this> type:C flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-test6>(): Int' RETURN type=kotlin.Nothing from=<get-test6>(): Int'
GET_FIELD 'test6: Int' type=kotlin.Int origin=null GET_FIELD 'test6: Int' type=kotlin.Int origin=null
receiver: GET_VAR 'this@C: C' type=C origin=null receiver: GET_VAR 'this@C: C' type=C origin=null
PROPERTY public final val test7: kotlin.Int PROPERTY name:test7 type:kotlin.Int visibility:public modality:FINAL flags:delegatedmval
FIELD DELEGATE val `test7$delegate`: kotlin.Lazy<kotlin.Int> FIELD DELEGATE name:test7$delegate type:kotlin.Lazy<kotlin.Int> visibility:private
EXPRESSION_BODY EXPRESSION_BODY
CALL 'lazy(() -> Int): Lazy<Int>' type=kotlin.Lazy<kotlin.Int> origin=null CALL 'lazy(() -> Int): Lazy<Int>' type=kotlin.Lazy<kotlin.Int> origin=null
<T>: Int <T>: Int
initializer: BLOCK type=() -> kotlin.Int origin=LAMBDA initializer: BLOCK type=() -> kotlin.Int origin=LAMBDA
FUN LOCAL_FUNCTION_FOR_LAMBDA local final fun <anonymous>(): kotlin.Int FUN LOCAL_FUNCTION_FOR_LAMBDA name:<anonymous> visibility:local modality:FINAL <> () returnType:Int flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<anonymous>(): Int' RETURN type=kotlin.Nothing from=<anonymous>(): Int'
CONST Int type=kotlin.Int value='42' CONST Int type=kotlin.Int value=42
FUNCTION_REFERENCE '<anonymous>(): Int' type=() -> kotlin.Int origin=LAMBDA FUNCTION_REFERENCE '<anonymous>(): Int' type=() -> kotlin.Int origin=LAMBDA
FUN DELEGATED_PROPERTY_ACCESSOR public final fun <get-test7>(): kotlin.Int FUN DELEGATED_PROPERTY_ACCESSOR name:<get-test7> visibility:public modality:FINAL <> ($this:C) returnType:Int flags:
$this: VALUE_PARAMETER this@C: C $this: VALUE_PARAMETER name:<this> type:C flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-test7>(): Int' RETURN type=kotlin.Nothing from=<get-test7>(): Int'
CALL 'getValue(Any?, KProperty<*>) on Lazy<Int>: Int' type=kotlin.Int origin=null CALL 'getValue(Any?, KProperty<*>) on Lazy<Int>: Int' type=kotlin.Int origin=null
<T>: Int <T>: Int
$receiver: GET_FIELD '`test7$delegate`: Lazy<Int>' type=kotlin.Lazy<kotlin.Int> origin=null $receiver: GET_FIELD '`test7$delegate`: Lazy<Int>' type=kotlin.Lazy<kotlin.Int> origin=null
receiver: GET_VAR 'this@C: C' type=C origin=null receiver: GET_VAR 'this@C: C' type=C origin=null
thisRef: GET_VAR 'this@C: C' type=C origin=null thisRef: GET_VAR 'this@C: C' type=C origin=null
property: PROPERTY_REFERENCE 'test7: Int' field=null getter='<get-test7>(): Int' setter=null type=kotlin.reflect.KProperty1<C, kotlin.Int> origin=PROPERTY_REFERENCE_FOR_DELEGATE property: PROPERTY_REFERENCE 'test7: Int' field=null getter='<get-test7>(): Int' setter=null type=kotlin.reflect.KProperty1<C, kotlin.Int> origin=PROPERTY_REFERENCE_FOR_DELEGATE
PROPERTY public final var test8: kotlin.Int PROPERTY name:test8 type:kotlin.Int visibility:public modality:FINAL flags:delegatedmvar
FIELD DELEGATE val `test8$delegate`: kotlin.collections.HashMap<kotlin.String, kotlin.Int> /* = java.util.HashMap<kotlin.String, kotlin.Int> */ FIELD DELEGATE name:test8$delegate type:kotlin.collections.HashMap<kotlin.String, kotlin.Int> /* = java.util.HashMap<kotlin.String, kotlin.Int> */ visibility:private
EXPRESSION_BODY EXPRESSION_BODY
CALL 'hashMapOf(): HashMap<String, Int> /* = HashMap<String, Int> */' type=kotlin.collections.HashMap<kotlin.String, kotlin.Int> /* = java.util.HashMap<kotlin.String, kotlin.Int> */ origin=null CALL 'hashMapOf(): HashMap<String, Int> /* = HashMap<String, Int> */' type=kotlin.collections.HashMap<kotlin.String, kotlin.Int> /* = java.util.HashMap<kotlin.String, kotlin.Int> */ origin=null
<K>: String <K>: String
<V>: Int <V>: Int
FUN DELEGATED_PROPERTY_ACCESSOR public final fun <get-test8>(): kotlin.Int FUN DELEGATED_PROPERTY_ACCESSOR name:<get-test8> visibility:public modality:FINAL <> ($this:C) returnType:Int flags:
$this: VALUE_PARAMETER this@C: C $this: VALUE_PARAMETER name:<this> type:C flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-test8>(): Int' RETURN type=kotlin.Nothing from=<get-test8>(): Int'
CALL 'getValue(Any?, KProperty<*>) on MutableMap<in String, out Int>: Int' type=kotlin.Int origin=null CALL 'getValue(Any?, KProperty<*>) on MutableMap<in String, out Int>: Int' type=kotlin.Int origin=null
<V>: Int <V>: Int
<V1 : V>: Int <V1 : V>: Int
@@ -120,11 +120,11 @@ FILE /classLevelProperties.kt
receiver: GET_VAR 'this@C: C' type=C origin=null receiver: GET_VAR 'this@C: C' type=C origin=null
thisRef: GET_VAR 'this@C: C' type=C origin=null thisRef: GET_VAR 'this@C: C' type=C origin=null
property: PROPERTY_REFERENCE 'test8: Int' field=null getter='<get-test8>(): Int' setter='<set-test8>(Int): Unit' type=kotlin.reflect.KMutableProperty1<C, kotlin.Int> origin=PROPERTY_REFERENCE_FOR_DELEGATE property: PROPERTY_REFERENCE 'test8: Int' field=null getter='<get-test8>(): Int' setter='<set-test8>(Int): Unit' type=kotlin.reflect.KMutableProperty1<C, kotlin.Int> origin=PROPERTY_REFERENCE_FOR_DELEGATE
FUN DELEGATED_PROPERTY_ACCESSOR public final fun <set-test8>(<set-?>: kotlin.Int): kotlin.Unit FUN DELEGATED_PROPERTY_ACCESSOR name:<set-test8> visibility:public modality:FINAL <> ($this:C, <set-?>:kotlin.Int) returnType:Unit flags:
$this: VALUE_PARAMETER this@C: C $this: VALUE_PARAMETER name:<this> type:C flags:
VALUE_PARAMETER value-parameter <set-?>: kotlin.Int VALUE_PARAMETER name:<set-?> index:0 type:kotlin.Int flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<set-test8>(Int): Unit' RETURN type=kotlin.Nothing from=<set-test8>(Int): Unit'
CALL 'setValue(Any?, KProperty<*>, Int) on MutableMap<in String, in Int>: Unit' type=kotlin.Unit origin=null CALL 'setValue(Any?, KProperty<*>, Int) on MutableMap<in String, in Int>: Unit' type=kotlin.Unit origin=null
<V>: Int <V>: Int
$receiver: GET_FIELD '`test8$delegate`: HashMap<String, Int> /* = HashMap<String, Int> */' type=kotlin.collections.HashMap<kotlin.String, kotlin.Int> /* = java.util.HashMap<kotlin.String, kotlin.Int> */ origin=null $receiver: GET_FIELD '`test8$delegate`: HashMap<String, Int> /* = HashMap<String, Int> */' type=kotlin.collections.HashMap<kotlin.String, kotlin.Int> /* = java.util.HashMap<kotlin.String, kotlin.Int> */ origin=null
@@ -132,11 +132,11 @@ FILE /classLevelProperties.kt
thisRef: GET_VAR 'this@C: C' type=C origin=null thisRef: GET_VAR 'this@C: C' type=C origin=null
property: PROPERTY_REFERENCE 'test8: Int' field=null getter='<get-test8>(): Int' setter='<set-test8>(Int): Unit' type=kotlin.reflect.KMutableProperty1<C, kotlin.Int> origin=PROPERTY_REFERENCE_FOR_DELEGATE property: PROPERTY_REFERENCE 'test8: Int' field=null getter='<get-test8>(): Int' setter='<set-test8>(Int): Unit' type=kotlin.reflect.KMutableProperty1<C, kotlin.Int> origin=PROPERTY_REFERENCE_FOR_DELEGATE
value: GET_VAR 'value-parameter <set-?>: Int' type=kotlin.Int origin=null value: GET_VAR 'value-parameter <set-?>: Int' type=kotlin.Int origin=null
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
+11 -11
View File
@@ -1,21 +1,21 @@
FILE /defaultArguments.kt FILE fqName:<root> fileName:/defaultArguments.kt
FUN public fun test1(x: kotlin.Int, y: kotlin.Int = ..., z: kotlin.String = ...): kotlin.Unit FUN name:test1 visibility:public modality:FINAL <> (x:kotlin.Int, y:kotlin.Int, z:kotlin.String) returnType:Unit flags:
VALUE_PARAMETER value-parameter x: kotlin.Int VALUE_PARAMETER name:x index:0 type:kotlin.Int flags:
VALUE_PARAMETER value-parameter y: kotlin.Int = ... VALUE_PARAMETER name:y index:1 type:kotlin.Int flags:
EXPRESSION_BODY EXPRESSION_BODY
CONST Int type=kotlin.Int value='0' CONST Int type=kotlin.Int value=0
VALUE_PARAMETER value-parameter z: kotlin.String = ... VALUE_PARAMETER name:z index:2 type:kotlin.String flags:
EXPRESSION_BODY EXPRESSION_BODY
CONST String type=kotlin.String value='abc' CONST String type=kotlin.String value=abc
BLOCK_BODY BLOCK_BODY
FUN local final fun local(xx: kotlin.Int = ..., yy: kotlin.Int = ..., zz: kotlin.String = ...): kotlin.Unit FUN name:local visibility:local modality:FINAL <> (xx:kotlin.Int, yy:kotlin.Int, zz:kotlin.String) returnType:Unit flags:
VALUE_PARAMETER value-parameter xx: kotlin.Int = ... VALUE_PARAMETER name:xx index:0 type:kotlin.Int flags:
EXPRESSION_BODY EXPRESSION_BODY
GET_VAR 'value-parameter x: Int' type=kotlin.Int origin=null GET_VAR 'value-parameter x: Int' type=kotlin.Int origin=null
VALUE_PARAMETER value-parameter yy: kotlin.Int = ... VALUE_PARAMETER name:yy index:1 type:kotlin.Int flags:
EXPRESSION_BODY EXPRESSION_BODY
GET_VAR 'value-parameter y: Int = ...' type=kotlin.Int origin=null GET_VAR 'value-parameter y: Int = ...' type=kotlin.Int origin=null
VALUE_PARAMETER value-parameter zz: kotlin.String = ... VALUE_PARAMETER name:zz index:2 type:kotlin.String flags:
EXPRESSION_BODY EXPRESSION_BODY
GET_VAR 'value-parameter z: String = ...' type=kotlin.String origin=null GET_VAR 'value-parameter z: String = ...' type=kotlin.String origin=null
BLOCK_BODY BLOCK_BODY
@@ -1,70 +1,70 @@
FILE /delegatedProperties.kt FILE fqName:<root> fileName:/delegatedProperties.kt
PROPERTY public val test1: kotlin.Int PROPERTY name:test1 type:kotlin.Int visibility:public modality:FINAL flags:delegatedmval
FIELD DELEGATE val `test1$delegate`: kotlin.Lazy<kotlin.Int> FIELD DELEGATE name:test1$delegate type:kotlin.Lazy<kotlin.Int> visibility:private
EXPRESSION_BODY EXPRESSION_BODY
CALL 'lazy(() -> Int): Lazy<Int>' type=kotlin.Lazy<kotlin.Int> origin=null CALL 'lazy(() -> Int): Lazy<Int>' type=kotlin.Lazy<kotlin.Int> origin=null
<T>: Int <T>: Int
initializer: BLOCK type=() -> kotlin.Int origin=LAMBDA initializer: BLOCK type=() -> kotlin.Int origin=LAMBDA
FUN LOCAL_FUNCTION_FOR_LAMBDA local final fun <anonymous>(): kotlin.Int FUN LOCAL_FUNCTION_FOR_LAMBDA name:<anonymous> visibility:local modality:FINAL <> () returnType:Int flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<anonymous>(): Int' RETURN type=kotlin.Nothing from=<anonymous>(): Int'
CONST Int type=kotlin.Int value='42' CONST Int type=kotlin.Int value=42
FUNCTION_REFERENCE '<anonymous>(): Int' type=() -> kotlin.Int origin=LAMBDA FUNCTION_REFERENCE '<anonymous>(): Int' type=() -> kotlin.Int origin=LAMBDA
FUN DELEGATED_PROPERTY_ACCESSOR public fun <get-test1>(): kotlin.Int FUN DELEGATED_PROPERTY_ACCESSOR name:<get-test1> visibility:public modality:FINAL <> () returnType:Int flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-test1>(): Int' RETURN type=kotlin.Nothing from=<get-test1>(): Int'
CALL 'getValue(Any?, KProperty<*>) on Lazy<Int>: Int' type=kotlin.Int origin=null CALL 'getValue(Any?, KProperty<*>) on Lazy<Int>: Int' type=kotlin.Int origin=null
<T>: Int <T>: Int
$receiver: GET_FIELD '`test1$delegate`: Lazy<Int>' type=kotlin.Lazy<kotlin.Int> origin=null $receiver: GET_FIELD '`test1$delegate`: Lazy<Int>' type=kotlin.Lazy<kotlin.Int> origin=null
thisRef: CONST Null type=kotlin.Nothing? value='null' thisRef: CONST Null type=kotlin.Nothing? value=null
property: PROPERTY_REFERENCE 'test1: Int' field=null getter='<get-test1>(): Int' setter=null type=kotlin.reflect.KProperty0<kotlin.Int> origin=PROPERTY_REFERENCE_FOR_DELEGATE property: PROPERTY_REFERENCE 'test1: Int' field=null getter='<get-test1>(): Int' setter=null type=kotlin.reflect.KProperty0<kotlin.Int> origin=PROPERTY_REFERENCE_FOR_DELEGATE
CLASS CLASS C CLASS CLASS name:C modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@C: C $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:C flags:
CONSTRUCTOR public constructor C(map: kotlin.collections.MutableMap<kotlin.String, kotlin.Any>) CONSTRUCTOR visibility:public <> (map:kotlin.collections.MutableMap<kotlin.String, kotlin.Any>) returnType:C flags:
VALUE_PARAMETER value-parameter map: kotlin.collections.MutableMap<kotlin.String, kotlin.Any> VALUE_PARAMETER name:map index:0 type:kotlin.collections.MutableMap<kotlin.String, kotlin.Any> flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='C' INSTANCE_INITIALIZER_CALL classDescriptor='C'
PROPERTY public final val map: kotlin.collections.MutableMap<kotlin.String, kotlin.Any> PROPERTY name:map type:kotlin.collections.MutableMap<kotlin.String, kotlin.Any> visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public final val map: kotlin.collections.MutableMap<kotlin.String, kotlin.Any> FIELD PROPERTY_BACKING_FIELD name:map type:kotlin.collections.MutableMap<kotlin.String, kotlin.Any> visibility:public
EXPRESSION_BODY EXPRESSION_BODY
GET_VAR 'value-parameter map: MutableMap<String, Any>' type=kotlin.collections.MutableMap<kotlin.String, kotlin.Any> origin=INITIALIZE_PROPERTY_FROM_PARAMETER GET_VAR 'value-parameter map: MutableMap<String, Any>' type=kotlin.collections.MutableMap<kotlin.String, kotlin.Any> origin=INITIALIZE_PROPERTY_FROM_PARAMETER
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-map>(): kotlin.collections.MutableMap<kotlin.String, kotlin.Any> FUN DEFAULT_PROPERTY_ACCESSOR name:<get-map> visibility:public modality:FINAL <> ($this:C) returnType:MutableMap<String, Any> flags:
$this: VALUE_PARAMETER this@C: C $this: VALUE_PARAMETER name:<this> type:C flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-map>(): MutableMap<String, Any>' RETURN type=kotlin.Nothing from=<get-map>(): MutableMap<String, Any>'
GET_FIELD 'map: MutableMap<String, Any>' type=kotlin.collections.MutableMap<kotlin.String, kotlin.Any> origin=null GET_FIELD 'map: MutableMap<String, Any>' type=kotlin.collections.MutableMap<kotlin.String, kotlin.Any> origin=null
receiver: GET_VAR 'this@C: C' type=C origin=null receiver: GET_VAR 'this@C: C' type=C origin=null
PROPERTY public final val test2: kotlin.Int PROPERTY name:test2 type:kotlin.Int visibility:public modality:FINAL flags:delegatedmval
FIELD DELEGATE val `test2$delegate`: kotlin.Lazy<kotlin.Int> FIELD DELEGATE name:test2$delegate type:kotlin.Lazy<kotlin.Int> visibility:private
EXPRESSION_BODY EXPRESSION_BODY
CALL 'lazy(() -> Int): Lazy<Int>' type=kotlin.Lazy<kotlin.Int> origin=null CALL 'lazy(() -> Int): Lazy<Int>' type=kotlin.Lazy<kotlin.Int> origin=null
<T>: Int <T>: Int
initializer: BLOCK type=() -> kotlin.Int origin=LAMBDA initializer: BLOCK type=() -> kotlin.Int origin=LAMBDA
FUN LOCAL_FUNCTION_FOR_LAMBDA local final fun <anonymous>(): kotlin.Int FUN LOCAL_FUNCTION_FOR_LAMBDA name:<anonymous> visibility:local modality:FINAL <> () returnType:Int flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<anonymous>(): Int' RETURN type=kotlin.Nothing from=<anonymous>(): Int'
CONST Int type=kotlin.Int value='42' CONST Int type=kotlin.Int value=42
FUNCTION_REFERENCE '<anonymous>(): Int' type=() -> kotlin.Int origin=LAMBDA FUNCTION_REFERENCE '<anonymous>(): Int' type=() -> kotlin.Int origin=LAMBDA
FUN DELEGATED_PROPERTY_ACCESSOR public final fun <get-test2>(): kotlin.Int FUN DELEGATED_PROPERTY_ACCESSOR name:<get-test2> visibility:public modality:FINAL <> ($this:C) returnType:Int flags:
$this: VALUE_PARAMETER this@C: C $this: VALUE_PARAMETER name:<this> type:C flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-test2>(): Int' RETURN type=kotlin.Nothing from=<get-test2>(): Int'
CALL 'getValue(Any?, KProperty<*>) on Lazy<Int>: Int' type=kotlin.Int origin=null CALL 'getValue(Any?, KProperty<*>) on Lazy<Int>: Int' type=kotlin.Int origin=null
<T>: Int <T>: Int
$receiver: GET_FIELD '`test2$delegate`: Lazy<Int>' type=kotlin.Lazy<kotlin.Int> origin=null $receiver: GET_FIELD '`test2$delegate`: Lazy<Int>' type=kotlin.Lazy<kotlin.Int> origin=null
receiver: GET_VAR 'this@C: C' type=C origin=null receiver: GET_VAR 'this@C: C' type=C origin=null
thisRef: GET_VAR 'this@C: C' type=C origin=null thisRef: GET_VAR 'this@C: C' type=C origin=null
property: PROPERTY_REFERENCE 'test2: Int' field=null getter='<get-test2>(): Int' setter=null type=kotlin.reflect.KProperty1<C, kotlin.Int> origin=PROPERTY_REFERENCE_FOR_DELEGATE property: PROPERTY_REFERENCE 'test2: Int' field=null getter='<get-test2>(): Int' setter=null type=kotlin.reflect.KProperty1<C, kotlin.Int> origin=PROPERTY_REFERENCE_FOR_DELEGATE
PROPERTY public final var test3: kotlin.Any PROPERTY name:test3 type:kotlin.Any visibility:public modality:FINAL flags:delegatedmvar
FIELD DELEGATE val `test3$delegate`: kotlin.collections.MutableMap<kotlin.String, kotlin.Any> FIELD DELEGATE name:test3$delegate type:kotlin.collections.MutableMap<kotlin.String, kotlin.Any> visibility:private
EXPRESSION_BODY EXPRESSION_BODY
CALL '<get-map>(): MutableMap<String, Any>' type=kotlin.collections.MutableMap<kotlin.String, kotlin.Any> origin=GET_PROPERTY CALL '<get-map>(): MutableMap<String, Any>' type=kotlin.collections.MutableMap<kotlin.String, kotlin.Any> origin=GET_PROPERTY
$this: GET_VAR 'this@C: C' type=C origin=null $this: GET_VAR 'this@C: C' type=C origin=null
FUN DELEGATED_PROPERTY_ACCESSOR public final fun <get-test3>(): kotlin.Any FUN DELEGATED_PROPERTY_ACCESSOR name:<get-test3> visibility:public modality:FINAL <> ($this:C) returnType:Any flags:
$this: VALUE_PARAMETER this@C: C $this: VALUE_PARAMETER name:<this> type:C flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-test3>(): Any' RETURN type=kotlin.Nothing from=<get-test3>(): Any'
CALL 'getValue(Any?, KProperty<*>) on MutableMap<in String, out Any>: Any' type=kotlin.Any origin=null CALL 'getValue(Any?, KProperty<*>) on MutableMap<in String, out Any>: Any' type=kotlin.Any origin=null
<V>: Any <V>: Any
<V1 : V>: Any <V1 : V>: Any
@@ -72,11 +72,11 @@ FILE /delegatedProperties.kt
receiver: GET_VAR 'this@C: C' type=C origin=null receiver: GET_VAR 'this@C: C' type=C origin=null
thisRef: GET_VAR 'this@C: C' type=C origin=null thisRef: GET_VAR 'this@C: C' type=C origin=null
property: PROPERTY_REFERENCE 'test3: Any' field=null getter='<get-test3>(): Any' setter='<set-test3>(Any): Unit' type=kotlin.reflect.KMutableProperty1<C, kotlin.Any> origin=PROPERTY_REFERENCE_FOR_DELEGATE property: PROPERTY_REFERENCE 'test3: Any' field=null getter='<get-test3>(): Any' setter='<set-test3>(Any): Unit' type=kotlin.reflect.KMutableProperty1<C, kotlin.Any> origin=PROPERTY_REFERENCE_FOR_DELEGATE
FUN DELEGATED_PROPERTY_ACCESSOR public final fun <set-test3>(<set-?>: kotlin.Any): kotlin.Unit FUN DELEGATED_PROPERTY_ACCESSOR name:<set-test3> visibility:public modality:FINAL <> ($this:C, <set-?>:kotlin.Any) returnType:Unit flags:
$this: VALUE_PARAMETER this@C: C $this: VALUE_PARAMETER name:<this> type:C flags:
VALUE_PARAMETER value-parameter <set-?>: kotlin.Any VALUE_PARAMETER name:<set-?> index:0 type:kotlin.Any flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<set-test3>(Any): Unit' RETURN type=kotlin.Nothing from=<set-test3>(Any): Unit'
CALL 'setValue(Any?, KProperty<*>, Any) on MutableMap<in String, in Any>: Unit' type=kotlin.Unit origin=null CALL 'setValue(Any?, KProperty<*>, Any) on MutableMap<in String, in Any>: Unit' type=kotlin.Unit origin=null
<V>: Any <V>: Any
$receiver: GET_FIELD '`test3$delegate`: MutableMap<String, Any>' type=kotlin.collections.MutableMap<kotlin.String, kotlin.Any> origin=null $receiver: GET_FIELD '`test3$delegate`: MutableMap<String, Any>' type=kotlin.collections.MutableMap<kotlin.String, kotlin.Any> origin=null
@@ -84,36 +84,36 @@ FILE /delegatedProperties.kt
thisRef: GET_VAR 'this@C: C' type=C origin=null thisRef: GET_VAR 'this@C: C' type=C origin=null
property: PROPERTY_REFERENCE 'test3: Any' field=null getter='<get-test3>(): Any' setter='<set-test3>(Any): Unit' type=kotlin.reflect.KMutableProperty1<C, kotlin.Any> origin=PROPERTY_REFERENCE_FOR_DELEGATE property: PROPERTY_REFERENCE 'test3: Any' field=null getter='<get-test3>(): Any' setter='<set-test3>(Any): Unit' type=kotlin.reflect.KMutableProperty1<C, kotlin.Any> origin=PROPERTY_REFERENCE_FOR_DELEGATE
value: GET_VAR 'value-parameter <set-?>: Any' type=kotlin.Any origin=null value: GET_VAR 'value-parameter <set-?>: Any' type=kotlin.Any origin=null
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
PROPERTY public var test4: kotlin.Any PROPERTY name:test4 type:kotlin.Any visibility:public modality:FINAL flags:delegatedmvar
FIELD DELEGATE val `test4$delegate`: kotlin.collections.HashMap<kotlin.String, kotlin.Any> /* = java.util.HashMap<kotlin.String, kotlin.Any> */ FIELD DELEGATE name:test4$delegate type:kotlin.collections.HashMap<kotlin.String, kotlin.Any> /* = java.util.HashMap<kotlin.String, kotlin.Any> */ visibility:private
EXPRESSION_BODY EXPRESSION_BODY
CALL 'hashMapOf(): HashMap<String, Any> /* = HashMap<String, Any> */' type=kotlin.collections.HashMap<kotlin.String, kotlin.Any> /* = java.util.HashMap<kotlin.String, kotlin.Any> */ origin=null CALL 'hashMapOf(): HashMap<String, Any> /* = HashMap<String, Any> */' type=kotlin.collections.HashMap<kotlin.String, kotlin.Any> /* = java.util.HashMap<kotlin.String, kotlin.Any> */ origin=null
<K>: String <K>: String
<V>: Any <V>: Any
FUN DELEGATED_PROPERTY_ACCESSOR public fun <get-test4>(): kotlin.Any FUN DELEGATED_PROPERTY_ACCESSOR name:<get-test4> visibility:public modality:FINAL <> () returnType:Any flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-test4>(): Any' RETURN type=kotlin.Nothing from=<get-test4>(): Any'
CALL 'getValue(Any?, KProperty<*>) on MutableMap<in String, out Any>: Any' type=kotlin.Any origin=null CALL 'getValue(Any?, KProperty<*>) on MutableMap<in String, out Any>: Any' type=kotlin.Any origin=null
<V>: Any <V>: Any
<V1 : V>: Any <V1 : V>: Any
$receiver: GET_FIELD '`test4$delegate`: HashMap<String, Any> /* = HashMap<String, Any> */' type=kotlin.collections.HashMap<kotlin.String, kotlin.Any> /* = java.util.HashMap<kotlin.String, kotlin.Any> */ origin=null $receiver: GET_FIELD '`test4$delegate`: HashMap<String, Any> /* = HashMap<String, Any> */' type=kotlin.collections.HashMap<kotlin.String, kotlin.Any> /* = java.util.HashMap<kotlin.String, kotlin.Any> */ origin=null
thisRef: CONST Null type=kotlin.Nothing? value='null' thisRef: CONST Null type=kotlin.Nothing? value=null
property: PROPERTY_REFERENCE 'test4: Any' field=null getter='<get-test4>(): Any' setter='<set-test4>(Any): Unit' type=kotlin.reflect.KMutableProperty0<kotlin.Any> origin=PROPERTY_REFERENCE_FOR_DELEGATE property: PROPERTY_REFERENCE 'test4: Any' field=null getter='<get-test4>(): Any' setter='<set-test4>(Any): Unit' type=kotlin.reflect.KMutableProperty0<kotlin.Any> origin=PROPERTY_REFERENCE_FOR_DELEGATE
FUN DELEGATED_PROPERTY_ACCESSOR public fun <set-test4>(<set-?>: kotlin.Any): kotlin.Unit FUN DELEGATED_PROPERTY_ACCESSOR name:<set-test4> visibility:public modality:FINAL <> (<set-?>:kotlin.Any) returnType:Unit flags:
VALUE_PARAMETER value-parameter <set-?>: kotlin.Any VALUE_PARAMETER name:<set-?> index:0 type:kotlin.Any flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<set-test4>(Any): Unit' RETURN type=kotlin.Nothing from=<set-test4>(Any): Unit'
CALL 'setValue(Any?, KProperty<*>, Any) on MutableMap<in String, in Any>: Unit' type=kotlin.Unit origin=null CALL 'setValue(Any?, KProperty<*>, Any) on MutableMap<in String, in Any>: Unit' type=kotlin.Unit origin=null
<V>: Any <V>: Any
$receiver: GET_FIELD '`test4$delegate`: HashMap<String, Any> /* = HashMap<String, Any> */' type=kotlin.collections.HashMap<kotlin.String, kotlin.Any> /* = java.util.HashMap<kotlin.String, kotlin.Any> */ origin=null $receiver: GET_FIELD '`test4$delegate`: HashMap<String, Any> /* = HashMap<String, Any> */' type=kotlin.collections.HashMap<kotlin.String, kotlin.Any> /* = java.util.HashMap<kotlin.String, kotlin.Any> */ origin=null
thisRef: CONST Null type=kotlin.Nothing? value='null' thisRef: CONST Null type=kotlin.Nothing? value=null
property: PROPERTY_REFERENCE 'test4: Any' field=null getter='<get-test4>(): Any' setter='<set-test4>(Any): Unit' type=kotlin.reflect.KMutableProperty0<kotlin.Any> origin=PROPERTY_REFERENCE_FOR_DELEGATE property: PROPERTY_REFERENCE 'test4: Any' field=null getter='<get-test4>(): Any' setter='<set-test4>(Any): Unit' type=kotlin.reflect.KMutableProperty0<kotlin.Any> origin=PROPERTY_REFERENCE_FOR_DELEGATE
value: GET_VAR 'value-parameter <set-?>: Any' type=kotlin.Any origin=null value: GET_VAR 'value-parameter <set-?>: Any' type=kotlin.Any origin=null
+58 -58
View File
@@ -1,71 +1,71 @@
FILE /fakeOverrides.kt FILE fqName:<root> fileName:/fakeOverrides.kt
CLASS INTERFACE IFooStr CLASS INTERFACE name:IFooStr modality:ABSTRACT visibility:public flags:
$this: VALUE_PARAMETER this@IFooStr: IFooStr $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:IFooStr flags:
FUN public abstract fun foo(x: kotlin.String): kotlin.Unit FUN name:foo visibility:public modality:ABSTRACT <> ($this:IFooStr, x:kotlin.String) returnType:Unit flags:
$this: VALUE_PARAMETER this@IFooStr: IFooStr $this: VALUE_PARAMETER name:<this> type:IFooStr flags:
VALUE_PARAMETER value-parameter x: kotlin.String VALUE_PARAMETER name:x index:0 type:kotlin.String flags:
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
CLASS INTERFACE IBar CLASS INTERFACE name:IBar modality:ABSTRACT visibility:public flags:
$this: VALUE_PARAMETER this@IBar: IBar $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:IBar flags:
PROPERTY public abstract val bar: kotlin.Int PROPERTY name:bar type:kotlin.Int visibility:public modality:ABSTRACT flags:val
FUN DEFAULT_PROPERTY_ACCESSOR public abstract fun <get-bar>(): kotlin.Int FUN DEFAULT_PROPERTY_ACCESSOR name:<get-bar> visibility:public modality:ABSTRACT <> ($this:IBar) returnType:Int flags:
$this: VALUE_PARAMETER this@IBar: IBar $this: VALUE_PARAMETER name:<this> type:IBar flags:
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
CLASS CLASS CFoo CLASS CLASS name:CFoo modality:ABSTRACT visibility:public flags:
$this: VALUE_PARAMETER this@CFoo: CFoo<T> $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:CFoo<T> flags:
TYPE_PARAMETER <T> TYPE_PARAMETER name:T index:0 variance: upperBounds:[kotlin.Any?]
CONSTRUCTOR public constructor CFoo<T>() CONSTRUCTOR visibility:public <> () returnType:CFoo<T> flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='CFoo' INSTANCE_INITIALIZER_CALL classDescriptor='CFoo'
FUN public final fun foo(x: T): kotlin.Unit FUN name:foo visibility:public modality:FINAL <> ($this:CFoo<T>, x:T) returnType:Unit flags:
$this: VALUE_PARAMETER this@CFoo: CFoo<T> $this: VALUE_PARAMETER name:<this> type:CFoo<T> flags:
VALUE_PARAMETER value-parameter x: T VALUE_PARAMETER name:x index:0 type:T flags:
BLOCK_BODY BLOCK_BODY
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
CLASS CLASS Test1 CLASS CLASS name:Test1 modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@Test1: Test1 $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:Test1 flags:
CONSTRUCTOR public constructor Test1() CONSTRUCTOR visibility:public <> () returnType:Test1 flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor CFoo()' DELEGATING_CONSTRUCTOR_CALL 'constructor CFoo()'
<T>: String <T>: String
INSTANCE_INITIALIZER_CALL classDescriptor='Test1' INSTANCE_INITIALIZER_CALL classDescriptor='Test1'
PROPERTY public open override val bar: kotlin.Int = 42 PROPERTY name:bar type:kotlin.Int visibility:public modality:OPEN flags:val
FIELD PROPERTY_BACKING_FIELD public open override val bar: kotlin.Int = 42 FIELD PROPERTY_BACKING_FIELD name:bar type:kotlin.Int visibility:public
EXPRESSION_BODY EXPRESSION_BODY
CONST Int type=kotlin.Int value='42' CONST Int type=kotlin.Int value=42
FUN DEFAULT_PROPERTY_ACCESSOR public open override fun <get-bar>(): kotlin.Int FUN DEFAULT_PROPERTY_ACCESSOR name:<get-bar> visibility:public modality:OPEN <> ($this:Test1) returnType:Int flags:
$this: VALUE_PARAMETER this@Test1: Test1 $this: VALUE_PARAMETER name:<this> type:Test1 flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-bar>(): Int' RETURN type=kotlin.Nothing from=<get-bar>(): Int'
GET_FIELD 'bar: Int' type=kotlin.Int origin=null GET_FIELD 'bar: Int' type=kotlin.Int origin=null
receiver: GET_VAR 'this@Test1: Test1' type=Test1 origin=null receiver: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
FUN FAKE_OVERRIDE public final override fun foo(x: kotlin.String): kotlin.Unit FUN FAKE_OVERRIDE name:foo visibility:public modality:FINAL <> ($this:CFoo<kotlin.String>, x:kotlin.String) returnType:Unit flags:
$this: VALUE_PARAMETER this@CFoo: CFoo<String> $this: VALUE_PARAMETER name:<this> type:CFoo<kotlin.String> flags:
VALUE_PARAMETER value-parameter x: kotlin.String VALUE_PARAMETER name:x index:0 type:kotlin.String flags:
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
@@ -1,14 +1,14 @@
FILE /fileWithAnnotations.kt FILE fqName:<root> fileName:/fileWithAnnotations.kt
fileAnnotations: fileAnnotations:
@kotlin.jvm.JvmName(name = "FileWithAnnotations") @kotlin.jvm.JvmName(name = "FileWithAnnotations")
FUN public fun foo(): kotlin.Unit FUN name:foo visibility:public modality:FINAL <> () returnType:Unit flags:
BLOCK_BODY BLOCK_BODY
PROPERTY public val bar: kotlin.Int = 42 PROPERTY name:bar type:kotlin.Int visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public val bar: kotlin.Int = 42 FIELD PROPERTY_BACKING_FIELD name:bar type:kotlin.Int visibility:public
EXPRESSION_BODY EXPRESSION_BODY
CONST Int type=kotlin.Int value='42' CONST Int type=kotlin.Int value=42
FUN DEFAULT_PROPERTY_ACCESSOR public fun <get-bar>(): kotlin.Int FUN DEFAULT_PROPERTY_ACCESSOR name:<get-bar> visibility:public modality:FINAL <> () returnType:Int flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-bar>(): Int' RETURN type=kotlin.Nothing from=<get-bar>(): Int'
GET_FIELD 'bar: Int' type=kotlin.Int origin=null GET_FIELD 'bar: Int' type=kotlin.Int origin=null
@@ -1,36 +1,36 @@
FILE /interfaceProperties.kt FILE fqName:<root> fileName:/interfaceProperties.kt
CLASS INTERFACE C CLASS INTERFACE name:C modality:ABSTRACT visibility:public flags:
$this: VALUE_PARAMETER this@C: C $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:C flags:
PROPERTY public abstract val test1: kotlin.Int PROPERTY name:test1 type:kotlin.Int visibility:public modality:ABSTRACT flags:val
FUN DEFAULT_PROPERTY_ACCESSOR public abstract fun <get-test1>(): kotlin.Int FUN DEFAULT_PROPERTY_ACCESSOR name:<get-test1> visibility:public modality:ABSTRACT <> ($this:C) returnType:Int flags:
$this: VALUE_PARAMETER this@C: C $this: VALUE_PARAMETER name:<this> type:C flags:
PROPERTY public open val test2: kotlin.Int PROPERTY name:test2 type:kotlin.Int visibility:public modality:OPEN flags:val
FUN public open fun <get-test2>(): kotlin.Int FUN name:<get-test2> visibility:public modality:OPEN <> ($this:C) returnType:Int flags:
$this: VALUE_PARAMETER this@C: C $this: VALUE_PARAMETER name:<this> type:C flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-test2>(): Int' RETURN type=kotlin.Nothing from=<get-test2>(): Int'
CONST Int type=kotlin.Int value='0' CONST Int type=kotlin.Int value=0
PROPERTY public abstract var test3: kotlin.Int PROPERTY name:test3 type:kotlin.Int visibility:public modality:ABSTRACT flags:var
FUN DEFAULT_PROPERTY_ACCESSOR public abstract fun <get-test3>(): kotlin.Int FUN DEFAULT_PROPERTY_ACCESSOR name:<get-test3> visibility:public modality:ABSTRACT <> ($this:C) returnType:Int flags:
$this: VALUE_PARAMETER this@C: C $this: VALUE_PARAMETER name:<this> type:C flags:
FUN DEFAULT_PROPERTY_ACCESSOR public abstract fun <set-test3>(<set-?>: kotlin.Int): kotlin.Unit FUN DEFAULT_PROPERTY_ACCESSOR name:<set-test3> visibility:public modality:ABSTRACT <> ($this:C, <set-?>:kotlin.Int) returnType:Unit flags:
$this: VALUE_PARAMETER this@C: C $this: VALUE_PARAMETER name:<this> type:C flags:
VALUE_PARAMETER value-parameter <set-?>: kotlin.Int VALUE_PARAMETER name:<set-?> index:0 type:kotlin.Int flags:
PROPERTY public open var test4: kotlin.Int PROPERTY name:test4 type:kotlin.Int visibility:public modality:OPEN flags:var
FUN public open fun <get-test4>(): kotlin.Int FUN name:<get-test4> visibility:public modality:OPEN <> ($this:C) returnType:Int flags:
$this: VALUE_PARAMETER this@C: C $this: VALUE_PARAMETER name:<this> type:C flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-test4>(): Int' RETURN type=kotlin.Nothing from=<get-test4>(): Int'
CONST Int type=kotlin.Int value='0' CONST Int type=kotlin.Int value=0
FUN public open fun <set-test4>(value: kotlin.Int): kotlin.Unit FUN name:<set-test4> visibility:public modality:OPEN <> ($this:C, value:kotlin.Int) returnType:Unit flags:
$this: VALUE_PARAMETER this@C: C $this: VALUE_PARAMETER name:<this> type:C flags:
VALUE_PARAMETER value-parameter value: kotlin.Int VALUE_PARAMETER name:value index:0 type:kotlin.Int flags:
BLOCK_BODY BLOCK_BODY
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
@@ -1,58 +1,58 @@
FILE /localDelegatedProperties.kt FILE fqName:<root> fileName:/localDelegatedProperties.kt
FUN public fun test1(): kotlin.Unit FUN name:test1 visibility:public modality:FINAL <> () returnType:Unit flags:
BLOCK_BODY BLOCK_BODY
LOCAL_DELEGATED_PROPERTY val x: kotlin.Int LOCAL_DELEGATED_PROPERTY name:x type:kotlin.Int flags:val
VAR DELEGATE val `x$delegate`: kotlin.Lazy<kotlin.Int> VAR DELEGATE name:x$delegate type:kotlin.Lazy<kotlin.Int> flags:val
CALL 'lazy(() -> Int): Lazy<Int>' type=kotlin.Lazy<kotlin.Int> origin=null CALL 'lazy(() -> Int): Lazy<Int>' type=kotlin.Lazy<kotlin.Int> origin=null
<T>: Int <T>: Int
initializer: BLOCK type=() -> kotlin.Int origin=LAMBDA initializer: BLOCK type=() -> kotlin.Int origin=LAMBDA
FUN LOCAL_FUNCTION_FOR_LAMBDA local final fun <anonymous>(): kotlin.Int FUN LOCAL_FUNCTION_FOR_LAMBDA name:<anonymous> visibility:local modality:FINAL <> () returnType:Int flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<anonymous>(): Int' RETURN type=kotlin.Nothing from=<anonymous>(): Int'
CONST Int type=kotlin.Int value='42' CONST Int type=kotlin.Int value=42
FUNCTION_REFERENCE '<anonymous>(): Int' type=() -> kotlin.Int origin=LAMBDA FUNCTION_REFERENCE '<anonymous>(): Int' type=() -> kotlin.Int origin=LAMBDA
FUN DELEGATED_PROPERTY_ACCESSOR local final fun <get-x>(): kotlin.Int FUN DELEGATED_PROPERTY_ACCESSOR name:<get-x> visibility:local modality:FINAL <> () returnType:Int flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-x>(): Int' RETURN type=kotlin.Nothing from=<get-x>(): Int'
CALL 'getValue(Any?, KProperty<*>) on Lazy<Int>: Int' type=kotlin.Int origin=null CALL 'getValue(Any?, KProperty<*>) on Lazy<Int>: Int' type=kotlin.Int origin=null
<T>: Int <T>: Int
$receiver: GET_VAR '`x$delegate`: Lazy<Int>' type=kotlin.Lazy<kotlin.Int> origin=null $receiver: GET_VAR '`x$delegate`: Lazy<Int>' type=kotlin.Lazy<kotlin.Int> origin=null
thisRef: CONST Null type=kotlin.Nothing? value='null' thisRef: CONST Null type=kotlin.Nothing? value=null
property: LOCAL_DELEGATED_PROPERTY_REFERENCE 'x: Int' delegate='`x$delegate`: Lazy<Int>' getter='<get-x>(): Int' setter=null type=kotlin.reflect.KProperty0<kotlin.Int> origin=PROPERTY_REFERENCE_FOR_DELEGATE property: LOCAL_DELEGATED_PROPERTY_REFERENCE 'x: Int' delegate='`x$delegate`: Lazy<Int>' getter='<get-x>(): Int' setter=null type=kotlin.reflect.KProperty0<kotlin.Int> origin=PROPERTY_REFERENCE_FOR_DELEGATE
CALL 'println(Int): Unit' type=kotlin.Unit origin=null CALL 'println(Int): Unit' type=kotlin.Unit origin=null
message: CALL '<get-x>(): Int' type=kotlin.Int origin=GET_LOCAL_PROPERTY message: CALL '<get-x>(): Int' type=kotlin.Int origin=GET_LOCAL_PROPERTY
FUN public fun test2(): kotlin.Unit FUN name:test2 visibility:public modality:FINAL <> () returnType:Unit flags:
BLOCK_BODY BLOCK_BODY
LOCAL_DELEGATED_PROPERTY var x: kotlin.Int LOCAL_DELEGATED_PROPERTY name:x type:kotlin.Int flags:var
VAR DELEGATE val `x$delegate`: kotlin.collections.HashMap<kotlin.String, kotlin.Int> /* = java.util.HashMap<kotlin.String, kotlin.Int> */ VAR DELEGATE name:x$delegate type:kotlin.collections.HashMap<kotlin.String, kotlin.Int> /* = java.util.HashMap<kotlin.String, kotlin.Int> */ flags:val
CALL 'hashMapOf(): HashMap<String, Int> /* = HashMap<String, Int> */' type=kotlin.collections.HashMap<kotlin.String, kotlin.Int> /* = java.util.HashMap<kotlin.String, kotlin.Int> */ origin=null CALL 'hashMapOf(): HashMap<String, Int> /* = HashMap<String, Int> */' type=kotlin.collections.HashMap<kotlin.String, kotlin.Int> /* = java.util.HashMap<kotlin.String, kotlin.Int> */ origin=null
<K>: String <K>: String
<V>: Int <V>: Int
FUN DELEGATED_PROPERTY_ACCESSOR local final fun <get-x>(): kotlin.Int FUN DELEGATED_PROPERTY_ACCESSOR name:<get-x> visibility:local modality:FINAL <> () returnType:Int flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-x>(): Int' RETURN type=kotlin.Nothing from=<get-x>(): Int'
CALL 'getValue(Any?, KProperty<*>) on MutableMap<in String, out Int>: Int' type=kotlin.Int origin=null CALL 'getValue(Any?, KProperty<*>) on MutableMap<in String, out Int>: Int' type=kotlin.Int origin=null
<V>: Int <V>: Int
<V1 : V>: Int <V1 : V>: Int
$receiver: GET_VAR '`x$delegate`: HashMap<String, Int> /* = HashMap<String, Int> */' type=kotlin.collections.HashMap<kotlin.String, kotlin.Int> /* = java.util.HashMap<kotlin.String, kotlin.Int> */ origin=null $receiver: GET_VAR '`x$delegate`: HashMap<String, Int> /* = HashMap<String, Int> */' type=kotlin.collections.HashMap<kotlin.String, kotlin.Int> /* = java.util.HashMap<kotlin.String, kotlin.Int> */ origin=null
thisRef: CONST Null type=kotlin.Nothing? value='null' thisRef: CONST Null type=kotlin.Nothing? value=null
property: LOCAL_DELEGATED_PROPERTY_REFERENCE 'x: Int' delegate='`x$delegate`: HashMap<String, Int> /* = HashMap<String, Int> */' getter='<get-x>(): Int' setter='<set-x>(Int): Unit' type=kotlin.reflect.KMutableProperty0<kotlin.Int> origin=PROPERTY_REFERENCE_FOR_DELEGATE property: LOCAL_DELEGATED_PROPERTY_REFERENCE 'x: Int' delegate='`x$delegate`: HashMap<String, Int> /* = HashMap<String, Int> */' getter='<get-x>(): Int' setter='<set-x>(Int): Unit' type=kotlin.reflect.KMutableProperty0<kotlin.Int> origin=PROPERTY_REFERENCE_FOR_DELEGATE
FUN DELEGATED_PROPERTY_ACCESSOR local final fun <set-x>(value: kotlin.Int): kotlin.Unit FUN DELEGATED_PROPERTY_ACCESSOR name:<set-x> visibility:local modality:FINAL <> (value:kotlin.Int) returnType:Unit flags:
VALUE_PARAMETER value-parameter value: kotlin.Int VALUE_PARAMETER name:value index:0 type:kotlin.Int flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<set-x>(Int): Unit' RETURN type=kotlin.Nothing from=<set-x>(Int): Unit'
CALL 'setValue(Any?, KProperty<*>, Int) on MutableMap<in String, in Int>: Unit' type=kotlin.Unit origin=null CALL 'setValue(Any?, KProperty<*>, Int) on MutableMap<in String, in Int>: Unit' type=kotlin.Unit origin=null
<V>: Int <V>: Int
$receiver: GET_VAR '`x$delegate`: HashMap<String, Int> /* = HashMap<String, Int> */' type=kotlin.collections.HashMap<kotlin.String, kotlin.Int> /* = java.util.HashMap<kotlin.String, kotlin.Int> */ origin=null $receiver: GET_VAR '`x$delegate`: HashMap<String, Int> /* = HashMap<String, Int> */' type=kotlin.collections.HashMap<kotlin.String, kotlin.Int> /* = java.util.HashMap<kotlin.String, kotlin.Int> */ origin=null
thisRef: CONST Null type=kotlin.Nothing? value='null' thisRef: CONST Null type=kotlin.Nothing? value=null
property: LOCAL_DELEGATED_PROPERTY_REFERENCE 'x: Int' delegate='`x$delegate`: HashMap<String, Int> /* = HashMap<String, Int> */' getter='<get-x>(): Int' setter='<set-x>(Int): Unit' type=kotlin.reflect.KMutableProperty0<kotlin.Int> origin=PROPERTY_REFERENCE_FOR_DELEGATE property: LOCAL_DELEGATED_PROPERTY_REFERENCE 'x: Int' delegate='`x$delegate`: HashMap<String, Int> /* = HashMap<String, Int> */' getter='<get-x>(): Int' setter='<set-x>(Int): Unit' type=kotlin.reflect.KMutableProperty0<kotlin.Int> origin=PROPERTY_REFERENCE_FOR_DELEGATE
value: GET_VAR 'value-parameter value: Int' type=kotlin.Int origin=null value: GET_VAR 'value-parameter value: Int' type=kotlin.Int origin=null
TYPE_OP type=kotlin.Unit origin=IMPLICIT_COERCION_TO_UNIT typeOperand=kotlin.Unit TYPE_OP type=kotlin.Unit origin=IMPLICIT_COERCION_TO_UNIT typeOperand=kotlin.Unit
CALL '<set-x>(Int): Unit' type=kotlin.Int origin=EQ CALL '<set-x>(Int): Unit' type=kotlin.Int origin=EQ
value: CONST Int type=kotlin.Int value='0' value: CONST Int type=kotlin.Int value=0
TYPE_OP type=kotlin.Unit origin=IMPLICIT_COERCION_TO_UNIT typeOperand=kotlin.Unit TYPE_OP type=kotlin.Unit origin=IMPLICIT_COERCION_TO_UNIT typeOperand=kotlin.Unit
BLOCK type=kotlin.Int origin=POSTFIX_INCR BLOCK type=kotlin.Int origin=POSTFIX_INCR
VAR IR_TEMPORARY_VARIABLE val tmp0: kotlin.Int VAR IR_TEMPORARY_VARIABLE name:tmp0 type:kotlin.Int flags:val
CALL '<get-x>(): Int' type=kotlin.Int origin=POSTFIX_INCR CALL '<get-x>(): Int' type=kotlin.Int origin=POSTFIX_INCR
TYPE_OP type=kotlin.Unit origin=IMPLICIT_COERCION_TO_UNIT typeOperand=kotlin.Unit TYPE_OP type=kotlin.Unit origin=IMPLICIT_COERCION_TO_UNIT typeOperand=kotlin.Unit
CALL '<set-x>(Int): Unit' type=kotlin.Int origin=POSTFIX_INCR CALL '<set-x>(Int): Unit' type=kotlin.Int origin=POSTFIX_INCR
@@ -63,4 +63,5 @@ FILE /localDelegatedProperties.kt
CALL '<set-x>(Int): Unit' type=kotlin.Int origin=PLUSEQ CALL '<set-x>(Int): Unit' type=kotlin.Int origin=PLUSEQ
value: CALL 'plus(Int): Int' type=kotlin.Int origin=PLUSEQ value: CALL 'plus(Int): Int' type=kotlin.Int origin=PLUSEQ
$this: CALL '<get-x>(): Int' type=kotlin.Int origin=PLUSEQ $this: CALL '<get-x>(): Int' type=kotlin.Int origin=PLUSEQ
other: CONST Int type=kotlin.Int value='1' other: CONST Int type=kotlin.Int value=1
@@ -1,47 +1,47 @@
FILE /localDelegatedPropertyWithSuspendOperators.kt FILE fqName:<root> fileName:/localDelegatedPropertyWithSuspendOperators.kt
CLASS CLASS A CLASS CLASS name:A modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@A: A $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:A flags:
CONSTRUCTOR public constructor A() CONSTRUCTOR visibility:public <> () returnType:A flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='A' INSTANCE_INITIALIZER_CALL classDescriptor='A'
PROPERTY public final var z: kotlin.Int PROPERTY name:z type:kotlin.Int visibility:public modality:FINAL flags:var
FIELD PROPERTY_BACKING_FIELD public final var z: kotlin.Int FIELD PROPERTY_BACKING_FIELD name:z type:kotlin.Int visibility:public
EXPRESSION_BODY EXPRESSION_BODY
CONST Int type=kotlin.Int value='42' CONST Int type=kotlin.Int value=42
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-z>(): kotlin.Int FUN DEFAULT_PROPERTY_ACCESSOR name:<get-z> visibility:public modality:FINAL <> ($this:A) returnType:Int flags:
$this: VALUE_PARAMETER this@A: A $this: VALUE_PARAMETER name:<this> type:A flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-z>(): Int' RETURN type=kotlin.Nothing from=<get-z>(): Int'
GET_FIELD 'z: Int' type=kotlin.Int origin=null GET_FIELD 'z: Int' type=kotlin.Int origin=null
receiver: GET_VAR 'this@A: A' type=A origin=null receiver: GET_VAR 'this@A: A' type=A origin=null
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <set-z>(<set-?>: kotlin.Int): kotlin.Unit FUN DEFAULT_PROPERTY_ACCESSOR name:<set-z> visibility:public modality:FINAL <> ($this:A, <set-?>:kotlin.Int) returnType:Unit flags:
$this: VALUE_PARAMETER this@A: A $this: VALUE_PARAMETER name:<this> type:A flags:
VALUE_PARAMETER value-parameter <set-?>: kotlin.Int VALUE_PARAMETER name:<set-?> index:0 type:kotlin.Int flags:
BLOCK_BODY BLOCK_BODY
SET_FIELD 'z: Int' type=kotlin.Unit origin=null SET_FIELD 'z: Int' type=kotlin.Unit origin=null
receiver: GET_VAR 'this@A: A' type=A origin=null receiver: GET_VAR 'this@A: A' type=A origin=null
value: GET_VAR 'value-parameter <set-?>: Int' type=kotlin.Int origin=null value: GET_VAR 'value-parameter <set-?>: Int' type=kotlin.Int origin=null
FUN public final suspend operator fun getValue(thisRef: kotlin.Any?, property: kotlin.reflect.KProperty<*>): kotlin.Int FUN name:getValue visibility:public modality:FINAL <> ($this:A, thisRef:kotlin.Any?, property:kotlin.reflect.KProperty<*>) returnType:Int flags:suspend
$this: VALUE_PARAMETER this@A: A $this: VALUE_PARAMETER name:<this> type:A flags:
VALUE_PARAMETER value-parameter thisRef: kotlin.Any? VALUE_PARAMETER name:thisRef index:0 type:kotlin.Any? flags:
VALUE_PARAMETER value-parameter property: kotlin.reflect.KProperty<*> VALUE_PARAMETER name:property index:1 type:kotlin.reflect.KProperty<*> flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='getValue(Any?, KProperty<*>): Int' RETURN type=kotlin.Nothing from=getValue(Any?, KProperty<*>): Int'
CALL '<get-z>(): Int' type=kotlin.Int origin=GET_PROPERTY CALL '<get-z>(): Int' type=kotlin.Int origin=GET_PROPERTY
$this: GET_VAR 'this@A: A' type=A origin=null $this: GET_VAR 'this@A: A' type=A origin=null
FUN public final suspend operator fun setValue(thisRef: kotlin.Any?, property: kotlin.reflect.KProperty<*>, value: kotlin.Int): kotlin.Unit FUN name:setValue visibility:public modality:FINAL <> ($this:A, thisRef:kotlin.Any?, property:kotlin.reflect.KProperty<*>, value:kotlin.Int) returnType:Unit flags:suspend
$this: VALUE_PARAMETER this@A: A $this: VALUE_PARAMETER name:<this> type:A flags:
VALUE_PARAMETER value-parameter thisRef: kotlin.Any? VALUE_PARAMETER name:thisRef index:0 type:kotlin.Any? flags:
VALUE_PARAMETER value-parameter property: kotlin.reflect.KProperty<*> VALUE_PARAMETER name:property index:1 type:kotlin.reflect.KProperty<*> flags:
VALUE_PARAMETER value-parameter value: kotlin.Int VALUE_PARAMETER name:value index:2 type:kotlin.Int flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='setValue(Any?, KProperty<*>, Int): Unit' RETURN type=kotlin.Nothing from=setValue(Any?, KProperty<*>, Int): Unit'
CALL 'suspendCoroutineOrReturn(crossinline (Continuation<Unit>) -> Any?): Unit' type=kotlin.Unit origin=null CALL 'suspendCoroutineOrReturn(crossinline (Continuation<Unit>) -> Any?): Unit' type=kotlin.Unit origin=null
<T>: Unit <T>: Unit
block: BLOCK type=(kotlin.coroutines.experimental.Continuation<kotlin.Unit>) -> kotlin.Any origin=LAMBDA block: BLOCK type=(kotlin.coroutines.experimental.Continuation<kotlin.Unit>) -> kotlin.Any origin=LAMBDA
FUN LOCAL_FUNCTION_FOR_LAMBDA local final fun <anonymous>(x: kotlin.coroutines.experimental.Continuation<kotlin.Unit>): kotlin.Any FUN LOCAL_FUNCTION_FOR_LAMBDA name:<anonymous> visibility:local modality:FINAL <> (x:kotlin.coroutines.experimental.Continuation<kotlin.Unit>) returnType:Any flags:
VALUE_PARAMETER value-parameter x: kotlin.coroutines.experimental.Continuation<kotlin.Unit> VALUE_PARAMETER name:x index:0 type:kotlin.coroutines.experimental.Continuation<kotlin.Unit> flags:
BLOCK_BODY BLOCK_BODY
CALL '<set-z>(Int): Unit' type=kotlin.Unit origin=EQ CALL '<set-z>(Int): Unit' type=kotlin.Unit origin=EQ
$this: GET_VAR 'this@A: A' type=A origin=null $this: GET_VAR 'this@A: A' type=A origin=null
@@ -49,68 +49,69 @@ FILE /localDelegatedPropertyWithSuspendOperators.kt
CALL 'resume(Unit): Unit' type=kotlin.Unit origin=null CALL 'resume(Unit): Unit' type=kotlin.Unit origin=null
$this: GET_VAR 'value-parameter x: Continuation<Unit>' type=kotlin.coroutines.experimental.Continuation<kotlin.Unit> origin=null $this: GET_VAR 'value-parameter x: Continuation<Unit>' type=kotlin.coroutines.experimental.Continuation<kotlin.Unit> origin=null
value: GET_OBJECT 'Unit' type=kotlin.Unit value: GET_OBJECT 'Unit' type=kotlin.Unit
RETURN type=kotlin.Nothing from='<anonymous>(Continuation<Unit>): Any' RETURN type=kotlin.Nothing from=<anonymous>(Continuation<Unit>): Any'
CALL '<get-COROUTINE_SUSPENDED>(): Any' type=kotlin.Any origin=GET_PROPERTY CALL '<get-COROUTINE_SUSPENDED>(): Any' type=kotlin.Any origin=GET_PROPERTY
FUNCTION_REFERENCE '<anonymous>(Continuation<Unit>): Any' type=(kotlin.coroutines.experimental.Continuation<kotlin.Unit>) -> kotlin.Any origin=LAMBDA FUNCTION_REFERENCE '<anonymous>(Continuation<Unit>): Any' type=(kotlin.coroutines.experimental.Continuation<kotlin.Unit>) -> kotlin.Any origin=LAMBDA
FUN public final suspend operator fun provideDelegate(host: kotlin.Any?, p: kotlin.Any): A FUN name:provideDelegate visibility:public modality:FINAL <> ($this:A, host:kotlin.Any?, p:kotlin.Any) returnType:A flags:suspend
$this: VALUE_PARAMETER this@A: A $this: VALUE_PARAMETER name:<this> type:A flags:
VALUE_PARAMETER value-parameter host: kotlin.Any? VALUE_PARAMETER name:host index:0 type:kotlin.Any? flags:
VALUE_PARAMETER value-parameter p: kotlin.Any VALUE_PARAMETER name:p index:1 type:kotlin.Any flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='provideDelegate(Any?, Any): A' RETURN type=kotlin.Nothing from=provideDelegate(Any?, Any): A'
CALL 'suspendCoroutineOrReturn(crossinline (Continuation<A>) -> Any?): A' type=A origin=null CALL 'suspendCoroutineOrReturn(crossinline (Continuation<A>) -> Any?): A' type=A origin=null
<T>: A <T>: A
block: BLOCK type=(kotlin.coroutines.experimental.Continuation<A>) -> kotlin.Any origin=LAMBDA block: BLOCK type=(kotlin.coroutines.experimental.Continuation<A>) -> kotlin.Any origin=LAMBDA
FUN LOCAL_FUNCTION_FOR_LAMBDA local final fun <anonymous>(x: kotlin.coroutines.experimental.Continuation<A>): kotlin.Any FUN LOCAL_FUNCTION_FOR_LAMBDA name:<anonymous> visibility:local modality:FINAL <> (x:kotlin.coroutines.experimental.Continuation<A>) returnType:Any flags:
VALUE_PARAMETER value-parameter x: kotlin.coroutines.experimental.Continuation<A> VALUE_PARAMETER name:x index:0 type:kotlin.coroutines.experimental.Continuation<A> flags:
BLOCK_BODY BLOCK_BODY
CALL 'resume(A): Unit' type=kotlin.Unit origin=null CALL 'resume(A): Unit' type=kotlin.Unit origin=null
$this: GET_VAR 'value-parameter x: Continuation<A>' type=kotlin.coroutines.experimental.Continuation<A> origin=null $this: GET_VAR 'value-parameter x: Continuation<A>' type=kotlin.coroutines.experimental.Continuation<A> origin=null
value: GET_VAR 'this@A: A' type=A origin=null value: GET_VAR 'this@A: A' type=A origin=null
RETURN type=kotlin.Nothing from='<anonymous>(Continuation<A>): Any' RETURN type=kotlin.Nothing from=<anonymous>(Continuation<A>): Any'
CALL '<get-COROUTINE_SUSPENDED>(): Any' type=kotlin.Any origin=GET_PROPERTY CALL '<get-COROUTINE_SUSPENDED>(): Any' type=kotlin.Any origin=GET_PROPERTY
FUNCTION_REFERENCE '<anonymous>(Continuation<A>): Any' type=(kotlin.coroutines.experimental.Continuation<A>) -> kotlin.Any origin=LAMBDA FUNCTION_REFERENCE '<anonymous>(Continuation<A>): Any' type=(kotlin.coroutines.experimental.Continuation<A>) -> kotlin.Any origin=LAMBDA
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN public suspend fun test(): kotlin.Unit FUN name:test visibility:public modality:FINAL <> () returnType:Unit flags:suspend
BLOCK_BODY BLOCK_BODY
LOCAL_DELEGATED_PROPERTY val testVal: kotlin.Int LOCAL_DELEGATED_PROPERTY name:testVal type:kotlin.Int flags:val
VAR DELEGATE val `testVal$delegate`: A VAR DELEGATE name:testVal$delegate type:A flags:val
CALL 'provideDelegate(Any?, Any): A' type=A origin=null CALL 'provideDelegate(Any?, Any): A' type=A origin=null
$this: CALL 'constructor A()' type=A origin=null $this: CALL 'constructor A()' type=A origin=null
host: CONST Null type=kotlin.Nothing? value='null' host: CONST Null type=kotlin.Nothing? value=null
p: LOCAL_DELEGATED_PROPERTY_REFERENCE 'testVal: Int' delegate='`testVal$delegate`: A' getter='<get-testVal>(): Int' setter=null type=kotlin.reflect.KProperty0<kotlin.Int> origin=PROPERTY_REFERENCE_FOR_DELEGATE p: LOCAL_DELEGATED_PROPERTY_REFERENCE 'testVal: Int' delegate='`testVal$delegate`: A' getter='<get-testVal>(): Int' setter=null type=kotlin.reflect.KProperty0<kotlin.Int> origin=PROPERTY_REFERENCE_FOR_DELEGATE
FUN DELEGATED_PROPERTY_ACCESSOR local final suspend fun <get-testVal>(): kotlin.Int FUN DELEGATED_PROPERTY_ACCESSOR name:<get-testVal> visibility:local modality:FINAL <> () returnType:Int flags:suspend
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-testVal>(): Int' RETURN type=kotlin.Nothing from=<get-testVal>(): Int'
CALL 'getValue(Any?, KProperty<*>): Int' type=kotlin.Int origin=null CALL 'getValue(Any?, KProperty<*>): Int' type=kotlin.Int origin=null
$this: GET_VAR '`testVal$delegate`: A' type=A origin=null $this: GET_VAR '`testVal$delegate`: A' type=A origin=null
thisRef: CONST Null type=kotlin.Nothing? value='null' thisRef: CONST Null type=kotlin.Nothing? value=null
property: LOCAL_DELEGATED_PROPERTY_REFERENCE 'testVal: Int' delegate='`testVal$delegate`: A' getter='<get-testVal>(): Int' setter=null type=kotlin.reflect.KProperty0<kotlin.Int> origin=PROPERTY_REFERENCE_FOR_DELEGATE property: LOCAL_DELEGATED_PROPERTY_REFERENCE 'testVal: Int' delegate='`testVal$delegate`: A' getter='<get-testVal>(): Int' setter=null type=kotlin.reflect.KProperty0<kotlin.Int> origin=PROPERTY_REFERENCE_FOR_DELEGATE
LOCAL_DELEGATED_PROPERTY var testVar: kotlin.Int LOCAL_DELEGATED_PROPERTY name:testVar type:kotlin.Int flags:var
VAR DELEGATE val `testVar$delegate`: A VAR DELEGATE name:testVar$delegate type:A flags:val
CALL 'provideDelegate(Any?, Any): A' type=A origin=null CALL 'provideDelegate(Any?, Any): A' type=A origin=null
$this: CALL 'constructor A()' type=A origin=null $this: CALL 'constructor A()' type=A origin=null
host: CONST Null type=kotlin.Nothing? value='null' host: CONST Null type=kotlin.Nothing? value=null
p: LOCAL_DELEGATED_PROPERTY_REFERENCE 'testVar: Int' delegate='`testVar$delegate`: A' getter='<get-testVar>(): Int' setter='<set-testVar>(Int): Unit' type=kotlin.reflect.KMutableProperty0<kotlin.Int> origin=PROPERTY_REFERENCE_FOR_DELEGATE p: LOCAL_DELEGATED_PROPERTY_REFERENCE 'testVar: Int' delegate='`testVar$delegate`: A' getter='<get-testVar>(): Int' setter='<set-testVar>(Int): Unit' type=kotlin.reflect.KMutableProperty0<kotlin.Int> origin=PROPERTY_REFERENCE_FOR_DELEGATE
FUN DELEGATED_PROPERTY_ACCESSOR local final suspend fun <get-testVar>(): kotlin.Int FUN DELEGATED_PROPERTY_ACCESSOR name:<get-testVar> visibility:local modality:FINAL <> () returnType:Int flags:suspend
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-testVar>(): Int' RETURN type=kotlin.Nothing from=<get-testVar>(): Int'
CALL 'getValue(Any?, KProperty<*>): Int' type=kotlin.Int origin=null CALL 'getValue(Any?, KProperty<*>): Int' type=kotlin.Int origin=null
$this: GET_VAR '`testVar$delegate`: A' type=A origin=null $this: GET_VAR '`testVar$delegate`: A' type=A origin=null
thisRef: CONST Null type=kotlin.Nothing? value='null' thisRef: CONST Null type=kotlin.Nothing? value=null
property: LOCAL_DELEGATED_PROPERTY_REFERENCE 'testVar: Int' delegate='`testVar$delegate`: A' getter='<get-testVar>(): Int' setter='<set-testVar>(Int): Unit' type=kotlin.reflect.KMutableProperty0<kotlin.Int> origin=PROPERTY_REFERENCE_FOR_DELEGATE property: LOCAL_DELEGATED_PROPERTY_REFERENCE 'testVar: Int' delegate='`testVar$delegate`: A' getter='<get-testVar>(): Int' setter='<set-testVar>(Int): Unit' type=kotlin.reflect.KMutableProperty0<kotlin.Int> origin=PROPERTY_REFERENCE_FOR_DELEGATE
FUN DELEGATED_PROPERTY_ACCESSOR local final suspend fun <set-testVar>(value: kotlin.Int): kotlin.Unit FUN DELEGATED_PROPERTY_ACCESSOR name:<set-testVar> visibility:local modality:FINAL <> (value:kotlin.Int) returnType:Unit flags:suspend
VALUE_PARAMETER value-parameter value: kotlin.Int VALUE_PARAMETER name:value index:0 type:kotlin.Int flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<set-testVar>(Int): Unit' RETURN type=kotlin.Nothing from=<set-testVar>(Int): Unit'
CALL 'setValue(Any?, KProperty<*>, Int): Unit' type=kotlin.Unit origin=null CALL 'setValue(Any?, KProperty<*>, Int): Unit' type=kotlin.Unit origin=null
$this: GET_VAR '`testVar$delegate`: A' type=A origin=null $this: GET_VAR '`testVar$delegate`: A' type=A origin=null
thisRef: CONST Null type=kotlin.Nothing? value='null' thisRef: CONST Null type=kotlin.Nothing? value=null
property: LOCAL_DELEGATED_PROPERTY_REFERENCE 'testVar: Int' delegate='`testVar$delegate`: A' getter='<get-testVar>(): Int' setter='<set-testVar>(Int): Unit' type=kotlin.reflect.KMutableProperty0<kotlin.Int> origin=PROPERTY_REFERENCE_FOR_DELEGATE property: LOCAL_DELEGATED_PROPERTY_REFERENCE 'testVar: Int' delegate='`testVar$delegate`: A' getter='<get-testVar>(): Int' setter='<set-testVar>(Int): Unit' type=kotlin.reflect.KMutableProperty0<kotlin.Int> origin=PROPERTY_REFERENCE_FOR_DELEGATE
value: GET_VAR 'value-parameter value: Int' type=kotlin.Int origin=null value: GET_VAR 'value-parameter value: Int' type=kotlin.Int origin=null
@@ -1,12 +1,13 @@
FILE /localVarInDoWhile.kt FILE fqName:<root> fileName:/localVarInDoWhile.kt
FUN public fun foo(): kotlin.Unit FUN name:foo visibility:public modality:FINAL <> () returnType:Unit flags:
BLOCK_BODY BLOCK_BODY
BLOCK type=kotlin.Unit origin=null BLOCK type=kotlin.Unit origin=null
DO_WHILE label=null origin=DO_WHILE_LOOP DO_WHILE label=null origin=DO_WHILE_LOOP
body: COMPOSITE type=kotlin.Unit origin=null body: COMPOSITE type=kotlin.Unit origin=null
VAR val x: kotlin.Int = 42 VAR name:x type:kotlin.Int flags:val
CONST Int type=kotlin.Int value='42' CONST Int type=kotlin.Int value=42
condition: CALL 'NOT(Boolean): Boolean' type=kotlin.Boolean origin=EXCLEQ condition: CALL 'NOT(Boolean): Boolean' type=kotlin.Boolean origin=EXCLEQ
arg0: CALL 'EQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EXCLEQ arg0: CALL 'EQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EXCLEQ
arg0: GET_VAR 'x: Int' type=kotlin.Int origin=null arg0: GET_VAR 'x: Int' type=kotlin.Int origin=null
arg1: CONST Int type=kotlin.Int value='42' arg1: CONST Int type=kotlin.Int value=42
@@ -1,106 +1,106 @@
FILE /packageLevelProperties.kt FILE fqName:<root> fileName:/packageLevelProperties.kt
PROPERTY public val test1: kotlin.Int = 0 PROPERTY name:test1 type:kotlin.Int visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public val test1: kotlin.Int = 0 FIELD PROPERTY_BACKING_FIELD name:test1 type:kotlin.Int visibility:public
EXPRESSION_BODY EXPRESSION_BODY
CONST Int type=kotlin.Int value='0' CONST Int type=kotlin.Int value=0
FUN DEFAULT_PROPERTY_ACCESSOR public fun <get-test1>(): kotlin.Int FUN DEFAULT_PROPERTY_ACCESSOR name:<get-test1> visibility:public modality:FINAL <> () returnType:Int flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-test1>(): Int' RETURN type=kotlin.Nothing from=<get-test1>(): Int'
GET_FIELD 'test1: Int' type=kotlin.Int origin=null GET_FIELD 'test1: Int' type=kotlin.Int origin=null
PROPERTY public val test2: kotlin.Int PROPERTY name:test2 type:kotlin.Int visibility:public modality:FINAL flags:val
FUN public fun <get-test2>(): kotlin.Int FUN name:<get-test2> visibility:public modality:FINAL <> () returnType:Int flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-test2>(): Int' RETURN type=kotlin.Nothing from=<get-test2>(): Int'
CONST Int type=kotlin.Int value='0' CONST Int type=kotlin.Int value=0
PROPERTY public var test3: kotlin.Int PROPERTY name:test3 type:kotlin.Int visibility:public modality:FINAL flags:var
FIELD PROPERTY_BACKING_FIELD public var test3: kotlin.Int FIELD PROPERTY_BACKING_FIELD name:test3 type:kotlin.Int visibility:public
EXPRESSION_BODY EXPRESSION_BODY
CONST Int type=kotlin.Int value='0' CONST Int type=kotlin.Int value=0
FUN DEFAULT_PROPERTY_ACCESSOR public fun <get-test3>(): kotlin.Int FUN DEFAULT_PROPERTY_ACCESSOR name:<get-test3> visibility:public modality:FINAL <> () returnType:Int flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-test3>(): Int' RETURN type=kotlin.Nothing from=<get-test3>(): Int'
GET_FIELD 'test3: Int' type=kotlin.Int origin=null GET_FIELD 'test3: Int' type=kotlin.Int origin=null
FUN DEFAULT_PROPERTY_ACCESSOR public fun <set-test3>(<set-?>: kotlin.Int): kotlin.Unit FUN DEFAULT_PROPERTY_ACCESSOR name:<set-test3> visibility:public modality:FINAL <> (<set-?>:kotlin.Int) returnType:Unit flags:
VALUE_PARAMETER value-parameter <set-?>: kotlin.Int VALUE_PARAMETER name:<set-?> index:0 type:kotlin.Int flags:
BLOCK_BODY BLOCK_BODY
SET_FIELD 'test3: Int' type=kotlin.Unit origin=null SET_FIELD 'test3: Int' type=kotlin.Unit origin=null
value: GET_VAR 'value-parameter <set-?>: Int' type=kotlin.Int origin=null value: GET_VAR 'value-parameter <set-?>: Int' type=kotlin.Int origin=null
PROPERTY public var test4: kotlin.Int PROPERTY name:test4 type:kotlin.Int visibility:public modality:FINAL flags:var
FIELD PROPERTY_BACKING_FIELD public var test4: kotlin.Int FIELD PROPERTY_BACKING_FIELD name:test4 type:kotlin.Int visibility:public
EXPRESSION_BODY EXPRESSION_BODY
CONST Int type=kotlin.Int value='1' CONST Int type=kotlin.Int value=1
FUN DEFAULT_PROPERTY_ACCESSOR public fun <get-test4>(): kotlin.Int FUN DEFAULT_PROPERTY_ACCESSOR name:<get-test4> visibility:public modality:FINAL <> () returnType:Int flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-test4>(): Int' RETURN type=kotlin.Nothing from=<get-test4>(): Int'
GET_FIELD 'test4: Int' type=kotlin.Int origin=null GET_FIELD 'test4: Int' type=kotlin.Int origin=null
FUN public fun <set-test4>(value: kotlin.Int): kotlin.Unit FUN name:<set-test4> visibility:public modality:FINAL <> (value:kotlin.Int) returnType:Unit flags:
VALUE_PARAMETER value-parameter value: kotlin.Int VALUE_PARAMETER name:value index:0 type:kotlin.Int flags:
BLOCK_BODY BLOCK_BODY
SET_FIELD 'test4: Int' type=kotlin.Unit origin=EQ SET_FIELD 'test4: Int' type=kotlin.Unit origin=EQ
value: GET_VAR 'value-parameter value: Int' type=kotlin.Int origin=null value: GET_VAR 'value-parameter value: Int' type=kotlin.Int origin=null
PROPERTY public var test5: kotlin.Int PROPERTY name:test5 type:kotlin.Int visibility:public modality:FINAL flags:var
FIELD PROPERTY_BACKING_FIELD public var test5: kotlin.Int FIELD PROPERTY_BACKING_FIELD name:test5 type:kotlin.Int visibility:public
EXPRESSION_BODY EXPRESSION_BODY
CONST Int type=kotlin.Int value='1' CONST Int type=kotlin.Int value=1
FUN DEFAULT_PROPERTY_ACCESSOR public fun <get-test5>(): kotlin.Int FUN DEFAULT_PROPERTY_ACCESSOR name:<get-test5> visibility:public modality:FINAL <> () returnType:Int flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-test5>(): Int' RETURN type=kotlin.Nothing from=<get-test5>(): Int'
GET_FIELD 'test5: Int' type=kotlin.Int origin=null GET_FIELD 'test5: Int' type=kotlin.Int origin=null
FUN private fun <set-test5>(<set-?>: kotlin.Int): kotlin.Unit FUN name:<set-test5> visibility:private modality:FINAL <> (<set-?>:kotlin.Int) returnType:Unit flags:
VALUE_PARAMETER value-parameter <set-?>: kotlin.Int VALUE_PARAMETER name:<set-?> index:0 type:kotlin.Int flags:
BLOCK_BODY BLOCK_BODY
SET_FIELD 'test5: Int' type=kotlin.Unit origin=null SET_FIELD 'test5: Int' type=kotlin.Unit origin=null
value: GET_VAR 'value-parameter <set-?>: Int' type=kotlin.Int origin=null value: GET_VAR 'value-parameter <set-?>: Int' type=kotlin.Int origin=null
PROPERTY public val test6: kotlin.Int = 1 PROPERTY name:test6 type:kotlin.Int visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public val test6: kotlin.Int = 1 FIELD PROPERTY_BACKING_FIELD name:test6 type:kotlin.Int visibility:public
EXPRESSION_BODY EXPRESSION_BODY
CONST Int type=kotlin.Int value='1' CONST Int type=kotlin.Int value=1
FUN public fun <get-test6>(): kotlin.Int FUN name:<get-test6> visibility:public modality:FINAL <> () returnType:Int flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-test6>(): Int' RETURN type=kotlin.Nothing from=<get-test6>(): Int'
GET_FIELD 'test6: Int' type=kotlin.Int origin=null GET_FIELD 'test6: Int' type=kotlin.Int origin=null
PROPERTY public val test7: kotlin.Int PROPERTY name:test7 type:kotlin.Int visibility:public modality:FINAL flags:delegatedmval
FIELD DELEGATE val `test7$delegate`: kotlin.Lazy<kotlin.Int> FIELD DELEGATE name:test7$delegate type:kotlin.Lazy<kotlin.Int> visibility:private
EXPRESSION_BODY EXPRESSION_BODY
CALL 'lazy(() -> Int): Lazy<Int>' type=kotlin.Lazy<kotlin.Int> origin=null CALL 'lazy(() -> Int): Lazy<Int>' type=kotlin.Lazy<kotlin.Int> origin=null
<T>: Int <T>: Int
initializer: BLOCK type=() -> kotlin.Int origin=LAMBDA initializer: BLOCK type=() -> kotlin.Int origin=LAMBDA
FUN LOCAL_FUNCTION_FOR_LAMBDA local final fun <anonymous>(): kotlin.Int FUN LOCAL_FUNCTION_FOR_LAMBDA name:<anonymous> visibility:local modality:FINAL <> () returnType:Int flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<anonymous>(): Int' RETURN type=kotlin.Nothing from=<anonymous>(): Int'
CONST Int type=kotlin.Int value='42' CONST Int type=kotlin.Int value=42
FUNCTION_REFERENCE '<anonymous>(): Int' type=() -> kotlin.Int origin=LAMBDA FUNCTION_REFERENCE '<anonymous>(): Int' type=() -> kotlin.Int origin=LAMBDA
FUN DELEGATED_PROPERTY_ACCESSOR public fun <get-test7>(): kotlin.Int FUN DELEGATED_PROPERTY_ACCESSOR name:<get-test7> visibility:public modality:FINAL <> () returnType:Int flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-test7>(): Int' RETURN type=kotlin.Nothing from=<get-test7>(): Int'
CALL 'getValue(Any?, KProperty<*>) on Lazy<Int>: Int' type=kotlin.Int origin=null CALL 'getValue(Any?, KProperty<*>) on Lazy<Int>: Int' type=kotlin.Int origin=null
<T>: Int <T>: Int
$receiver: GET_FIELD '`test7$delegate`: Lazy<Int>' type=kotlin.Lazy<kotlin.Int> origin=null $receiver: GET_FIELD '`test7$delegate`: Lazy<Int>' type=kotlin.Lazy<kotlin.Int> origin=null
thisRef: CONST Null type=kotlin.Nothing? value='null' thisRef: CONST Null type=kotlin.Nothing? value=null
property: PROPERTY_REFERENCE 'test7: Int' field=null getter='<get-test7>(): Int' setter=null type=kotlin.reflect.KProperty0<kotlin.Int> origin=PROPERTY_REFERENCE_FOR_DELEGATE property: PROPERTY_REFERENCE 'test7: Int' field=null getter='<get-test7>(): Int' setter=null type=kotlin.reflect.KProperty0<kotlin.Int> origin=PROPERTY_REFERENCE_FOR_DELEGATE
PROPERTY public var test8: kotlin.Int PROPERTY name:test8 type:kotlin.Int visibility:public modality:FINAL flags:delegatedmvar
FIELD DELEGATE val `test8$delegate`: kotlin.collections.HashMap<kotlin.String, kotlin.Int> /* = java.util.HashMap<kotlin.String, kotlin.Int> */ FIELD DELEGATE name:test8$delegate type:kotlin.collections.HashMap<kotlin.String, kotlin.Int> /* = java.util.HashMap<kotlin.String, kotlin.Int> */ visibility:private
EXPRESSION_BODY EXPRESSION_BODY
CALL 'hashMapOf(): HashMap<String, Int> /* = HashMap<String, Int> */' type=kotlin.collections.HashMap<kotlin.String, kotlin.Int> /* = java.util.HashMap<kotlin.String, kotlin.Int> */ origin=null CALL 'hashMapOf(): HashMap<String, Int> /* = HashMap<String, Int> */' type=kotlin.collections.HashMap<kotlin.String, kotlin.Int> /* = java.util.HashMap<kotlin.String, kotlin.Int> */ origin=null
<K>: String <K>: String
<V>: Int <V>: Int
FUN DELEGATED_PROPERTY_ACCESSOR public fun <get-test8>(): kotlin.Int FUN DELEGATED_PROPERTY_ACCESSOR name:<get-test8> visibility:public modality:FINAL <> () returnType:Int flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-test8>(): Int' RETURN type=kotlin.Nothing from=<get-test8>(): Int'
CALL 'getValue(Any?, KProperty<*>) on MutableMap<in String, out Int>: Int' type=kotlin.Int origin=null CALL 'getValue(Any?, KProperty<*>) on MutableMap<in String, out Int>: Int' type=kotlin.Int origin=null
<V>: Int <V>: Int
<V1 : V>: Int <V1 : V>: Int
$receiver: GET_FIELD '`test8$delegate`: HashMap<String, Int> /* = HashMap<String, Int> */' type=kotlin.collections.HashMap<kotlin.String, kotlin.Int> /* = java.util.HashMap<kotlin.String, kotlin.Int> */ origin=null $receiver: GET_FIELD '`test8$delegate`: HashMap<String, Int> /* = HashMap<String, Int> */' type=kotlin.collections.HashMap<kotlin.String, kotlin.Int> /* = java.util.HashMap<kotlin.String, kotlin.Int> */ origin=null
thisRef: CONST Null type=kotlin.Nothing? value='null' thisRef: CONST Null type=kotlin.Nothing? value=null
property: PROPERTY_REFERENCE 'test8: Int' field=null getter='<get-test8>(): Int' setter='<set-test8>(Int): Unit' type=kotlin.reflect.KMutableProperty0<kotlin.Int> origin=PROPERTY_REFERENCE_FOR_DELEGATE property: PROPERTY_REFERENCE 'test8: Int' field=null getter='<get-test8>(): Int' setter='<set-test8>(Int): Unit' type=kotlin.reflect.KMutableProperty0<kotlin.Int> origin=PROPERTY_REFERENCE_FOR_DELEGATE
FUN DELEGATED_PROPERTY_ACCESSOR public fun <set-test8>(<set-?>: kotlin.Int): kotlin.Unit FUN DELEGATED_PROPERTY_ACCESSOR name:<set-test8> visibility:public modality:FINAL <> (<set-?>:kotlin.Int) returnType:Unit flags:
VALUE_PARAMETER value-parameter <set-?>: kotlin.Int VALUE_PARAMETER name:<set-?> index:0 type:kotlin.Int flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<set-test8>(Int): Unit' RETURN type=kotlin.Nothing from=<set-test8>(Int): Unit'
CALL 'setValue(Any?, KProperty<*>, Int) on MutableMap<in String, in Int>: Unit' type=kotlin.Unit origin=null CALL 'setValue(Any?, KProperty<*>, Int) on MutableMap<in String, in Int>: Unit' type=kotlin.Unit origin=null
<V>: Int <V>: Int
$receiver: GET_FIELD '`test8$delegate`: HashMap<String, Int> /* = HashMap<String, Int> */' type=kotlin.collections.HashMap<kotlin.String, kotlin.Int> /* = java.util.HashMap<kotlin.String, kotlin.Int> */ origin=null $receiver: GET_FIELD '`test8$delegate`: HashMap<String, Int> /* = HashMap<String, Int> */' type=kotlin.collections.HashMap<kotlin.String, kotlin.Int> /* = java.util.HashMap<kotlin.String, kotlin.Int> */ origin=null
thisRef: CONST Null type=kotlin.Nothing? value='null' thisRef: CONST Null type=kotlin.Nothing? value=null
property: PROPERTY_REFERENCE 'test8: Int' field=null getter='<get-test8>(): Int' setter='<set-test8>(Int): Unit' type=kotlin.reflect.KMutableProperty0<kotlin.Int> origin=PROPERTY_REFERENCE_FOR_DELEGATE property: PROPERTY_REFERENCE 'test8: Int' field=null getter='<get-test8>(): Int' setter='<set-test8>(Int): Unit' type=kotlin.reflect.KMutableProperty0<kotlin.Int> origin=PROPERTY_REFERENCE_FOR_DELEGATE
value: GET_VAR 'value-parameter <set-?>: Int' type=kotlin.Int origin=null value: GET_VAR 'value-parameter <set-?>: Int' type=kotlin.Int origin=null
+55 -55
View File
@@ -1,65 +1,65 @@
FILE /class.kt FILE fqName:<root> fileName:/class.kt
CLASS INTERFACE TestInterface CLASS INTERFACE name:TestInterface modality:ABSTRACT visibility:public flags:
$this: VALUE_PARAMETER this@TestInterface: TestInterface<T> $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:TestInterface<T> flags:
TYPE_PARAMETER <T> TYPE_PARAMETER name:T index:0 variance: upperBounds:[kotlin.Any?]
CLASS INTERFACE TestNestedInterface CLASS INTERFACE name:TestNestedInterface modality:ABSTRACT visibility:public flags:
$this: VALUE_PARAMETER this@TestNestedInterface: TestNestedInterface<TT> $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:TestInterface.TestNestedInterface<TT> flags:
TYPE_PARAMETER <TT> TYPE_PARAMETER name:TT index:0 variance: upperBounds:[kotlin.Any?]
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
CLASS CLASS Test CLASS CLASS name:Test modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@Test: Test<T0> $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:Test<T0> flags:
TYPE_PARAMETER <T0> TYPE_PARAMETER name:T0 index:0 variance: upperBounds:[kotlin.Any?]
CONSTRUCTOR public constructor Test<T0>() CONSTRUCTOR visibility:public <> () returnType:Test<T0> flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='Test' INSTANCE_INITIALIZER_CALL classDescriptor='Test'
CLASS CLASS TestNested CLASS CLASS name:TestNested modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@TestNested: TestNested<T1> $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:Test.TestNested<T1> flags:
TYPE_PARAMETER <T1> TYPE_PARAMETER name:T1 index:0 variance: upperBounds:[kotlin.Any?]
CONSTRUCTOR public constructor TestNested<T1>() CONSTRUCTOR visibility:public <> () returnType:Test.TestNested<T1> flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='TestNested' INSTANCE_INITIALIZER_CALL classDescriptor='TestNested'
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
CLASS CLASS TestInner CLASS CLASS name:TestInner modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@TestInner: TestInner<T2, T0> $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:Test<T0>.TestInner<T2> flags:
TYPE_PARAMETER <T2> TYPE_PARAMETER name:T2 index:0 variance: upperBounds:[kotlin.Any?]
CONSTRUCTOR public constructor TestInner<T2>() CONSTRUCTOR visibility:public <> ($this:Test<T0>) returnType:Test<T0>.TestInner<T2> flags:
$outer: VALUE_PARAMETER this@Test: Test<T0> $outer: VALUE_PARAMETER name:<this> type:Test<T0> flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='TestInner' INSTANCE_INITIALIZER_CALL classDescriptor='TestInner'
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
@@ -1,172 +1,172 @@
FILE /constructor.kt FILE fqName:<root> fileName:/constructor.kt
CLASS CLASS Test1 CLASS CLASS name:Test1 modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@Test1: Test1<T1, T2> $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:Test1<T1, T2> flags:
TYPE_PARAMETER <T1> TYPE_PARAMETER name:T1 index:0 variance: upperBounds:[kotlin.Any?]
TYPE_PARAMETER <T2> TYPE_PARAMETER name:T2 index:1 variance: upperBounds:[kotlin.Any?]
CONSTRUCTOR public constructor Test1<T1, T2>(x: T1, y: T2) CONSTRUCTOR visibility:public <> (x:T1, y:T2) returnType:Test1<T1, T2> flags:
VALUE_PARAMETER value-parameter x: T1 VALUE_PARAMETER name:x index:0 type:T1 flags:
VALUE_PARAMETER value-parameter y: T2 VALUE_PARAMETER name:y index:1 type:T2 flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='Test1' INSTANCE_INITIALIZER_CALL classDescriptor='Test1'
PROPERTY public final val x: T1 PROPERTY name:x type:T1 visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public final val x: T1 FIELD PROPERTY_BACKING_FIELD name:x type:T1 visibility:public
EXPRESSION_BODY EXPRESSION_BODY
GET_VAR 'value-parameter x: T1' type=T1 origin=INITIALIZE_PROPERTY_FROM_PARAMETER GET_VAR 'value-parameter x: T1' type=T1 origin=INITIALIZE_PROPERTY_FROM_PARAMETER
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-x>(): T1 FUN DEFAULT_PROPERTY_ACCESSOR name:<get-x> visibility:public modality:FINAL <> ($this:Test1<T1, T2>) returnType:T1 flags:
$this: VALUE_PARAMETER this@Test1: Test1<T1, T2> $this: VALUE_PARAMETER name:<this> type:Test1<T1, T2> flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-x>(): T1' RETURN type=kotlin.Nothing from=<get-x>(): T1'
GET_FIELD 'x: T1' type=T1 origin=null GET_FIELD 'x: T1' type=T1 origin=null
receiver: GET_VAR 'this@Test1: Test1<T1, T2>' type=Test1<T1, T2> origin=null receiver: GET_VAR 'this@Test1: Test1<T1, T2>' type=Test1<T1, T2> origin=null
PROPERTY public final val y: T2 PROPERTY name:y type:T2 visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public final val y: T2 FIELD PROPERTY_BACKING_FIELD name:y type:T2 visibility:public
EXPRESSION_BODY EXPRESSION_BODY
GET_VAR 'value-parameter y: T2' type=T2 origin=INITIALIZE_PROPERTY_FROM_PARAMETER GET_VAR 'value-parameter y: T2' type=T2 origin=INITIALIZE_PROPERTY_FROM_PARAMETER
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-y>(): T2 FUN DEFAULT_PROPERTY_ACCESSOR name:<get-y> visibility:public modality:FINAL <> ($this:Test1<T1, T2>) returnType:T2 flags:
$this: VALUE_PARAMETER this@Test1: Test1<T1, T2> $this: VALUE_PARAMETER name:<this> type:Test1<T1, T2> flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-y>(): T2' RETURN type=kotlin.Nothing from=<get-y>(): T2'
GET_FIELD 'y: T2' type=T2 origin=null GET_FIELD 'y: T2' type=T2 origin=null
receiver: GET_VAR 'this@Test1: Test1<T1, T2>' type=Test1<T1, T2> origin=null receiver: GET_VAR 'this@Test1: Test1<T1, T2>' type=Test1<T1, T2> origin=null
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
CLASS CLASS Test2 CLASS CLASS name:Test2 modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@Test2: Test2 $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:Test2 flags:
CONSTRUCTOR public constructor Test2(x: kotlin.Int, y: kotlin.String) CONSTRUCTOR visibility:public <> (x:kotlin.Int, y:kotlin.String) returnType:Test2 flags:
VALUE_PARAMETER value-parameter x: kotlin.Int VALUE_PARAMETER name:x index:0 type:kotlin.Int flags:
VALUE_PARAMETER value-parameter y: kotlin.String VALUE_PARAMETER name:y index:1 type:kotlin.String flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='Test2' INSTANCE_INITIALIZER_CALL classDescriptor='Test2'
PROPERTY public final val y: kotlin.String PROPERTY name:y type:kotlin.String visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public final val y: kotlin.String FIELD PROPERTY_BACKING_FIELD name:y type:kotlin.String visibility:public
EXPRESSION_BODY EXPRESSION_BODY
GET_VAR 'value-parameter y: String' type=kotlin.String origin=INITIALIZE_PROPERTY_FROM_PARAMETER GET_VAR 'value-parameter y: String' type=kotlin.String origin=INITIALIZE_PROPERTY_FROM_PARAMETER
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-y>(): kotlin.String FUN DEFAULT_PROPERTY_ACCESSOR name:<get-y> visibility:public modality:FINAL <> ($this:Test2) returnType:String flags:
$this: VALUE_PARAMETER this@Test2: Test2 $this: VALUE_PARAMETER name:<this> type:Test2 flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-y>(): String' RETURN type=kotlin.Nothing from=<get-y>(): String'
GET_FIELD 'y: String' type=kotlin.String origin=null GET_FIELD 'y: String' type=kotlin.String origin=null
receiver: GET_VAR 'this@Test2: Test2' type=Test2 origin=null receiver: GET_VAR 'this@Test2: Test2' type=Test2 origin=null
CLASS CLASS TestInner CLASS CLASS name:TestInner modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@TestInner: TestInner<Z> $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:Test2.TestInner<Z> flags:
TYPE_PARAMETER <Z> TYPE_PARAMETER name:Z index:0 variance: upperBounds:[kotlin.Any?]
CONSTRUCTOR public constructor TestInner<Z>(z: Z) CONSTRUCTOR visibility:public <> ($this:Test2, z:Z) returnType:Test2.TestInner<Z> flags:
$outer: VALUE_PARAMETER this@Test2: Test2 $outer: VALUE_PARAMETER name:<this> type:Test2 flags:
VALUE_PARAMETER value-parameter z: Z VALUE_PARAMETER name:z index:0 type:Z flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='TestInner' INSTANCE_INITIALIZER_CALL classDescriptor='TestInner'
PROPERTY public final val z: Z PROPERTY name:z type:Z visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public final val z: Z FIELD PROPERTY_BACKING_FIELD name:z type:Z visibility:public
EXPRESSION_BODY EXPRESSION_BODY
GET_VAR 'value-parameter z: Z' type=Z origin=INITIALIZE_PROPERTY_FROM_PARAMETER GET_VAR 'value-parameter z: Z' type=Z origin=INITIALIZE_PROPERTY_FROM_PARAMETER
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-z>(): Z FUN DEFAULT_PROPERTY_ACCESSOR name:<get-z> visibility:public modality:FINAL <> ($this:Test2.TestInner<Z>) returnType:Z flags:
$this: VALUE_PARAMETER this@TestInner: TestInner<Z> $this: VALUE_PARAMETER name:<this> type:Test2.TestInner<Z> flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-z>(): Z' RETURN type=kotlin.Nothing from=<get-z>(): Z'
GET_FIELD 'z: Z' type=Z origin=null GET_FIELD 'z: Z' type=Z origin=null
receiver: GET_VAR 'this@TestInner: TestInner<Z>' type=Test2.TestInner<Z> origin=null receiver: GET_VAR 'this@TestInner: TestInner<Z>' type=Test2.TestInner<Z> origin=null
CONSTRUCTOR public constructor TestInner<Z>(z: Z, i: kotlin.Int) CONSTRUCTOR visibility:public <> ($this:Test2, z:Z, i:kotlin.Int) returnType:Test2.TestInner<Z> flags:
$outer: VALUE_PARAMETER this@Test2: Test2 $outer: VALUE_PARAMETER name:<this> type:Test2 flags:
VALUE_PARAMETER value-parameter z: Z VALUE_PARAMETER name:z index:0 type:Z flags:
VALUE_PARAMETER value-parameter i: kotlin.Int VALUE_PARAMETER name:i index:1 type:kotlin.Int flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor TestInner(Z)' DELEGATING_CONSTRUCTOR_CALL 'constructor TestInner(Z)'
<Z>: Z <Z>: Z
$this: GET_VAR 'this@Test2: Test2' type=Test2 origin=null $this: GET_VAR 'this@Test2: Test2' type=Test2 origin=null
z: GET_VAR 'value-parameter z: Z' type=Z origin=null z: GET_VAR 'value-parameter z: Z' type=Z origin=null
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
CLASS CLASS Test3 CLASS CLASS name:Test3 modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@Test3: Test3 $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:Test3 flags:
CONSTRUCTOR public constructor Test3(x: kotlin.Int, y: kotlin.String = ...) CONSTRUCTOR visibility:public <> (x:kotlin.Int, y:kotlin.String) returnType:Test3 flags:
VALUE_PARAMETER value-parameter x: kotlin.Int VALUE_PARAMETER name:x index:0 type:kotlin.Int flags:
VALUE_PARAMETER value-parameter y: kotlin.String = ... VALUE_PARAMETER name:y index:1 type:kotlin.String flags:
EXPRESSION_BODY EXPRESSION_BODY
CONST String type=kotlin.String value='' CONST String type=kotlin.String value=
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='Test3' INSTANCE_INITIALIZER_CALL classDescriptor='Test3'
PROPERTY public final val x: kotlin.Int PROPERTY name:x type:kotlin.Int visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public final val x: kotlin.Int FIELD PROPERTY_BACKING_FIELD name:x type:kotlin.Int visibility:public
EXPRESSION_BODY EXPRESSION_BODY
GET_VAR 'value-parameter x: Int' type=kotlin.Int origin=INITIALIZE_PROPERTY_FROM_PARAMETER GET_VAR 'value-parameter x: Int' type=kotlin.Int origin=INITIALIZE_PROPERTY_FROM_PARAMETER
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-x>(): kotlin.Int FUN DEFAULT_PROPERTY_ACCESSOR name:<get-x> visibility:public modality:FINAL <> ($this:Test3) returnType:Int flags:
$this: VALUE_PARAMETER this@Test3: Test3 $this: VALUE_PARAMETER name:<this> type:Test3 flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-x>(): Int' RETURN type=kotlin.Nothing from=<get-x>(): Int'
GET_FIELD 'x: Int' type=kotlin.Int origin=null GET_FIELD 'x: Int' type=kotlin.Int origin=null
receiver: GET_VAR 'this@Test3: Test3' type=Test3 origin=null receiver: GET_VAR 'this@Test3: Test3' type=Test3 origin=null
PROPERTY public final val y: kotlin.String PROPERTY name:y type:kotlin.String visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public final val y: kotlin.String FIELD PROPERTY_BACKING_FIELD name:y type:kotlin.String visibility:public
EXPRESSION_BODY EXPRESSION_BODY
GET_VAR 'value-parameter y: String = ...' type=kotlin.String origin=INITIALIZE_PROPERTY_FROM_PARAMETER GET_VAR 'value-parameter y: String = ...' type=kotlin.String origin=INITIALIZE_PROPERTY_FROM_PARAMETER
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-y>(): kotlin.String FUN DEFAULT_PROPERTY_ACCESSOR name:<get-y> visibility:public modality:FINAL <> ($this:Test3) returnType:String flags:
$this: VALUE_PARAMETER this@Test3: Test3 $this: VALUE_PARAMETER name:<this> type:Test3 flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-y>(): String' RETURN type=kotlin.Nothing from=<get-y>(): String'
GET_FIELD 'y: String' type=kotlin.String origin=null GET_FIELD 'y: String' type=kotlin.String origin=null
receiver: GET_VAR 'this@Test3: Test3' type=Test3 origin=null receiver: GET_VAR 'this@Test3: Test3' type=Test3 origin=null
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
CLASS CLASS Test4 CLASS CLASS name:Test4 modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@Test4: Test4<T> $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:Test4<T> flags:
TYPE_PARAMETER <T> TYPE_PARAMETER name:T index:0 variance: upperBounds:[kotlin.Any?]
CONSTRUCTOR public constructor Test4<T>(x: kotlin.Int) CONSTRUCTOR visibility:public <> (x:kotlin.Int) returnType:Test4<T> flags:
VALUE_PARAMETER value-parameter x: kotlin.Int VALUE_PARAMETER name:x index:0 type:kotlin.Int flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='Test4' INSTANCE_INITIALIZER_CALL classDescriptor='Test4'
PROPERTY public final val x: kotlin.Int PROPERTY name:x type:kotlin.Int visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public final val x: kotlin.Int FIELD PROPERTY_BACKING_FIELD name:x type:kotlin.Int visibility:public
EXPRESSION_BODY EXPRESSION_BODY
GET_VAR 'value-parameter x: Int' type=kotlin.Int origin=INITIALIZE_PROPERTY_FROM_PARAMETER GET_VAR 'value-parameter x: Int' type=kotlin.Int origin=INITIALIZE_PROPERTY_FROM_PARAMETER
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-x>(): kotlin.Int FUN DEFAULT_PROPERTY_ACCESSOR name:<get-x> visibility:public modality:FINAL <> ($this:Test4<T>) returnType:Int flags:
$this: VALUE_PARAMETER this@Test4: Test4<T> $this: VALUE_PARAMETER name:<this> type:Test4<T> flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-x>(): Int' RETURN type=kotlin.Nothing from=<get-x>(): Int'
GET_FIELD 'x: Int' type=kotlin.Int origin=null GET_FIELD 'x: Int' type=kotlin.Int origin=null
receiver: GET_VAR 'this@Test4: Test4<T>' type=Test4<T> origin=null receiver: GET_VAR 'this@Test4: Test4<T>' type=Test4<T> origin=null
CONSTRUCTOR public constructor Test4<T>(x: kotlin.Int, y: kotlin.Int = ...) CONSTRUCTOR visibility:public <> (x:kotlin.Int, y:kotlin.Int) returnType:Test4<T> flags:
VALUE_PARAMETER value-parameter x: kotlin.Int VALUE_PARAMETER name:x index:0 type:kotlin.Int flags:
VALUE_PARAMETER value-parameter y: kotlin.Int = ... VALUE_PARAMETER name:y index:1 type:kotlin.Int flags:
EXPRESSION_BODY EXPRESSION_BODY
CONST Int type=kotlin.Int value='42' CONST Int type=kotlin.Int value=42
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Test4(Int)' DELEGATING_CONSTRUCTOR_CALL 'constructor Test4(Int)'
<T>: T <T>: T
x: CALL 'plus(Int): Int' type=kotlin.Int origin=PLUS x: CALL 'plus(Int): Int' type=kotlin.Int origin=PLUS
$this: GET_VAR 'value-parameter x: Int' type=kotlin.Int origin=null $this: GET_VAR 'value-parameter x: Int' type=kotlin.Int origin=null
other: GET_VAR 'value-parameter y: Int = ...' type=kotlin.Int origin=null other: GET_VAR 'value-parameter y: Int = ...' type=kotlin.Int origin=null
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
@@ -1,95 +1,95 @@
FILE /dataClassMembers.kt FILE fqName:<root> fileName:/dataClassMembers.kt
CLASS CLASS Test CLASS CLASS name:Test modality:FINAL visibility:public flags:data
$this: VALUE_PARAMETER this@Test: Test<T> $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:Test<T> flags:
TYPE_PARAMETER <T> TYPE_PARAMETER name:T index:0 variance: upperBounds:[kotlin.Any?]
CONSTRUCTOR public constructor Test<T>(x: T, y: kotlin.String = ...) CONSTRUCTOR visibility:public <> (x:T, y:kotlin.String) returnType:Test<T> flags:
VALUE_PARAMETER value-parameter x: T VALUE_PARAMETER name:x index:0 type:T flags:
VALUE_PARAMETER value-parameter y: kotlin.String = ... VALUE_PARAMETER name:y index:1 type:kotlin.String flags:
EXPRESSION_BODY EXPRESSION_BODY
CONST String type=kotlin.String value='' CONST String type=kotlin.String value=
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='Test' INSTANCE_INITIALIZER_CALL classDescriptor='Test'
PROPERTY public final val x: T PROPERTY name:x type:T visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public final val x: T FIELD PROPERTY_BACKING_FIELD name:x type:T visibility:public
EXPRESSION_BODY EXPRESSION_BODY
GET_VAR 'value-parameter x: T' type=T origin=INITIALIZE_PROPERTY_FROM_PARAMETER GET_VAR 'value-parameter x: T' type=T origin=INITIALIZE_PROPERTY_FROM_PARAMETER
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-x>(): T FUN DEFAULT_PROPERTY_ACCESSOR name:<get-x> visibility:public modality:FINAL <> ($this:Test<T>) returnType:T flags:
$this: VALUE_PARAMETER this@Test: Test<T> $this: VALUE_PARAMETER name:<this> type:Test<T> flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-x>(): T' RETURN type=kotlin.Nothing from=<get-x>(): T'
GET_FIELD 'x: T' type=T origin=null GET_FIELD 'x: T' type=T origin=null
receiver: GET_VAR 'this@Test: Test<T>' type=Test<T> origin=null receiver: GET_VAR 'this@Test: Test<T>' type=Test<T> origin=null
PROPERTY public final val y: kotlin.String PROPERTY name:y type:kotlin.String visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public final val y: kotlin.String FIELD PROPERTY_BACKING_FIELD name:y type:kotlin.String visibility:public
EXPRESSION_BODY EXPRESSION_BODY
GET_VAR 'value-parameter y: String = ...' type=kotlin.String origin=INITIALIZE_PROPERTY_FROM_PARAMETER GET_VAR 'value-parameter y: String = ...' type=kotlin.String origin=INITIALIZE_PROPERTY_FROM_PARAMETER
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-y>(): kotlin.String FUN DEFAULT_PROPERTY_ACCESSOR name:<get-y> visibility:public modality:FINAL <> ($this:Test<T>) returnType:String flags:
$this: VALUE_PARAMETER this@Test: Test<T> $this: VALUE_PARAMETER name:<this> type:Test<T> flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-y>(): String' RETURN type=kotlin.Nothing from=<get-y>(): String'
GET_FIELD 'y: String' type=kotlin.String origin=null GET_FIELD 'y: String' type=kotlin.String origin=null
receiver: GET_VAR 'this@Test: Test<T>' type=Test<T> origin=null receiver: GET_VAR 'this@Test: Test<T>' type=Test<T> origin=null
FUN GENERATED_DATA_CLASS_MEMBER public final operator fun component1(): T FUN GENERATED_DATA_CLASS_MEMBER name:component1 visibility:public modality:FINAL <> ($this:Test<T>) returnType:T flags:
$this: VALUE_PARAMETER this@Test: Test<T> $this: VALUE_PARAMETER name:<this> type:Test<T> flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='component1(): T' RETURN type=kotlin.Nothing from=component1(): T'
CALL '<get-x>(): T' type=T origin=GET_PROPERTY CALL '<get-x>(): T' type=T origin=GET_PROPERTY
$this: GET_VAR 'this@Test: Test<T>' type=Test<T> origin=null $this: GET_VAR 'this@Test: Test<T>' type=Test<T> origin=null
FUN GENERATED_DATA_CLASS_MEMBER public final operator fun component2(): kotlin.String FUN GENERATED_DATA_CLASS_MEMBER name:component2 visibility:public modality:FINAL <> ($this:Test<T>) returnType:String flags:
$this: VALUE_PARAMETER this@Test: Test<T> $this: VALUE_PARAMETER name:<this> type:Test<T> flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='component2(): String' RETURN type=kotlin.Nothing from=component2(): String'
CALL '<get-y>(): String' type=kotlin.String origin=GET_PROPERTY CALL '<get-y>(): String' type=kotlin.String origin=GET_PROPERTY
$this: GET_VAR 'this@Test: Test<T>' type=Test<T> origin=null $this: GET_VAR 'this@Test: Test<T>' type=Test<T> origin=null
FUN GENERATED_DATA_CLASS_MEMBER public final fun copy(x: T = ..., y: kotlin.String = ...): Test<T> FUN GENERATED_DATA_CLASS_MEMBER name:copy visibility:public modality:FINAL <> ($this:Test<T>, x:T, y:kotlin.String) returnType:Test<T> flags:
$this: VALUE_PARAMETER this@Test: Test<T> $this: VALUE_PARAMETER name:<this> type:Test<T> flags:
VALUE_PARAMETER value-parameter x: T = ... VALUE_PARAMETER name:x index:0 type:T flags:
EXPRESSION_BODY EXPRESSION_BODY
CALL '<get-x>(): T' type=T origin=GET_PROPERTY CALL '<get-x>(): T' type=T origin=GET_PROPERTY
$this: GET_VAR 'this@Test: Test<T>' type=Test<T> origin=null $this: GET_VAR 'this@Test: Test<T>' type=Test<T> origin=null
VALUE_PARAMETER value-parameter y: kotlin.String = ... VALUE_PARAMETER name:y index:1 type:kotlin.String flags:
EXPRESSION_BODY EXPRESSION_BODY
CALL '<get-y>(): String' type=kotlin.String origin=GET_PROPERTY CALL '<get-y>(): String' type=kotlin.String origin=GET_PROPERTY
$this: GET_VAR 'this@Test: Test<T>' type=Test<T> origin=null $this: GET_VAR 'this@Test: Test<T>' type=Test<T> origin=null
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='copy(T = ..., String = ...): Test<T>' RETURN type=kotlin.Nothing from=copy(T = ..., String = ...): Test<T>'
CALL 'constructor Test(T, String = ...)' type=Test<T> origin=null CALL 'constructor Test(T, String = ...)' type=Test<T> origin=null
<T>: null <T>: null
x: GET_VAR 'value-parameter x: T = ...' type=T origin=null x: GET_VAR 'value-parameter x: T = ...' type=T origin=null
y: GET_VAR 'value-parameter y: String = ...' type=kotlin.String origin=null y: GET_VAR 'value-parameter y: String = ...' type=kotlin.String origin=null
FUN GENERATED_DATA_CLASS_MEMBER public open override fun toString(): kotlin.String FUN GENERATED_DATA_CLASS_MEMBER name:toString visibility:public modality:OPEN <> ($this:Test<T>) returnType:String flags:
$this: VALUE_PARAMETER this@Test: Test<T> $this: VALUE_PARAMETER name:<this> type:Test<T> flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='toString(): String' RETURN type=kotlin.Nothing from=toString(): String'
STRING_CONCATENATION type=kotlin.String STRING_CONCATENATION type=kotlin.String
CONST String type=kotlin.String value='Test(' CONST String type=kotlin.String value=Test(
CONST String type=kotlin.String value='x=' CONST String type=kotlin.String value=x=
CALL '<get-x>(): T' type=T origin=GET_PROPERTY CALL '<get-x>(): T' type=T origin=GET_PROPERTY
$this: GET_VAR 'this@Test: Test<T>' type=Test<T> origin=null $this: GET_VAR 'this@Test: Test<T>' type=Test<T> origin=null
CONST String type=kotlin.String value=', ' CONST String type=kotlin.String value=,
CONST String type=kotlin.String value='y=' CONST String type=kotlin.String value=y=
CALL '<get-y>(): String' type=kotlin.String origin=GET_PROPERTY CALL '<get-y>(): String' type=kotlin.String origin=GET_PROPERTY
$this: GET_VAR 'this@Test: Test<T>' type=Test<T> origin=null $this: GET_VAR 'this@Test: Test<T>' type=Test<T> origin=null
CONST String type=kotlin.String value=')' CONST String type=kotlin.String value=)
FUN GENERATED_DATA_CLASS_MEMBER public open override fun hashCode(): kotlin.Int FUN GENERATED_DATA_CLASS_MEMBER name:hashCode visibility:public modality:OPEN <> ($this:Test<T>) returnType:Int flags:
$this: VALUE_PARAMETER this@Test: Test<T> $this: VALUE_PARAMETER name:<this> type:Test<T> flags:
BLOCK_BODY BLOCK_BODY
VAR IR_TEMPORARY_VARIABLE var tmp0_result: kotlin.Int VAR IR_TEMPORARY_VARIABLE name:tmp0_result type:kotlin.Int flags:var
CONST Int type=kotlin.Int value='0' CONST Int type=kotlin.Int value=0
SET_VAR 'tmp0_result: Int' type=kotlin.Unit origin=EQ SET_VAR 'tmp0_result: Int' type=kotlin.Unit origin=EQ
BLOCK type=kotlin.Int origin=null BLOCK type=kotlin.Int origin=null
VAR IR_TEMPORARY_VARIABLE val tmp1: T VAR IR_TEMPORARY_VARIABLE name:tmp1 type:T flags:val
CALL '<get-x>(): T' type=T origin=GET_PROPERTY CALL '<get-x>(): T' type=T origin=GET_PROPERTY
$this: GET_VAR 'this@Test: Test<T>' type=Test<T> origin=null $this: GET_VAR 'this@Test: Test<T>' type=Test<T> origin=null
WHEN type=kotlin.Int origin=null WHEN type=kotlin.Int origin=null
BRANCH BRANCH
if: CALL 'EQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQ if: CALL 'EQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQ
arg0: GET_VAR 'tmp1: T' type=T origin=null arg0: GET_VAR 'tmp1: T' type=T origin=null
arg1: CONST Null type=kotlin.Nothing? value='null' arg1: CONST Null type=kotlin.Nothing? value=null
then: CONST Int type=kotlin.Int value='0' then: CONST Int type=kotlin.Int value=0
BRANCH BRANCH
if: CONST Boolean type=kotlin.Boolean value='true' if: CONST Boolean type=kotlin.Boolean value=true
then: CALL 'hashCode(): Int' type=kotlin.Int origin=null then: CALL 'hashCode(): Int' type=kotlin.Int origin=null
$this: TYPE_OP type=kotlin.Any origin=IMPLICIT_CAST typeOperand=kotlin.Any $this: TYPE_OP type=kotlin.Any origin=IMPLICIT_CAST typeOperand=kotlin.Any
GET_VAR 'tmp1: T' type=T origin=null GET_VAR 'tmp1: T' type=T origin=null
@@ -97,30 +97,30 @@ FILE /dataClassMembers.kt
CALL 'plus(Int): Int' type=kotlin.Int origin=null CALL 'plus(Int): Int' type=kotlin.Int origin=null
$this: CALL 'times(Int): Int' type=kotlin.Int origin=null $this: CALL 'times(Int): Int' type=kotlin.Int origin=null
$this: GET_VAR 'tmp0_result: Int' type=kotlin.Int origin=null $this: GET_VAR 'tmp0_result: Int' type=kotlin.Int origin=null
other: CONST Int type=kotlin.Int value='31' other: CONST Int type=kotlin.Int value=31
other: CALL 'hashCode(): Int' type=kotlin.Int origin=null other: CALL 'hashCode(): Int' type=kotlin.Int origin=null
$this: CALL '<get-y>(): String' type=kotlin.String origin=GET_PROPERTY $this: CALL '<get-y>(): String' type=kotlin.String origin=GET_PROPERTY
$this: GET_VAR 'this@Test: Test<T>' type=Test<T> origin=null $this: GET_VAR 'this@Test: Test<T>' type=Test<T> origin=null
RETURN type=kotlin.Nothing from='hashCode(): Int' RETURN type=kotlin.Nothing from=hashCode(): Int'
GET_VAR 'tmp0_result: Int' type=kotlin.Int origin=null GET_VAR 'tmp0_result: Int' type=kotlin.Int origin=null
FUN GENERATED_DATA_CLASS_MEMBER public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN GENERATED_DATA_CLASS_MEMBER name:equals visibility:public modality:OPEN <> ($this:Test<T>, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Test: Test<T> $this: VALUE_PARAMETER name:<this> type:Test<T> flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
BLOCK_BODY BLOCK_BODY
WHEN type=kotlin.Unit origin=null WHEN type=kotlin.Unit origin=null
BRANCH BRANCH
if: CALL 'EQEQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQEQ if: CALL 'EQEQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQEQ
arg0: GET_VAR 'this@Test: Test<T>' type=Test<T> origin=null arg0: GET_VAR 'this@Test: Test<T>' type=Test<T> origin=null
arg1: GET_VAR 'value-parameter other: Any?' type=kotlin.Any? origin=null arg1: GET_VAR 'value-parameter other: Any?' type=kotlin.Any? origin=null
then: RETURN type=kotlin.Nothing from='equals(Any?): Boolean' then: RETURN type=kotlin.Nothing from=equals(Any?): Boolean'
CONST Boolean type=kotlin.Boolean value='true' CONST Boolean type=kotlin.Boolean value=true
WHEN type=kotlin.Unit origin=null WHEN type=kotlin.Unit origin=null
BRANCH BRANCH
if: TYPE_OP type=kotlin.Boolean origin=NOT_INSTANCEOF typeOperand=Test<T> if: TYPE_OP type=kotlin.Boolean origin=NOT_INSTANCEOF typeOperand=Test<T>
GET_VAR 'value-parameter other: Any?' type=kotlin.Any? origin=null GET_VAR 'value-parameter other: Any?' type=kotlin.Any? origin=null
then: RETURN type=kotlin.Nothing from='equals(Any?): Boolean' then: RETURN type=kotlin.Nothing from=equals(Any?): Boolean'
CONST Boolean type=kotlin.Boolean value='false' CONST Boolean type=kotlin.Boolean value=false
VAR IR_TEMPORARY_VARIABLE val tmp0_other_with_cast: Test<T> VAR IR_TEMPORARY_VARIABLE name:tmp0_other_with_cast type:Test<T> flags:val
TYPE_OP type=Test<T> origin=CAST typeOperand=Test<T> TYPE_OP type=Test<T> origin=CAST typeOperand=Test<T>
GET_VAR 'value-parameter other: Any?' type=kotlin.Any? origin=null GET_VAR 'value-parameter other: Any?' type=kotlin.Any? origin=null
WHEN type=kotlin.Unit origin=null WHEN type=kotlin.Unit origin=null
@@ -131,8 +131,8 @@ FILE /dataClassMembers.kt
$this: GET_VAR 'this@Test: Test<T>' type=Test<T> origin=null $this: GET_VAR 'this@Test: Test<T>' type=Test<T> origin=null
arg1: CALL '<get-x>(): T' type=T origin=GET_PROPERTY arg1: CALL '<get-x>(): T' type=T origin=GET_PROPERTY
$this: GET_VAR 'tmp0_other_with_cast: Test<T>' type=Test<T> origin=null $this: GET_VAR 'tmp0_other_with_cast: Test<T>' type=Test<T> origin=null
then: RETURN type=kotlin.Nothing from='equals(Any?): Boolean' then: RETURN type=kotlin.Nothing from=equals(Any?): Boolean'
CONST Boolean type=kotlin.Boolean value='false' CONST Boolean type=kotlin.Boolean value=false
WHEN type=kotlin.Unit origin=null WHEN type=kotlin.Unit origin=null
BRANCH BRANCH
if: CALL 'NOT(Boolean): Boolean' type=kotlin.Boolean origin=EXCLEQ if: CALL 'NOT(Boolean): Boolean' type=kotlin.Boolean origin=EXCLEQ
@@ -141,8 +141,8 @@ FILE /dataClassMembers.kt
$this: GET_VAR 'this@Test: Test<T>' type=Test<T> origin=null $this: GET_VAR 'this@Test: Test<T>' type=Test<T> origin=null
arg1: CALL '<get-y>(): String' type=kotlin.String origin=GET_PROPERTY arg1: CALL '<get-y>(): String' type=kotlin.String origin=GET_PROPERTY
$this: GET_VAR 'tmp0_other_with_cast: Test<T>' type=Test<T> origin=null $this: GET_VAR 'tmp0_other_with_cast: Test<T>' type=Test<T> origin=null
then: RETURN type=kotlin.Nothing from='equals(Any?): Boolean' then: RETURN type=kotlin.Nothing from=equals(Any?): Boolean'
CONST Boolean type=kotlin.Boolean value='false' CONST Boolean type=kotlin.Boolean value=false
RETURN type=kotlin.Nothing from='equals(Any?): Boolean' RETURN type=kotlin.Nothing from=equals(Any?): Boolean'
CONST Boolean type=kotlin.Boolean value='true' CONST Boolean type=kotlin.Boolean value=true
@@ -1,108 +1,108 @@
FILE /defaultPropertyAccessors.kt FILE fqName:<root> fileName:/defaultPropertyAccessors.kt
PROPERTY public val test1: kotlin.Int = 42 PROPERTY name:test1 type:kotlin.Int visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public val test1: kotlin.Int = 42 FIELD PROPERTY_BACKING_FIELD name:test1 type:kotlin.Int visibility:public
EXPRESSION_BODY EXPRESSION_BODY
CONST Int type=kotlin.Int value='42' CONST Int type=kotlin.Int value=42
FUN DEFAULT_PROPERTY_ACCESSOR public fun <get-test1>(): kotlin.Int FUN DEFAULT_PROPERTY_ACCESSOR name:<get-test1> visibility:public modality:FINAL <> () returnType:Int flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-test1>(): Int' RETURN type=kotlin.Nothing from=<get-test1>(): Int'
GET_FIELD 'test1: Int' type=kotlin.Int origin=null GET_FIELD 'test1: Int' type=kotlin.Int origin=null
PROPERTY public var test2: kotlin.Int PROPERTY name:test2 type:kotlin.Int visibility:public modality:FINAL flags:var
FIELD PROPERTY_BACKING_FIELD public var test2: kotlin.Int FIELD PROPERTY_BACKING_FIELD name:test2 type:kotlin.Int visibility:public
EXPRESSION_BODY EXPRESSION_BODY
CONST Int type=kotlin.Int value='42' CONST Int type=kotlin.Int value=42
FUN DEFAULT_PROPERTY_ACCESSOR public fun <get-test2>(): kotlin.Int FUN DEFAULT_PROPERTY_ACCESSOR name:<get-test2> visibility:public modality:FINAL <> () returnType:Int flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-test2>(): Int' RETURN type=kotlin.Nothing from=<get-test2>(): Int'
GET_FIELD 'test2: Int' type=kotlin.Int origin=null GET_FIELD 'test2: Int' type=kotlin.Int origin=null
FUN DEFAULT_PROPERTY_ACCESSOR public fun <set-test2>(<set-?>: kotlin.Int): kotlin.Unit FUN DEFAULT_PROPERTY_ACCESSOR name:<set-test2> visibility:public modality:FINAL <> (<set-?>:kotlin.Int) returnType:Unit flags:
VALUE_PARAMETER value-parameter <set-?>: kotlin.Int VALUE_PARAMETER name:<set-?> index:0 type:kotlin.Int flags:
BLOCK_BODY BLOCK_BODY
SET_FIELD 'test2: Int' type=kotlin.Unit origin=null SET_FIELD 'test2: Int' type=kotlin.Unit origin=null
value: GET_VAR 'value-parameter <set-?>: Int' type=kotlin.Int origin=null value: GET_VAR 'value-parameter <set-?>: Int' type=kotlin.Int origin=null
CLASS CLASS Host CLASS CLASS name:Host modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@Host: Host $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:Host flags:
CONSTRUCTOR public constructor Host() CONSTRUCTOR visibility:public <> () returnType:Host flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='Host' INSTANCE_INITIALIZER_CALL classDescriptor='Host'
PROPERTY public final val testMember1: kotlin.Int = 42 PROPERTY name:testMember1 type:kotlin.Int visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public final val testMember1: kotlin.Int = 42 FIELD PROPERTY_BACKING_FIELD name:testMember1 type:kotlin.Int visibility:public
EXPRESSION_BODY EXPRESSION_BODY
CONST Int type=kotlin.Int value='42' CONST Int type=kotlin.Int value=42
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-testMember1>(): kotlin.Int FUN DEFAULT_PROPERTY_ACCESSOR name:<get-testMember1> visibility:public modality:FINAL <> ($this:Host) returnType:Int flags:
$this: VALUE_PARAMETER this@Host: Host $this: VALUE_PARAMETER name:<this> type:Host flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-testMember1>(): Int' RETURN type=kotlin.Nothing from=<get-testMember1>(): Int'
GET_FIELD 'testMember1: Int' type=kotlin.Int origin=null GET_FIELD 'testMember1: Int' type=kotlin.Int origin=null
receiver: GET_VAR 'this@Host: Host' type=Host origin=null receiver: GET_VAR 'this@Host: Host' type=Host origin=null
PROPERTY public final var testMember2: kotlin.Int PROPERTY name:testMember2 type:kotlin.Int visibility:public modality:FINAL flags:var
FIELD PROPERTY_BACKING_FIELD public final var testMember2: kotlin.Int FIELD PROPERTY_BACKING_FIELD name:testMember2 type:kotlin.Int visibility:public
EXPRESSION_BODY EXPRESSION_BODY
CONST Int type=kotlin.Int value='42' CONST Int type=kotlin.Int value=42
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-testMember2>(): kotlin.Int FUN DEFAULT_PROPERTY_ACCESSOR name:<get-testMember2> visibility:public modality:FINAL <> ($this:Host) returnType:Int flags:
$this: VALUE_PARAMETER this@Host: Host $this: VALUE_PARAMETER name:<this> type:Host flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-testMember2>(): Int' RETURN type=kotlin.Nothing from=<get-testMember2>(): Int'
GET_FIELD 'testMember2: Int' type=kotlin.Int origin=null GET_FIELD 'testMember2: Int' type=kotlin.Int origin=null
receiver: GET_VAR 'this@Host: Host' type=Host origin=null receiver: GET_VAR 'this@Host: Host' type=Host origin=null
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <set-testMember2>(<set-?>: kotlin.Int): kotlin.Unit FUN DEFAULT_PROPERTY_ACCESSOR name:<set-testMember2> visibility:public modality:FINAL <> ($this:Host, <set-?>:kotlin.Int) returnType:Unit flags:
$this: VALUE_PARAMETER this@Host: Host $this: VALUE_PARAMETER name:<this> type:Host flags:
VALUE_PARAMETER value-parameter <set-?>: kotlin.Int VALUE_PARAMETER name:<set-?> index:0 type:kotlin.Int flags:
BLOCK_BODY BLOCK_BODY
SET_FIELD 'testMember2: Int' type=kotlin.Unit origin=null SET_FIELD 'testMember2: Int' type=kotlin.Unit origin=null
receiver: GET_VAR 'this@Host: Host' type=Host origin=null receiver: GET_VAR 'this@Host: Host' type=Host origin=null
value: GET_VAR 'value-parameter <set-?>: Int' type=kotlin.Int origin=null value: GET_VAR 'value-parameter <set-?>: Int' type=kotlin.Int origin=null
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
CLASS CLASS InPrimaryCtor CLASS CLASS name:InPrimaryCtor modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@InPrimaryCtor: InPrimaryCtor<T> $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:InPrimaryCtor<T> flags:
TYPE_PARAMETER <T> TYPE_PARAMETER name:T index:0 variance: upperBounds:[kotlin.Any?]
CONSTRUCTOR public constructor InPrimaryCtor<T>(testInPrimaryCtor1: T, testInPrimaryCtor2: kotlin.Int = ...) CONSTRUCTOR visibility:public <> (testInPrimaryCtor1:T, testInPrimaryCtor2:kotlin.Int) returnType:InPrimaryCtor<T> flags:
VALUE_PARAMETER value-parameter testInPrimaryCtor1: T VALUE_PARAMETER name:testInPrimaryCtor1 index:0 type:T flags:
VALUE_PARAMETER value-parameter testInPrimaryCtor2: kotlin.Int = ... VALUE_PARAMETER name:testInPrimaryCtor2 index:1 type:kotlin.Int flags:
EXPRESSION_BODY EXPRESSION_BODY
CONST Int type=kotlin.Int value='42' CONST Int type=kotlin.Int value=42
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='InPrimaryCtor' INSTANCE_INITIALIZER_CALL classDescriptor='InPrimaryCtor'
PROPERTY public final val testInPrimaryCtor1: T PROPERTY name:testInPrimaryCtor1 type:T visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public final val testInPrimaryCtor1: T FIELD PROPERTY_BACKING_FIELD name:testInPrimaryCtor1 type:T visibility:public
EXPRESSION_BODY EXPRESSION_BODY
GET_VAR 'value-parameter testInPrimaryCtor1: T' type=T origin=INITIALIZE_PROPERTY_FROM_PARAMETER GET_VAR 'value-parameter testInPrimaryCtor1: T' type=T origin=INITIALIZE_PROPERTY_FROM_PARAMETER
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-testInPrimaryCtor1>(): T FUN DEFAULT_PROPERTY_ACCESSOR name:<get-testInPrimaryCtor1> visibility:public modality:FINAL <> ($this:InPrimaryCtor<T>) returnType:T flags:
$this: VALUE_PARAMETER this@InPrimaryCtor: InPrimaryCtor<T> $this: VALUE_PARAMETER name:<this> type:InPrimaryCtor<T> flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-testInPrimaryCtor1>(): T' RETURN type=kotlin.Nothing from=<get-testInPrimaryCtor1>(): T'
GET_FIELD 'testInPrimaryCtor1: T' type=T origin=null GET_FIELD 'testInPrimaryCtor1: T' type=T origin=null
receiver: GET_VAR 'this@InPrimaryCtor: InPrimaryCtor<T>' type=InPrimaryCtor<T> origin=null receiver: GET_VAR 'this@InPrimaryCtor: InPrimaryCtor<T>' type=InPrimaryCtor<T> origin=null
PROPERTY public final var testInPrimaryCtor2: kotlin.Int PROPERTY name:testInPrimaryCtor2 type:kotlin.Int visibility:public modality:FINAL flags:var
FIELD PROPERTY_BACKING_FIELD public final var testInPrimaryCtor2: kotlin.Int FIELD PROPERTY_BACKING_FIELD name:testInPrimaryCtor2 type:kotlin.Int visibility:public
EXPRESSION_BODY EXPRESSION_BODY
GET_VAR 'value-parameter testInPrimaryCtor2: Int = ...' type=kotlin.Int origin=INITIALIZE_PROPERTY_FROM_PARAMETER GET_VAR 'value-parameter testInPrimaryCtor2: Int = ...' type=kotlin.Int origin=INITIALIZE_PROPERTY_FROM_PARAMETER
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-testInPrimaryCtor2>(): kotlin.Int FUN DEFAULT_PROPERTY_ACCESSOR name:<get-testInPrimaryCtor2> visibility:public modality:FINAL <> ($this:InPrimaryCtor<T>) returnType:Int flags:
$this: VALUE_PARAMETER this@InPrimaryCtor: InPrimaryCtor<T> $this: VALUE_PARAMETER name:<this> type:InPrimaryCtor<T> flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-testInPrimaryCtor2>(): Int' RETURN type=kotlin.Nothing from=<get-testInPrimaryCtor2>(): Int'
GET_FIELD 'testInPrimaryCtor2: Int' type=kotlin.Int origin=null GET_FIELD 'testInPrimaryCtor2: Int' type=kotlin.Int origin=null
receiver: GET_VAR 'this@InPrimaryCtor: InPrimaryCtor<T>' type=InPrimaryCtor<T> origin=null receiver: GET_VAR 'this@InPrimaryCtor: InPrimaryCtor<T>' type=InPrimaryCtor<T> origin=null
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <set-testInPrimaryCtor2>(<set-?>: kotlin.Int): kotlin.Unit FUN DEFAULT_PROPERTY_ACCESSOR name:<set-testInPrimaryCtor2> visibility:public modality:FINAL <> ($this:InPrimaryCtor<T>, <set-?>:kotlin.Int) returnType:Unit flags:
$this: VALUE_PARAMETER this@InPrimaryCtor: InPrimaryCtor<T> $this: VALUE_PARAMETER name:<this> type:InPrimaryCtor<T> flags:
VALUE_PARAMETER value-parameter <set-?>: kotlin.Int VALUE_PARAMETER name:<set-?> index:0 type:kotlin.Int flags:
BLOCK_BODY BLOCK_BODY
SET_FIELD 'testInPrimaryCtor2: Int' type=kotlin.Unit origin=null SET_FIELD 'testInPrimaryCtor2: Int' type=kotlin.Unit origin=null
receiver: GET_VAR 'this@InPrimaryCtor: InPrimaryCtor<T>' type=InPrimaryCtor<T> origin=null receiver: GET_VAR 'this@InPrimaryCtor: InPrimaryCtor<T>' type=InPrimaryCtor<T> origin=null
value: GET_VAR 'value-parameter <set-?>: Int' type=kotlin.Int origin=null value: GET_VAR 'value-parameter <set-?>: Int' type=kotlin.Int origin=null
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
@@ -1,41 +1,41 @@
FILE /delegatedMembers.kt FILE fqName:<root> fileName:/delegatedMembers.kt
CLASS INTERFACE IBase CLASS INTERFACE name:IBase modality:ABSTRACT visibility:public flags:
$this: VALUE_PARAMETER this@IBase: IBase<T> $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:IBase<T> flags:
TYPE_PARAMETER <T> TYPE_PARAMETER name:T index:0 variance: upperBounds:[kotlin.Any?]
FUN public abstract fun foo(x: kotlin.Int): kotlin.Unit FUN name:foo visibility:public modality:ABSTRACT <> ($this:IBase<T>, x:kotlin.Int) returnType:Unit flags:
$this: VALUE_PARAMETER this@IBase: IBase<T> $this: VALUE_PARAMETER name:<this> type:IBase<T> flags:
VALUE_PARAMETER value-parameter x: kotlin.Int VALUE_PARAMETER name:x index:0 type:kotlin.Int flags:
PROPERTY public abstract val bar: kotlin.Int PROPERTY name:bar type:kotlin.Int visibility:public modality:ABSTRACT flags:val
FUN DEFAULT_PROPERTY_ACCESSOR public abstract fun <get-bar>(): kotlin.Int FUN DEFAULT_PROPERTY_ACCESSOR name:<get-bar> visibility:public modality:ABSTRACT <> ($this:IBase<T>) returnType:Int flags:
$this: VALUE_PARAMETER this@IBase: IBase<T> $this: VALUE_PARAMETER name:<this> type:IBase<T> flags:
FUN public abstract fun <X> qux(t: T, x: X): kotlin.Unit FUN name:qux visibility:public modality:ABSTRACT <X> ($this:IBase<T>, t:T, x:X) returnType:Unit flags:
TYPE_PARAMETER <X> TYPE_PARAMETER name:X index:0 variance: upperBounds:[kotlin.Any?]
$this: VALUE_PARAMETER this@IBase: IBase<T> $this: VALUE_PARAMETER name:<this> type:IBase<T> flags:
VALUE_PARAMETER value-parameter t: T VALUE_PARAMETER name:t index:0 type:T flags:
VALUE_PARAMETER value-parameter x: X VALUE_PARAMETER name:x index:1 type:X flags:
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
CLASS CLASS Test CLASS CLASS name:Test modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@Test: Test<TT> $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:Test<TT> flags:
TYPE_PARAMETER <TT> TYPE_PARAMETER name:TT index:0 variance: upperBounds:[kotlin.Any?]
CONSTRUCTOR public constructor Test<TT>(impl: IBase<TT>) CONSTRUCTOR visibility:public <> (impl:IBase<TT>) returnType:Test<TT> flags:
VALUE_PARAMETER value-parameter impl: IBase<TT> VALUE_PARAMETER name:impl index:0 type:IBase<TT> flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='Test' INSTANCE_INITIALIZER_CALL classDescriptor='Test'
FIELD DELEGATE val `Test$IBase$delegate`: IBase<TT> FIELD DELEGATE name:Test$IBase$delegate type:IBase<TT> visibility:private
EXPRESSION_BODY EXPRESSION_BODY
GET_VAR 'value-parameter impl: IBase<TT>' type=IBase<TT> origin=null GET_VAR 'value-parameter impl: IBase<TT>' type=IBase<TT> origin=null
FUN DELEGATED_MEMBER public open override fun <X> qux(t: TT, x: X): kotlin.Unit FUN DELEGATED_MEMBER name:qux visibility:public modality:OPEN <X> ($this:Test<TT>, t:TT, x:X) returnType:Unit flags:
TYPE_PARAMETER <X> TYPE_PARAMETER name:X index:0 variance: upperBounds:[kotlin.Any?]
$this: VALUE_PARAMETER this@Test: Test<TT> $this: VALUE_PARAMETER name:<this> type:Test<TT> flags:
VALUE_PARAMETER value-parameter t: TT VALUE_PARAMETER name:t index:0 type:TT flags:
VALUE_PARAMETER value-parameter x: X VALUE_PARAMETER name:x index:1 type:X flags:
BLOCK_BODY BLOCK_BODY
CALL 'qux(TT, X): Unit' type=kotlin.Unit origin=null CALL 'qux(TT, X): Unit' type=kotlin.Unit origin=null
<X>: null <X>: null
@@ -44,27 +44,27 @@ FILE /delegatedMembers.kt
t: GET_VAR 'value-parameter t: TT' type=TT origin=null t: GET_VAR 'value-parameter t: TT' type=TT origin=null
x: TYPE_OP type=X origin=IMPLICIT_CAST typeOperand=X x: TYPE_OP type=X origin=IMPLICIT_CAST typeOperand=X
GET_VAR 'value-parameter x: X' type=X origin=null GET_VAR 'value-parameter x: X' type=X origin=null
FUN DELEGATED_MEMBER public open override fun foo(x: kotlin.Int): kotlin.Unit FUN DELEGATED_MEMBER name:foo visibility:public modality:OPEN <> ($this:Test<TT>, x:kotlin.Int) returnType:Unit flags:
$this: VALUE_PARAMETER this@Test: Test<TT> $this: VALUE_PARAMETER name:<this> type:Test<TT> flags:
VALUE_PARAMETER value-parameter x: kotlin.Int VALUE_PARAMETER name:x index:0 type:kotlin.Int flags:
BLOCK_BODY BLOCK_BODY
CALL 'foo(Int): Unit' type=kotlin.Unit origin=null CALL 'foo(Int): Unit' type=kotlin.Unit origin=null
$this: GET_FIELD '`Test$IBase$delegate`: IBase<TT>' type=IBase<TT> origin=null $this: GET_FIELD '`Test$IBase$delegate`: IBase<TT>' type=IBase<TT> origin=null
receiver: GET_VAR 'this@Test: Test<TT>' type=Test<TT> origin=null receiver: GET_VAR 'this@Test: Test<TT>' type=Test<TT> origin=null
x: GET_VAR 'value-parameter x: Int' type=kotlin.Int origin=null x: GET_VAR 'value-parameter x: Int' type=kotlin.Int origin=null
PROPERTY DELEGATED_MEMBER public open override val bar: kotlin.Int PROPERTY DELEGATED_MEMBER name:bar type:kotlin.Int visibility:public modality:OPEN flags:val
FUN DELEGATED_MEMBER public open override fun <get-bar>(): kotlin.Int FUN DELEGATED_MEMBER name:<get-bar> visibility:public modality:OPEN <> ($this:Test<TT>) returnType:Int flags:
$this: VALUE_PARAMETER this@Test: Test<TT> $this: VALUE_PARAMETER name:<this> type:Test<TT> flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-bar>(): Int' RETURN type=kotlin.Nothing from=<get-bar>(): Int'
CALL '<get-bar>(): Int' type=kotlin.Int origin=null CALL '<get-bar>(): Int' type=kotlin.Int origin=null
$this: GET_FIELD '`Test$IBase$delegate`: IBase<TT>' type=IBase<TT> origin=null $this: GET_FIELD '`Test$IBase$delegate`: IBase<TT>' type=IBase<TT> origin=null
receiver: GET_VAR 'this@Test: Test<TT>' type=Test<TT> origin=null receiver: GET_VAR 'this@Test: Test<TT>' type=Test<TT> origin=null
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
+37 -37
View File
@@ -1,49 +1,49 @@
FILE /fun.kt FILE fqName:<root> fileName:/fun.kt
FUN public fun <T> test1(i: kotlin.Int, j: T): kotlin.Unit FUN name:test1 visibility:public modality:FINAL <T> (i:kotlin.Int, j:T) returnType:Unit flags:
TYPE_PARAMETER <T> TYPE_PARAMETER name:T index:0 variance: upperBounds:[kotlin.Any?]
VALUE_PARAMETER value-parameter i: kotlin.Int VALUE_PARAMETER name:i index:0 type:kotlin.Int flags:
VALUE_PARAMETER value-parameter j: T VALUE_PARAMETER name:j index:1 type:T flags:
BLOCK_BODY BLOCK_BODY
FUN public fun test2(i: kotlin.Int = ..., j: kotlin.String = ...): kotlin.Unit FUN name:test2 visibility:public modality:FINAL <> (i:kotlin.Int, j:kotlin.String) returnType:Unit flags:
VALUE_PARAMETER value-parameter i: kotlin.Int = ... VALUE_PARAMETER name:i index:0 type:kotlin.Int flags:
EXPRESSION_BODY EXPRESSION_BODY
CONST Int type=kotlin.Int value='0' CONST Int type=kotlin.Int value=0
VALUE_PARAMETER value-parameter j: kotlin.String = ... VALUE_PARAMETER name:j index:1 type:kotlin.String flags:
EXPRESSION_BODY EXPRESSION_BODY
CONST String type=kotlin.String value='' CONST String type=kotlin.String value=
BLOCK_BODY BLOCK_BODY
FUN public fun test3(vararg args: kotlin.String): kotlin.Unit FUN name:test3 visibility:public modality:FINAL <> (args:kotlin.Array<out kotlin.String>) returnType:Unit flags:
VALUE_PARAMETER value-parameter vararg args: kotlin.String VALUE_PARAMETER name:args index:0 type:kotlin.Array<out kotlin.String> varargElementType:kotlin.String flags:vararg
BLOCK_BODY BLOCK_BODY
FUN public fun kotlin.String.textExt1(i: kotlin.Int, j: kotlin.String): kotlin.Unit FUN name:textExt1 visibility:public modality:FINAL <> ($receiver:kotlin.String, i:kotlin.Int, j:kotlin.String) returnType:Unit flags:
$receiver: VALUE_PARAMETER this@textExt1: String $receiver: VALUE_PARAMETER name:<this> type:kotlin.String flags:
VALUE_PARAMETER value-parameter i: kotlin.Int VALUE_PARAMETER name:i index:0 type:kotlin.Int flags:
VALUE_PARAMETER value-parameter j: kotlin.String VALUE_PARAMETER name:j index:1 type:kotlin.String flags:
BLOCK_BODY BLOCK_BODY
CLASS CLASS Host CLASS CLASS name:Host modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@Host: Host $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:Host flags:
CONSTRUCTOR public constructor Host() CONSTRUCTOR visibility:public <> () returnType:Host flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='Host' INSTANCE_INITIALIZER_CALL classDescriptor='Host'
FUN public final fun kotlin.String.testMembetExt1(i: kotlin.Int, j: kotlin.String): kotlin.Unit FUN name:testMembetExt1 visibility:public modality:FINAL <> ($this:Host, $receiver:kotlin.String, i:kotlin.Int, j:kotlin.String) returnType:Unit flags:
$this: VALUE_PARAMETER this@Host: Host $this: VALUE_PARAMETER name:<this> type:Host flags:
$receiver: VALUE_PARAMETER this@testMembetExt1: String $receiver: VALUE_PARAMETER name:<this> type:kotlin.String flags:
VALUE_PARAMETER value-parameter i: kotlin.Int VALUE_PARAMETER name:i index:0 type:kotlin.Int flags:
VALUE_PARAMETER value-parameter j: kotlin.String VALUE_PARAMETER name:j index:1 type:kotlin.String flags:
BLOCK_BODY BLOCK_BODY
FUN public final fun <T> kotlin.String.testMembetExt2(i: kotlin.Int, j: T): kotlin.Unit FUN name:testMembetExt2 visibility:public modality:FINAL <T> ($this:Host, $receiver:kotlin.String, i:kotlin.Int, j:T) returnType:Unit flags:
TYPE_PARAMETER <T> TYPE_PARAMETER name:T index:0 variance: upperBounds:[kotlin.Any?]
$this: VALUE_PARAMETER this@Host: Host $this: VALUE_PARAMETER name:<this> type:Host flags:
$receiver: VALUE_PARAMETER this@testMembetExt2: String $receiver: VALUE_PARAMETER name:<this> type:kotlin.String flags:
VALUE_PARAMETER value-parameter i: kotlin.Int VALUE_PARAMETER name:i index:0 type:kotlin.Int flags:
VALUE_PARAMETER value-parameter j: T VALUE_PARAMETER name:j index:1 type:T flags:
BLOCK_BODY BLOCK_BODY
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
@@ -1,36 +1,36 @@
FILE /genericInnerClass.kt FILE fqName:<root> fileName:/genericInnerClass.kt
CLASS CLASS Outer CLASS CLASS name:Outer modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@Outer: Outer<T1> $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:Outer<T1> flags:
TYPE_PARAMETER <T1> TYPE_PARAMETER name:T1 index:0 variance: upperBounds:[kotlin.Any?]
CONSTRUCTOR public constructor Outer<T1>() CONSTRUCTOR visibility:public <> () returnType:Outer<T1> flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='Outer' INSTANCE_INITIALIZER_CALL classDescriptor='Outer'
CLASS CLASS Inner CLASS CLASS name:Inner modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@Inner: Inner<T2, T1> $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:Outer<T1>.Inner<T2> flags:
TYPE_PARAMETER <T2> TYPE_PARAMETER name:T2 index:0 variance: upperBounds:[kotlin.Any?]
CONSTRUCTOR public constructor Inner<T2>() CONSTRUCTOR visibility:public <> ($this:Outer<T1>) returnType:Outer<T1>.Inner<T2> flags:
$outer: VALUE_PARAMETER this@Outer: Outer<T1> $outer: VALUE_PARAMETER name:<this> type:Outer<T1> flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='Inner' INSTANCE_INITIALIZER_CALL classDescriptor='Inner'
FUN public final fun foo(x1: T1, x2: T2): kotlin.Unit FUN name:foo visibility:public modality:FINAL <> ($this:Outer<T1>.Inner<T2>, x1:T1, x2:T2) returnType:Unit flags:
$this: VALUE_PARAMETER this@Inner: Inner<T2, T1> $this: VALUE_PARAMETER name:<this> type:Outer<T1>.Inner<T2> flags:
VALUE_PARAMETER value-parameter x1: T1 VALUE_PARAMETER name:x1 index:0 type:T1 flags:
VALUE_PARAMETER value-parameter x2: T2 VALUE_PARAMETER name:x2 index:1 type:T2 flags:
BLOCK_BODY BLOCK_BODY
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
@@ -1,60 +1,60 @@
FILE /lambdas.kt FILE fqName:<root> fileName:/lambdas.kt
PROPERTY public val test1: (kotlin.String) -> kotlin.String PROPERTY name:test1 type:(kotlin.String) -> kotlin.String visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public val test1: (kotlin.String) -> kotlin.String FIELD PROPERTY_BACKING_FIELD name:test1 type:(kotlin.String) -> kotlin.String visibility:public
EXPRESSION_BODY EXPRESSION_BODY
BLOCK type=(kotlin.String) -> kotlin.String origin=LAMBDA BLOCK type=(kotlin.String) -> kotlin.String origin=LAMBDA
FUN LOCAL_FUNCTION_FOR_LAMBDA local final fun <anonymous>(it: kotlin.String): kotlin.String FUN LOCAL_FUNCTION_FOR_LAMBDA name:<anonymous> visibility:local modality:FINAL <> (it:kotlin.String) returnType:String flags:
VALUE_PARAMETER value-parameter it: kotlin.String VALUE_PARAMETER name:it index:0 type:kotlin.String flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<anonymous>(String): String' RETURN type=kotlin.Nothing from=<anonymous>(String): String'
GET_VAR 'value-parameter it: String' type=kotlin.String origin=null GET_VAR 'value-parameter it: String' type=kotlin.String origin=null
FUNCTION_REFERENCE '<anonymous>(String): String' type=(kotlin.String) -> kotlin.String origin=LAMBDA FUNCTION_REFERENCE '<anonymous>(String): String' type=(kotlin.String) -> kotlin.String origin=LAMBDA
FUN DEFAULT_PROPERTY_ACCESSOR public fun <get-test1>(): (kotlin.String) -> kotlin.String FUN DEFAULT_PROPERTY_ACCESSOR name:<get-test1> visibility:public modality:FINAL <> () returnType:Function1<String, String> flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-test1>(): (String) -> String' RETURN type=kotlin.Nothing from=<get-test1>(): (String) -> String'
GET_FIELD 'test1: (String) -> String' type=(kotlin.String) -> kotlin.String origin=null GET_FIELD 'test1: (String) -> String' type=(kotlin.String) -> kotlin.String origin=null
PROPERTY public val test2: kotlin.Any.(kotlin.Any) -> kotlin.Any PROPERTY name:test2 type:kotlin.Any.(kotlin.Any) -> kotlin.Any visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public val test2: kotlin.Any.(kotlin.Any) -> kotlin.Any FIELD PROPERTY_BACKING_FIELD name:test2 type:kotlin.Any.(kotlin.Any) -> kotlin.Any visibility:public
EXPRESSION_BODY EXPRESSION_BODY
BLOCK type=kotlin.Any.(kotlin.Any) -> kotlin.Int origin=LAMBDA BLOCK type=kotlin.Any.(kotlin.Any) -> kotlin.Int origin=LAMBDA
FUN LOCAL_FUNCTION_FOR_LAMBDA local final fun kotlin.Any.<anonymous>(it: kotlin.Any): kotlin.Int FUN LOCAL_FUNCTION_FOR_LAMBDA name:<anonymous> visibility:local modality:FINAL <> ($receiver:kotlin.Any, it:kotlin.Any) returnType:Int flags:
$receiver: VALUE_PARAMETER this@<anonymous>: Any $receiver: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter it: kotlin.Any VALUE_PARAMETER name:it index:0 type:kotlin.Any flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<anonymous>(Any) on Any: Int' RETURN type=kotlin.Nothing from=<anonymous>(Any) on Any: Int'
CALL 'hashCode(): Int' type=kotlin.Int origin=null CALL 'hashCode(): Int' type=kotlin.Int origin=null
$this: GET_VAR 'value-parameter it: Any' type=kotlin.Any origin=null $this: GET_VAR 'value-parameter it: Any' type=kotlin.Any origin=null
FUNCTION_REFERENCE '<anonymous>(Any) on Any: Int' type=kotlin.Any.(kotlin.Any) -> kotlin.Int origin=LAMBDA FUNCTION_REFERENCE '<anonymous>(Any) on Any: Int' type=kotlin.Any.(kotlin.Any) -> kotlin.Int origin=LAMBDA
FUN DEFAULT_PROPERTY_ACCESSOR public fun <get-test2>(): kotlin.Any.(kotlin.Any) -> kotlin.Any FUN DEFAULT_PROPERTY_ACCESSOR name:<get-test2> visibility:public modality:FINAL <> () returnType:[@kotlin.ExtensionFunctionType] Function2<Any, Any, Any> flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-test2>(): Any.(Any) -> Any' RETURN type=kotlin.Nothing from=<get-test2>(): Any.(Any) -> Any'
GET_FIELD 'test2: Any.(Any) -> Any' type=kotlin.Any.(kotlin.Any) -> kotlin.Any origin=null GET_FIELD 'test2: Any.(Any) -> Any' type=kotlin.Any.(kotlin.Any) -> kotlin.Any origin=null
PROPERTY public val test3: (kotlin.Int, kotlin.Int) -> kotlin.Unit PROPERTY name:test3 type:(kotlin.Int, kotlin.Int) -> kotlin.Unit visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public val test3: (kotlin.Int, kotlin.Int) -> kotlin.Unit FIELD PROPERTY_BACKING_FIELD name:test3 type:(kotlin.Int, kotlin.Int) -> kotlin.Unit visibility:public
EXPRESSION_BODY EXPRESSION_BODY
BLOCK type=(kotlin.Int, kotlin.Int) -> kotlin.Unit origin=LAMBDA BLOCK type=(kotlin.Int, kotlin.Int) -> kotlin.Unit origin=LAMBDA
FUN LOCAL_FUNCTION_FOR_LAMBDA local final fun <anonymous>(i: kotlin.Int, j: kotlin.Int): kotlin.Unit FUN LOCAL_FUNCTION_FOR_LAMBDA name:<anonymous> visibility:local modality:FINAL <> (i:kotlin.Int, j:kotlin.Int) returnType:Unit flags:
VALUE_PARAMETER value-parameter i: kotlin.Int VALUE_PARAMETER name:i index:0 type:kotlin.Int flags:
VALUE_PARAMETER value-parameter j: kotlin.Int VALUE_PARAMETER name:j index:1 type:kotlin.Int flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<anonymous>(Int, Int): Unit' RETURN type=kotlin.Nothing from=<anonymous>(Int, Int): Unit'
GET_OBJECT 'Unit' type=kotlin.Unit GET_OBJECT 'Unit' type=kotlin.Unit
FUNCTION_REFERENCE '<anonymous>(Int, Int): Unit' type=(kotlin.Int, kotlin.Int) -> kotlin.Unit origin=LAMBDA FUNCTION_REFERENCE '<anonymous>(Int, Int): Unit' type=(kotlin.Int, kotlin.Int) -> kotlin.Unit origin=LAMBDA
FUN DEFAULT_PROPERTY_ACCESSOR public fun <get-test3>(): (kotlin.Int, kotlin.Int) -> kotlin.Unit FUN DEFAULT_PROPERTY_ACCESSOR name:<get-test3> visibility:public modality:FINAL <> () returnType:Function2<Int, Int, Unit> flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-test3>(): (Int, Int) -> Unit' RETURN type=kotlin.Nothing from=<get-test3>(): (Int, Int) -> Unit'
GET_FIELD 'test3: (Int, Int) -> Unit' type=(kotlin.Int, kotlin.Int) -> kotlin.Unit origin=null GET_FIELD 'test3: (Int, Int) -> Unit' type=(kotlin.Int, kotlin.Int) -> kotlin.Unit origin=null
PROPERTY public val test4: (kotlin.Int, kotlin.Int) -> kotlin.Unit PROPERTY name:test4 type:(kotlin.Int, kotlin.Int) -> kotlin.Unit visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public val test4: (kotlin.Int, kotlin.Int) -> kotlin.Unit FIELD PROPERTY_BACKING_FIELD name:test4 type:(kotlin.Int, kotlin.Int) -> kotlin.Unit visibility:public
EXPRESSION_BODY EXPRESSION_BODY
BLOCK type=(kotlin.Int, kotlin.Int) -> kotlin.Unit origin=ANONYMOUS_FUNCTION BLOCK type=(kotlin.Int, kotlin.Int) -> kotlin.Unit origin=ANONYMOUS_FUNCTION
FUN local final fun <no name provided>(i: kotlin.Int, j: kotlin.Int): kotlin.Unit FUN name:<no name provided> visibility:local modality:FINAL <> (i:kotlin.Int, j:kotlin.Int) returnType:Unit flags:
VALUE_PARAMETER value-parameter i: kotlin.Int VALUE_PARAMETER name:i index:0 type:kotlin.Int flags:
VALUE_PARAMETER value-parameter j: kotlin.Int VALUE_PARAMETER name:j index:1 type:kotlin.Int flags:
BLOCK_BODY BLOCK_BODY
FUNCTION_REFERENCE '<no name provided>(Int, Int): Unit' type=(kotlin.Int, kotlin.Int) -> kotlin.Unit origin=ANONYMOUS_FUNCTION FUNCTION_REFERENCE '<no name provided>(Int, Int): Unit' type=(kotlin.Int, kotlin.Int) -> kotlin.Unit origin=ANONYMOUS_FUNCTION
FUN DEFAULT_PROPERTY_ACCESSOR public fun <get-test4>(): (kotlin.Int, kotlin.Int) -> kotlin.Unit FUN DEFAULT_PROPERTY_ACCESSOR name:<get-test4> visibility:public modality:FINAL <> () returnType:Function2<Int, Int, Unit> flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-test4>(): (Int, Int) -> Unit' RETURN type=kotlin.Nothing from=<get-test4>(): (Int, Int) -> Unit'
GET_FIELD 'test4: (Int, Int) -> Unit' type=(kotlin.Int, kotlin.Int) -> kotlin.Unit origin=null GET_FIELD 'test4: (Int, Int) -> Unit' type=(kotlin.Int, kotlin.Int) -> kotlin.Unit origin=null
@@ -1,26 +1,26 @@
FILE /localFun.kt FILE fqName:<root> fileName:/localFun.kt
FUN public fun <TT> outer(): kotlin.Unit FUN name:outer visibility:public modality:FINAL <TT> () returnType:Unit flags:
TYPE_PARAMETER <TT> TYPE_PARAMETER name:TT index:0 variance: upperBounds:[kotlin.Any?]
BLOCK_BODY BLOCK_BODY
FUN local final fun <T> test1(i: kotlin.Int, j: T): kotlin.Unit FUN name:test1 visibility:local modality:FINAL <T> (i:kotlin.Int, j:T) returnType:Unit flags:
TYPE_PARAMETER <T> TYPE_PARAMETER name:T index:0 variance: upperBounds:[kotlin.Any?]
VALUE_PARAMETER value-parameter i: kotlin.Int VALUE_PARAMETER name:i index:0 type:kotlin.Int flags:
VALUE_PARAMETER value-parameter j: T VALUE_PARAMETER name:j index:1 type:T flags:
BLOCK_BODY BLOCK_BODY
FUN local final fun test2(i: kotlin.Int = ..., j: kotlin.String = ...): kotlin.Unit FUN name:test2 visibility:local modality:FINAL <> (i:kotlin.Int, j:kotlin.String) returnType:Unit flags:
VALUE_PARAMETER value-parameter i: kotlin.Int = ... VALUE_PARAMETER name:i index:0 type:kotlin.Int flags:
EXPRESSION_BODY EXPRESSION_BODY
CONST Int type=kotlin.Int value='0' CONST Int type=kotlin.Int value=0
VALUE_PARAMETER value-parameter j: kotlin.String = ... VALUE_PARAMETER name:j index:1 type:kotlin.String flags:
EXPRESSION_BODY EXPRESSION_BODY
CONST String type=kotlin.String value='' CONST String type=kotlin.String value=
BLOCK_BODY BLOCK_BODY
FUN local final fun test3(vararg args: kotlin.String): kotlin.Unit FUN name:test3 visibility:local modality:FINAL <> (args:kotlin.Array<out kotlin.String>) returnType:Unit flags:
VALUE_PARAMETER value-parameter vararg args: kotlin.String VALUE_PARAMETER name:args index:0 type:kotlin.Array<out kotlin.String> varargElementType:kotlin.String flags:vararg
BLOCK_BODY BLOCK_BODY
FUN local final fun kotlin.String.textExt1(i: kotlin.Int, j: TT): kotlin.Unit FUN name:textExt1 visibility:local modality:FINAL <> ($receiver:kotlin.String, i:kotlin.Int, j:TT) returnType:Unit flags:
$receiver: VALUE_PARAMETER this@textExt1: String $receiver: VALUE_PARAMETER name:<this> type:kotlin.String flags:
VALUE_PARAMETER value-parameter i: kotlin.Int VALUE_PARAMETER name:i index:0 type:kotlin.Int flags:
VALUE_PARAMETER value-parameter j: TT VALUE_PARAMETER name:j index:1 type:TT flags:
BLOCK_BODY BLOCK_BODY
@@ -1,115 +1,115 @@
FILE /propertyAccessors.kt FILE fqName:<root> fileName:/propertyAccessors.kt
PROPERTY public val test1: kotlin.Int PROPERTY name:test1 type:kotlin.Int visibility:public modality:FINAL flags:val
FUN public fun <get-test1>(): kotlin.Int FUN name:<get-test1> visibility:public modality:FINAL <> () returnType:Int flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-test1>(): Int' RETURN type=kotlin.Nothing from=<get-test1>(): Int'
CONST Int type=kotlin.Int value='42' CONST Int type=kotlin.Int value=42
PROPERTY public var test2: kotlin.Int PROPERTY name:test2 type:kotlin.Int visibility:public modality:FINAL flags:var
FUN public fun <get-test2>(): kotlin.Int FUN name:<get-test2> visibility:public modality:FINAL <> () returnType:Int flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-test2>(): Int' RETURN type=kotlin.Nothing from=<get-test2>(): Int'
CONST Int type=kotlin.Int value='42' CONST Int type=kotlin.Int value=42
FUN public fun <set-test2>(value: kotlin.Int): kotlin.Unit FUN name:<set-test2> visibility:public modality:FINAL <> (value:kotlin.Int) returnType:Unit flags:
VALUE_PARAMETER value-parameter value: kotlin.Int VALUE_PARAMETER name:value index:0 type:kotlin.Int flags:
BLOCK_BODY BLOCK_BODY
PROPERTY public val kotlin.String.testExt1: kotlin.Int PROPERTY name:testExt1 type:kotlin.Int visibility:public modality:FINAL flags:val
FUN public fun kotlin.String.<get-testExt1>(): kotlin.Int FUN name:<get-testExt1> visibility:public modality:FINAL <> ($receiver:kotlin.String) returnType:Int flags:
$receiver: VALUE_PARAMETER this@testExt1: String $receiver: VALUE_PARAMETER name:<this> type:kotlin.String flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-testExt1>() on String: Int' RETURN type=kotlin.Nothing from=<get-testExt1>() on String: Int'
CONST Int type=kotlin.Int value='42' CONST Int type=kotlin.Int value=42
PROPERTY public var kotlin.String.testExt2: kotlin.Int PROPERTY name:testExt2 type:kotlin.Int visibility:public modality:FINAL flags:var
FUN public fun kotlin.String.<get-testExt2>(): kotlin.Int FUN name:<get-testExt2> visibility:public modality:FINAL <> ($receiver:kotlin.String) returnType:Int flags:
$receiver: VALUE_PARAMETER this@testExt2: String $receiver: VALUE_PARAMETER name:<this> type:kotlin.String flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-testExt2>() on String: Int' RETURN type=kotlin.Nothing from=<get-testExt2>() on String: Int'
CONST Int type=kotlin.Int value='42' CONST Int type=kotlin.Int value=42
FUN public fun kotlin.String.<set-testExt2>(value: kotlin.Int): kotlin.Unit FUN name:<set-testExt2> visibility:public modality:FINAL <> ($receiver:kotlin.String, value:kotlin.Int) returnType:Unit flags:
$receiver: VALUE_PARAMETER this@testExt2: String $receiver: VALUE_PARAMETER name:<this> type:kotlin.String flags:
VALUE_PARAMETER value-parameter value: kotlin.Int VALUE_PARAMETER name:value index:0 type:kotlin.Int flags:
BLOCK_BODY BLOCK_BODY
PROPERTY public val <T> T.testExt3: kotlin.Int PROPERTY name:testExt3 type:kotlin.Int visibility:public modality:FINAL flags:val
FUN public fun T.<get-testExt3>(): kotlin.Int FUN name:<get-testExt3> visibility:public modality:FINAL <> ($receiver:T) returnType:Int flags:
$receiver: VALUE_PARAMETER this@testExt3: T $receiver: VALUE_PARAMETER name:<this> type:T flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-testExt3>() on T: Int' RETURN type=kotlin.Nothing from=<get-testExt3>() on T: Int'
CONST Int type=kotlin.Int value='42' CONST Int type=kotlin.Int value=42
PROPERTY public var <T> T.testExt4: kotlin.Int PROPERTY name:testExt4 type:kotlin.Int visibility:public modality:FINAL flags:var
FUN public fun T.<get-testExt4>(): kotlin.Int FUN name:<get-testExt4> visibility:public modality:FINAL <> ($receiver:T) returnType:Int flags:
$receiver: VALUE_PARAMETER this@testExt4: T $receiver: VALUE_PARAMETER name:<this> type:T flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-testExt4>() on T: Int' RETURN type=kotlin.Nothing from=<get-testExt4>() on T: Int'
CONST Int type=kotlin.Int value='42' CONST Int type=kotlin.Int value=42
FUN public fun T.<set-testExt4>(value: kotlin.Int): kotlin.Unit FUN name:<set-testExt4> visibility:public modality:FINAL <> ($receiver:T, value:kotlin.Int) returnType:Unit flags:
$receiver: VALUE_PARAMETER this@testExt4: T $receiver: VALUE_PARAMETER name:<this> type:T flags:
VALUE_PARAMETER value-parameter value: kotlin.Int VALUE_PARAMETER name:value index:0 type:kotlin.Int flags:
BLOCK_BODY BLOCK_BODY
CLASS CLASS Host CLASS CLASS name:Host modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@Host: Host<T> $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:Host<T> flags:
TYPE_PARAMETER <T> TYPE_PARAMETER name:T index:0 variance: upperBounds:[kotlin.Any?]
CONSTRUCTOR public constructor Host<T>() CONSTRUCTOR visibility:public <> () returnType:Host<T> flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='Host' INSTANCE_INITIALIZER_CALL classDescriptor='Host'
PROPERTY public final val testMem1: kotlin.Int PROPERTY name:testMem1 type:kotlin.Int visibility:public modality:FINAL flags:val
FUN public final fun <get-testMem1>(): kotlin.Int FUN name:<get-testMem1> visibility:public modality:FINAL <> ($this:Host<T>) returnType:Int flags:
$this: VALUE_PARAMETER this@Host: Host<T> $this: VALUE_PARAMETER name:<this> type:Host<T> flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-testMem1>(): Int' RETURN type=kotlin.Nothing from=<get-testMem1>(): Int'
CONST Int type=kotlin.Int value='42' CONST Int type=kotlin.Int value=42
PROPERTY public final var testMem2: kotlin.Int PROPERTY name:testMem2 type:kotlin.Int visibility:public modality:FINAL flags:var
FUN public final fun <get-testMem2>(): kotlin.Int FUN name:<get-testMem2> visibility:public modality:FINAL <> ($this:Host<T>) returnType:Int flags:
$this: VALUE_PARAMETER this@Host: Host<T> $this: VALUE_PARAMETER name:<this> type:Host<T> flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-testMem2>(): Int' RETURN type=kotlin.Nothing from=<get-testMem2>(): Int'
CONST Int type=kotlin.Int value='42' CONST Int type=kotlin.Int value=42
FUN public final fun <set-testMem2>(value: kotlin.Int): kotlin.Unit FUN name:<set-testMem2> visibility:public modality:FINAL <> ($this:Host<T>, value:kotlin.Int) returnType:Unit flags:
$this: VALUE_PARAMETER this@Host: Host<T> $this: VALUE_PARAMETER name:<this> type:Host<T> flags:
VALUE_PARAMETER value-parameter value: kotlin.Int VALUE_PARAMETER name:value index:0 type:kotlin.Int flags:
BLOCK_BODY BLOCK_BODY
PROPERTY public final val kotlin.String.testMemExt1: kotlin.Int PROPERTY name:testMemExt1 type:kotlin.Int visibility:public modality:FINAL flags:val
FUN public final fun kotlin.String.<get-testMemExt1>(): kotlin.Int FUN name:<get-testMemExt1> visibility:public modality:FINAL <> ($this:Host<T>, $receiver:kotlin.String) returnType:Int flags:
$this: VALUE_PARAMETER this@Host: Host<T> $this: VALUE_PARAMETER name:<this> type:Host<T> flags:
$receiver: VALUE_PARAMETER this@testMemExt1: String $receiver: VALUE_PARAMETER name:<this> type:kotlin.String flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-testMemExt1>() on String: Int' RETURN type=kotlin.Nothing from=<get-testMemExt1>() on String: Int'
CONST Int type=kotlin.Int value='42' CONST Int type=kotlin.Int value=42
PROPERTY public final var kotlin.String.testMemExt2: kotlin.Int PROPERTY name:testMemExt2 type:kotlin.Int visibility:public modality:FINAL flags:var
FUN public final fun kotlin.String.<get-testMemExt2>(): kotlin.Int FUN name:<get-testMemExt2> visibility:public modality:FINAL <> ($this:Host<T>, $receiver:kotlin.String) returnType:Int flags:
$this: VALUE_PARAMETER this@Host: Host<T> $this: VALUE_PARAMETER name:<this> type:Host<T> flags:
$receiver: VALUE_PARAMETER this@testMemExt2: String $receiver: VALUE_PARAMETER name:<this> type:kotlin.String flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-testMemExt2>() on String: Int' RETURN type=kotlin.Nothing from=<get-testMemExt2>() on String: Int'
CONST Int type=kotlin.Int value='42' CONST Int type=kotlin.Int value=42
FUN public final fun kotlin.String.<set-testMemExt2>(value: kotlin.Int): kotlin.Unit FUN name:<set-testMemExt2> visibility:public modality:FINAL <> ($this:Host<T>, $receiver:kotlin.String, value:kotlin.Int) returnType:Unit flags:
$this: VALUE_PARAMETER this@Host: Host<T> $this: VALUE_PARAMETER name:<this> type:Host<T> flags:
$receiver: VALUE_PARAMETER this@testMemExt2: String $receiver: VALUE_PARAMETER name:<this> type:kotlin.String flags:
VALUE_PARAMETER value-parameter value: kotlin.Int VALUE_PARAMETER name:value index:0 type:kotlin.Int flags:
BLOCK_BODY BLOCK_BODY
PROPERTY public final val <TT> TT.testMemExt3: kotlin.Int PROPERTY name:testMemExt3 type:kotlin.Int visibility:public modality:FINAL flags:val
FUN public final fun TT.<get-testMemExt3>(): kotlin.Int FUN name:<get-testMemExt3> visibility:public modality:FINAL <> ($this:Host<T>, $receiver:TT) returnType:Int flags:
$this: VALUE_PARAMETER this@Host: Host<T> $this: VALUE_PARAMETER name:<this> type:Host<T> flags:
$receiver: VALUE_PARAMETER this@testMemExt3: TT $receiver: VALUE_PARAMETER name:<this> type:TT flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-testMemExt3>() on TT: Int' RETURN type=kotlin.Nothing from=<get-testMemExt3>() on TT: Int'
CONST Int type=kotlin.Int value='42' CONST Int type=kotlin.Int value=42
PROPERTY public final var <TT> TT.testMemExt4: kotlin.Int PROPERTY name:testMemExt4 type:kotlin.Int visibility:public modality:FINAL flags:var
FUN public final fun TT.<get-testMemExt4>(): kotlin.Int FUN name:<get-testMemExt4> visibility:public modality:FINAL <> ($this:Host<T>, $receiver:TT) returnType:Int flags:
$this: VALUE_PARAMETER this@Host: Host<T> $this: VALUE_PARAMETER name:<this> type:Host<T> flags:
$receiver: VALUE_PARAMETER this@testMemExt4: TT $receiver: VALUE_PARAMETER name:<this> type:TT flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-testMemExt4>() on TT: Int' RETURN type=kotlin.Nothing from=<get-testMemExt4>() on TT: Int'
CONST Int type=kotlin.Int value='42' CONST Int type=kotlin.Int value=42
FUN public final fun TT.<set-testMemExt4>(value: kotlin.Int): kotlin.Unit FUN name:<set-testMemExt4> visibility:public modality:FINAL <> ($this:Host<T>, $receiver:TT, value:kotlin.Int) returnType:Unit flags:
$this: VALUE_PARAMETER this@Host: Host<T> $this: VALUE_PARAMETER name:<this> type:Host<T> flags:
$receiver: VALUE_PARAMETER this@testMemExt4: TT $receiver: VALUE_PARAMETER name:<this> type:TT flags:
VALUE_PARAMETER value-parameter value: kotlin.Int VALUE_PARAMETER name:value index:0 type:kotlin.Int flags:
BLOCK_BODY BLOCK_BODY
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
@@ -1,28 +1,28 @@
FILE /primaryCtorDefaultArguments.kt FILE fqName:<root> fileName:/primaryCtorDefaultArguments.kt
CLASS CLASS Test CLASS CLASS name:Test modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@Test: Test $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:Test flags:
CONSTRUCTOR public constructor Test(x: kotlin.Int = ...) CONSTRUCTOR visibility:public <> (x:kotlin.Int) returnType:Test flags:
VALUE_PARAMETER value-parameter x: kotlin.Int = ... VALUE_PARAMETER name:x index:0 type:kotlin.Int flags:
EXPRESSION_BODY EXPRESSION_BODY
CONST Int type=kotlin.Int value='0' CONST Int type=kotlin.Int value=0
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='Test' INSTANCE_INITIALIZER_CALL classDescriptor='Test'
PROPERTY public final val x: kotlin.Int PROPERTY name:x type:kotlin.Int visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public final val x: kotlin.Int FIELD PROPERTY_BACKING_FIELD name:x type:kotlin.Int visibility:public
EXPRESSION_BODY EXPRESSION_BODY
GET_VAR 'value-parameter x: Int = ...' type=kotlin.Int origin=INITIALIZE_PROPERTY_FROM_PARAMETER GET_VAR 'value-parameter x: Int = ...' type=kotlin.Int origin=INITIALIZE_PROPERTY_FROM_PARAMETER
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-x>(): kotlin.Int FUN DEFAULT_PROPERTY_ACCESSOR name:<get-x> visibility:public modality:FINAL <> ($this:Test) returnType:Int flags:
$this: VALUE_PARAMETER this@Test: Test $this: VALUE_PARAMETER name:<this> type:Test flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-x>(): Int' RETURN type=kotlin.Nothing from=<get-x>(): Int'
GET_FIELD 'x: Int' type=kotlin.Int origin=null GET_FIELD 'x: Int' type=kotlin.Int origin=null
receiver: GET_VAR 'this@Test: Test' type=Test origin=null receiver: GET_VAR 'this@Test: Test' type=Test origin=null
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
@@ -1,44 +1,44 @@
FILE /primaryCtorProperties.kt FILE fqName:<root> fileName:/primaryCtorProperties.kt
CLASS CLASS C CLASS CLASS name:C modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@C: C $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:C flags:
CONSTRUCTOR public constructor C(test1: kotlin.Int, test2: kotlin.Int) CONSTRUCTOR visibility:public <> (test1:kotlin.Int, test2:kotlin.Int) returnType:C flags:
VALUE_PARAMETER value-parameter test1: kotlin.Int VALUE_PARAMETER name:test1 index:0 type:kotlin.Int flags:
VALUE_PARAMETER value-parameter test2: kotlin.Int VALUE_PARAMETER name:test2 index:1 type:kotlin.Int flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='C' INSTANCE_INITIALIZER_CALL classDescriptor='C'
PROPERTY public final val test1: kotlin.Int PROPERTY name:test1 type:kotlin.Int visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public final val test1: kotlin.Int FIELD PROPERTY_BACKING_FIELD name:test1 type:kotlin.Int visibility:public
EXPRESSION_BODY EXPRESSION_BODY
GET_VAR 'value-parameter test1: Int' type=kotlin.Int origin=INITIALIZE_PROPERTY_FROM_PARAMETER GET_VAR 'value-parameter test1: Int' type=kotlin.Int origin=INITIALIZE_PROPERTY_FROM_PARAMETER
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-test1>(): kotlin.Int FUN DEFAULT_PROPERTY_ACCESSOR name:<get-test1> visibility:public modality:FINAL <> ($this:C) returnType:Int flags:
$this: VALUE_PARAMETER this@C: C $this: VALUE_PARAMETER name:<this> type:C flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-test1>(): Int' RETURN type=kotlin.Nothing from=<get-test1>(): Int'
GET_FIELD 'test1: Int' type=kotlin.Int origin=null GET_FIELD 'test1: Int' type=kotlin.Int origin=null
receiver: GET_VAR 'this@C: C' type=C origin=null receiver: GET_VAR 'this@C: C' type=C origin=null
PROPERTY public final var test2: kotlin.Int PROPERTY name:test2 type:kotlin.Int visibility:public modality:FINAL flags:var
FIELD PROPERTY_BACKING_FIELD public final var test2: kotlin.Int FIELD PROPERTY_BACKING_FIELD name:test2 type:kotlin.Int visibility:public
EXPRESSION_BODY EXPRESSION_BODY
GET_VAR 'value-parameter test2: Int' type=kotlin.Int origin=INITIALIZE_PROPERTY_FROM_PARAMETER GET_VAR 'value-parameter test2: Int' type=kotlin.Int origin=INITIALIZE_PROPERTY_FROM_PARAMETER
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-test2>(): kotlin.Int FUN DEFAULT_PROPERTY_ACCESSOR name:<get-test2> visibility:public modality:FINAL <> ($this:C) returnType:Int flags:
$this: VALUE_PARAMETER this@C: C $this: VALUE_PARAMETER name:<this> type:C flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-test2>(): Int' RETURN type=kotlin.Nothing from=<get-test2>(): Int'
GET_FIELD 'test2: Int' type=kotlin.Int origin=null GET_FIELD 'test2: Int' type=kotlin.Int origin=null
receiver: GET_VAR 'this@C: C' type=C origin=null receiver: GET_VAR 'this@C: C' type=C origin=null
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <set-test2>(<set-?>: kotlin.Int): kotlin.Unit FUN DEFAULT_PROPERTY_ACCESSOR name:<set-test2> visibility:public modality:FINAL <> ($this:C, <set-?>:kotlin.Int) returnType:Unit flags:
$this: VALUE_PARAMETER this@C: C $this: VALUE_PARAMETER name:<this> type:C flags:
VALUE_PARAMETER value-parameter <set-?>: kotlin.Int VALUE_PARAMETER name:<set-?> index:0 type:kotlin.Int flags:
BLOCK_BODY BLOCK_BODY
SET_FIELD 'test2: Int' type=kotlin.Unit origin=null SET_FIELD 'test2: Int' type=kotlin.Unit origin=null
receiver: GET_VAR 'this@C: C' type=C origin=null receiver: GET_VAR 'this@C: C' type=C origin=null
value: GET_VAR 'value-parameter <set-?>: Int' type=kotlin.Int origin=null value: GET_VAR 'value-parameter <set-?>: Int' type=kotlin.Int origin=null
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
@@ -1,77 +1,77 @@
FILE /differentReceivers.kt FILE fqName:<root> fileName:/differentReceivers.kt
CLASS CLASS MyClass CLASS CLASS name:MyClass modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@MyClass: MyClass $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:MyClass flags:
CONSTRUCTOR public constructor MyClass(value: kotlin.String) CONSTRUCTOR visibility:public <> (value:kotlin.String) returnType:MyClass flags:
VALUE_PARAMETER value-parameter value: kotlin.String VALUE_PARAMETER name:value index:0 type:kotlin.String flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='MyClass' INSTANCE_INITIALIZER_CALL classDescriptor='MyClass'
PROPERTY public final val value: kotlin.String PROPERTY name:value type:kotlin.String visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public final val value: kotlin.String FIELD PROPERTY_BACKING_FIELD name:value type:kotlin.String visibility:public
EXPRESSION_BODY EXPRESSION_BODY
GET_VAR 'value-parameter value: String' type=kotlin.String origin=INITIALIZE_PROPERTY_FROM_PARAMETER GET_VAR 'value-parameter value: String' type=kotlin.String origin=INITIALIZE_PROPERTY_FROM_PARAMETER
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-value>(): kotlin.String FUN DEFAULT_PROPERTY_ACCESSOR name:<get-value> visibility:public modality:FINAL <> ($this:MyClass) returnType:String flags:
$this: VALUE_PARAMETER this@MyClass: MyClass $this: VALUE_PARAMETER name:<this> type:MyClass flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-value>(): String' RETURN type=kotlin.Nothing from=<get-value>(): String'
GET_FIELD 'value: String' type=kotlin.String origin=null GET_FIELD 'value: String' type=kotlin.String origin=null
receiver: GET_VAR 'this@MyClass: MyClass' type=MyClass origin=null receiver: GET_VAR 'this@MyClass: MyClass' type=MyClass origin=null
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN public operator fun MyClass.provideDelegate(host: kotlin.Any?, p: kotlin.Any): kotlin.String FUN name:provideDelegate visibility:public modality:FINAL <> ($receiver:MyClass, host:kotlin.Any?, p:kotlin.Any) returnType:String flags:
$receiver: VALUE_PARAMETER this@provideDelegate: MyClass $receiver: VALUE_PARAMETER name:<this> type:MyClass flags:
VALUE_PARAMETER value-parameter host: kotlin.Any? VALUE_PARAMETER name:host index:0 type:kotlin.Any? flags:
VALUE_PARAMETER value-parameter p: kotlin.Any VALUE_PARAMETER name:p index:1 type:kotlin.Any flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='provideDelegate(Any?, Any) on MyClass: String' RETURN type=kotlin.Nothing from=provideDelegate(Any?, Any) on MyClass: String'
CALL '<get-value>(): String' type=kotlin.String origin=GET_PROPERTY CALL '<get-value>(): String' type=kotlin.String origin=GET_PROPERTY
$this: GET_VAR 'this@provideDelegate: MyClass' type=MyClass origin=null $this: GET_VAR 'this@provideDelegate: MyClass' type=MyClass origin=null
FUN public operator fun kotlin.String.getValue(receiver: kotlin.Any?, p: kotlin.Any): kotlin.String FUN name:getValue visibility:public modality:FINAL <> ($receiver:kotlin.String, receiver:kotlin.Any?, p:kotlin.Any) returnType:String flags:
$receiver: VALUE_PARAMETER this@getValue: String $receiver: VALUE_PARAMETER name:<this> type:kotlin.String flags:
VALUE_PARAMETER value-parameter receiver: kotlin.Any? VALUE_PARAMETER name:receiver index:0 type:kotlin.Any? flags:
VALUE_PARAMETER value-parameter p: kotlin.Any VALUE_PARAMETER name:p index:1 type:kotlin.Any flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='getValue(Any?, Any) on String: String' RETURN type=kotlin.Nothing from=getValue(Any?, Any) on String: String'
GET_VAR 'this@getValue: String' type=kotlin.String origin=null GET_VAR 'this@getValue: String' type=kotlin.String origin=null
PROPERTY public val testO: kotlin.String PROPERTY name:testO type:kotlin.String visibility:public modality:FINAL flags:delegatedmval
FIELD DELEGATE val `testO$delegate`: kotlin.String FIELD DELEGATE name:testO$delegate type:kotlin.String visibility:private
EXPRESSION_BODY EXPRESSION_BODY
CALL 'provideDelegate(Any?, Any) on MyClass: String' type=kotlin.String origin=null CALL 'provideDelegate(Any?, Any) on MyClass: String' type=kotlin.String origin=null
$receiver: CALL 'constructor MyClass(String)' type=MyClass origin=null $receiver: CALL 'constructor MyClass(String)' type=MyClass origin=null
value: CONST String type=kotlin.String value='O' value: CONST String type=kotlin.String value=O
host: CONST Null type=kotlin.Nothing? value='null' host: CONST Null type=kotlin.Nothing? value=null
p: PROPERTY_REFERENCE 'testO: String' field=null getter='<get-testO>(): String' setter=null type=kotlin.reflect.KProperty0<kotlin.String> origin=PROPERTY_REFERENCE_FOR_DELEGATE p: PROPERTY_REFERENCE 'testO: String' field=null getter='<get-testO>(): String' setter=null type=kotlin.reflect.KProperty0<kotlin.String> origin=PROPERTY_REFERENCE_FOR_DELEGATE
FUN DELEGATED_PROPERTY_ACCESSOR public fun <get-testO>(): kotlin.String FUN DELEGATED_PROPERTY_ACCESSOR name:<get-testO> visibility:public modality:FINAL <> () returnType:String flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-testO>(): String' RETURN type=kotlin.Nothing from=<get-testO>(): String'
CALL 'getValue(Any?, Any) on String: String' type=kotlin.String origin=null CALL 'getValue(Any?, Any) on String: String' type=kotlin.String origin=null
$receiver: GET_FIELD '`testO$delegate`: String' type=kotlin.String origin=null $receiver: GET_FIELD '`testO$delegate`: String' type=kotlin.String origin=null
receiver: CONST Null type=kotlin.Nothing? value='null' receiver: CONST Null type=kotlin.Nothing? value=null
p: PROPERTY_REFERENCE 'testO: String' field=null getter='<get-testO>(): String' setter=null type=kotlin.reflect.KProperty0<kotlin.String> origin=PROPERTY_REFERENCE_FOR_DELEGATE p: PROPERTY_REFERENCE 'testO: String' field=null getter='<get-testO>(): String' setter=null type=kotlin.reflect.KProperty0<kotlin.String> origin=PROPERTY_REFERENCE_FOR_DELEGATE
PROPERTY public val testK: kotlin.String PROPERTY name:testK type:kotlin.String visibility:public modality:FINAL flags:delegatedmval
FIELD DELEGATE val `testK$delegate`: kotlin.String FIELD DELEGATE name:testK$delegate type:kotlin.String visibility:private
EXPRESSION_BODY EXPRESSION_BODY
CONST String type=kotlin.String value='K' CONST String type=kotlin.String value=K
FUN DELEGATED_PROPERTY_ACCESSOR public fun <get-testK>(): kotlin.String FUN DELEGATED_PROPERTY_ACCESSOR name:<get-testK> visibility:public modality:FINAL <> () returnType:String flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-testK>(): String' RETURN type=kotlin.Nothing from=<get-testK>(): String'
CALL 'getValue(Any?, Any) on String: String' type=kotlin.String origin=null CALL 'getValue(Any?, Any) on String: String' type=kotlin.String origin=null
$receiver: GET_FIELD '`testK$delegate`: String' type=kotlin.String origin=null $receiver: GET_FIELD '`testK$delegate`: String' type=kotlin.String origin=null
receiver: CONST Null type=kotlin.Nothing? value='null' receiver: CONST Null type=kotlin.Nothing? value=null
p: PROPERTY_REFERENCE 'testK: String' field=null getter='<get-testK>(): String' setter=null type=kotlin.reflect.KProperty0<kotlin.String> origin=PROPERTY_REFERENCE_FOR_DELEGATE p: PROPERTY_REFERENCE 'testK: String' field=null getter='<get-testK>(): String' setter=null type=kotlin.reflect.KProperty0<kotlin.String> origin=PROPERTY_REFERENCE_FOR_DELEGATE
PROPERTY public val testOK: kotlin.String PROPERTY name:testOK type:kotlin.String visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public val testOK: kotlin.String FIELD PROPERTY_BACKING_FIELD name:testOK type:kotlin.String visibility:public
EXPRESSION_BODY EXPRESSION_BODY
CALL 'plus(Any?): String' type=kotlin.String origin=PLUS CALL 'plus(Any?): String' type=kotlin.String origin=PLUS
$this: CALL '<get-testO>(): String' type=kotlin.String origin=GET_PROPERTY $this: CALL '<get-testO>(): String' type=kotlin.String origin=GET_PROPERTY
other: CALL '<get-testK>(): String' type=kotlin.String origin=GET_PROPERTY other: CALL '<get-testK>(): String' type=kotlin.String origin=GET_PROPERTY
FUN DEFAULT_PROPERTY_ACCESSOR public fun <get-testOK>(): kotlin.String FUN DEFAULT_PROPERTY_ACCESSOR name:<get-testOK> visibility:public modality:FINAL <> () returnType:String flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-testOK>(): String' RETURN type=kotlin.Nothing from=<get-testOK>(): String'
GET_FIELD 'testOK: String' type=kotlin.String origin=null GET_FIELD 'testOK: String' type=kotlin.String origin=null
@@ -1,83 +1,83 @@
FILE /local.kt FILE fqName:<root> fileName:/local.kt
CLASS CLASS Delegate CLASS CLASS name:Delegate modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@Delegate: Delegate $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:Delegate flags:
CONSTRUCTOR public constructor Delegate(value: kotlin.String) CONSTRUCTOR visibility:public <> (value:kotlin.String) returnType:Delegate flags:
VALUE_PARAMETER value-parameter value: kotlin.String VALUE_PARAMETER name:value index:0 type:kotlin.String flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='Delegate' INSTANCE_INITIALIZER_CALL classDescriptor='Delegate'
PROPERTY public final val value: kotlin.String PROPERTY name:value type:kotlin.String visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public final val value: kotlin.String FIELD PROPERTY_BACKING_FIELD name:value type:kotlin.String visibility:public
EXPRESSION_BODY EXPRESSION_BODY
GET_VAR 'value-parameter value: String' type=kotlin.String origin=INITIALIZE_PROPERTY_FROM_PARAMETER GET_VAR 'value-parameter value: String' type=kotlin.String origin=INITIALIZE_PROPERTY_FROM_PARAMETER
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-value>(): kotlin.String FUN DEFAULT_PROPERTY_ACCESSOR name:<get-value> visibility:public modality:FINAL <> ($this:Delegate) returnType:String flags:
$this: VALUE_PARAMETER this@Delegate: Delegate $this: VALUE_PARAMETER name:<this> type:Delegate flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-value>(): String' RETURN type=kotlin.Nothing from=<get-value>(): String'
GET_FIELD 'value: String' type=kotlin.String origin=null GET_FIELD 'value: String' type=kotlin.String origin=null
receiver: GET_VAR 'this@Delegate: Delegate' type=Delegate origin=null receiver: GET_VAR 'this@Delegate: Delegate' type=Delegate origin=null
FUN public final operator fun getValue(thisRef: kotlin.Any?, property: kotlin.Any?): kotlin.String FUN name:getValue visibility:public modality:FINAL <> ($this:Delegate, thisRef:kotlin.Any?, property:kotlin.Any?) returnType:String flags:
$this: VALUE_PARAMETER this@Delegate: Delegate $this: VALUE_PARAMETER name:<this> type:Delegate flags:
VALUE_PARAMETER value-parameter thisRef: kotlin.Any? VALUE_PARAMETER name:thisRef index:0 type:kotlin.Any? flags:
VALUE_PARAMETER value-parameter property: kotlin.Any? VALUE_PARAMETER name:property index:1 type:kotlin.Any? flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='getValue(Any?, Any?): String' RETURN type=kotlin.Nothing from=getValue(Any?, Any?): String'
CALL '<get-value>(): String' type=kotlin.String origin=GET_PROPERTY CALL '<get-value>(): String' type=kotlin.String origin=GET_PROPERTY
$this: GET_VAR 'this@Delegate: Delegate' type=Delegate origin=null $this: GET_VAR 'this@Delegate: Delegate' type=Delegate origin=null
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
CLASS CLASS DelegateProvider CLASS CLASS name:DelegateProvider modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@DelegateProvider: DelegateProvider $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:DelegateProvider flags:
CONSTRUCTOR public constructor DelegateProvider(value: kotlin.String) CONSTRUCTOR visibility:public <> (value:kotlin.String) returnType:DelegateProvider flags:
VALUE_PARAMETER value-parameter value: kotlin.String VALUE_PARAMETER name:value index:0 type:kotlin.String flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='DelegateProvider' INSTANCE_INITIALIZER_CALL classDescriptor='DelegateProvider'
PROPERTY public final val value: kotlin.String PROPERTY name:value type:kotlin.String visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public final val value: kotlin.String FIELD PROPERTY_BACKING_FIELD name:value type:kotlin.String visibility:public
EXPRESSION_BODY EXPRESSION_BODY
GET_VAR 'value-parameter value: String' type=kotlin.String origin=INITIALIZE_PROPERTY_FROM_PARAMETER GET_VAR 'value-parameter value: String' type=kotlin.String origin=INITIALIZE_PROPERTY_FROM_PARAMETER
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-value>(): kotlin.String FUN DEFAULT_PROPERTY_ACCESSOR name:<get-value> visibility:public modality:FINAL <> ($this:DelegateProvider) returnType:String flags:
$this: VALUE_PARAMETER this@DelegateProvider: DelegateProvider $this: VALUE_PARAMETER name:<this> type:DelegateProvider flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-value>(): String' RETURN type=kotlin.Nothing from=<get-value>(): String'
GET_FIELD 'value: String' type=kotlin.String origin=null GET_FIELD 'value: String' type=kotlin.String origin=null
receiver: GET_VAR 'this@DelegateProvider: DelegateProvider' type=DelegateProvider origin=null receiver: GET_VAR 'this@DelegateProvider: DelegateProvider' type=DelegateProvider origin=null
FUN public final operator fun provideDelegate(thisRef: kotlin.Any?, property: kotlin.Any?): Delegate FUN name:provideDelegate visibility:public modality:FINAL <> ($this:DelegateProvider, thisRef:kotlin.Any?, property:kotlin.Any?) returnType:Delegate flags:
$this: VALUE_PARAMETER this@DelegateProvider: DelegateProvider $this: VALUE_PARAMETER name:<this> type:DelegateProvider flags:
VALUE_PARAMETER value-parameter thisRef: kotlin.Any? VALUE_PARAMETER name:thisRef index:0 type:kotlin.Any? flags:
VALUE_PARAMETER value-parameter property: kotlin.Any? VALUE_PARAMETER name:property index:1 type:kotlin.Any? flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='provideDelegate(Any?, Any?): Delegate' RETURN type=kotlin.Nothing from=provideDelegate(Any?, Any?): Delegate'
CALL 'constructor Delegate(String)' type=Delegate origin=null CALL 'constructor Delegate(String)' type=Delegate origin=null
value: CALL '<get-value>(): String' type=kotlin.String origin=GET_PROPERTY value: CALL '<get-value>(): String' type=kotlin.String origin=GET_PROPERTY
$this: GET_VAR 'this@DelegateProvider: DelegateProvider' type=DelegateProvider origin=null $this: GET_VAR 'this@DelegateProvider: DelegateProvider' type=DelegateProvider origin=null
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN public fun foo(): kotlin.Unit FUN name:foo visibility:public modality:FINAL <> () returnType:Unit flags:
BLOCK_BODY BLOCK_BODY
LOCAL_DELEGATED_PROPERTY val testMember: kotlin.String LOCAL_DELEGATED_PROPERTY name:testMember type:kotlin.String flags:val
VAR DELEGATE val `testMember$delegate`: Delegate VAR DELEGATE name:testMember$delegate type:Delegate flags:val
CALL 'provideDelegate(Any?, Any?): Delegate' type=Delegate origin=null CALL 'provideDelegate(Any?, Any?): Delegate' type=Delegate origin=null
$this: CALL 'constructor DelegateProvider(String)' type=DelegateProvider origin=null $this: CALL 'constructor DelegateProvider(String)' type=DelegateProvider origin=null
value: CONST String type=kotlin.String value='OK' value: CONST String type=kotlin.String value=OK
thisRef: CONST Null type=kotlin.Nothing? value='null' thisRef: CONST Null type=kotlin.Nothing? value=null
property: LOCAL_DELEGATED_PROPERTY_REFERENCE 'testMember: String' delegate='`testMember$delegate`: Delegate' getter='<get-testMember>(): String' setter=null type=kotlin.reflect.KProperty0<kotlin.String> origin=PROPERTY_REFERENCE_FOR_DELEGATE property: LOCAL_DELEGATED_PROPERTY_REFERENCE 'testMember: String' delegate='`testMember$delegate`: Delegate' getter='<get-testMember>(): String' setter=null type=kotlin.reflect.KProperty0<kotlin.String> origin=PROPERTY_REFERENCE_FOR_DELEGATE
FUN DELEGATED_PROPERTY_ACCESSOR local final fun <get-testMember>(): kotlin.String FUN DELEGATED_PROPERTY_ACCESSOR name:<get-testMember> visibility:local modality:FINAL <> () returnType:String flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-testMember>(): String' RETURN type=kotlin.Nothing from=<get-testMember>(): String'
CALL 'getValue(Any?, Any?): String' type=kotlin.String origin=null CALL 'getValue(Any?, Any?): String' type=kotlin.String origin=null
$this: GET_VAR '`testMember$delegate`: Delegate' type=Delegate origin=null $this: GET_VAR '`testMember$delegate`: Delegate' type=Delegate origin=null
thisRef: CONST Null type=kotlin.Nothing? value='null' thisRef: CONST Null type=kotlin.Nothing? value=null
property: LOCAL_DELEGATED_PROPERTY_REFERENCE 'testMember: String' delegate='`testMember$delegate`: Delegate' getter='<get-testMember>(): String' setter=null type=kotlin.reflect.KProperty0<kotlin.String> origin=PROPERTY_REFERENCE_FOR_DELEGATE property: LOCAL_DELEGATED_PROPERTY_REFERENCE 'testMember: String' delegate='`testMember$delegate`: Delegate' getter='<get-testMember>(): String' setter=null type=kotlin.reflect.KProperty0<kotlin.String> origin=PROPERTY_REFERENCE_FOR_DELEGATE
@@ -1,73 +1,73 @@
FILE /localDifferentReceivers.kt FILE fqName:<root> fileName:/localDifferentReceivers.kt
CLASS CLASS MyClass CLASS CLASS name:MyClass modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@MyClass: MyClass $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:MyClass flags:
CONSTRUCTOR public constructor MyClass(value: kotlin.String) CONSTRUCTOR visibility:public <> (value:kotlin.String) returnType:MyClass flags:
VALUE_PARAMETER value-parameter value: kotlin.String VALUE_PARAMETER name:value index:0 type:kotlin.String flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='MyClass' INSTANCE_INITIALIZER_CALL classDescriptor='MyClass'
PROPERTY public final val value: kotlin.String PROPERTY name:value type:kotlin.String visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public final val value: kotlin.String FIELD PROPERTY_BACKING_FIELD name:value type:kotlin.String visibility:public
EXPRESSION_BODY EXPRESSION_BODY
GET_VAR 'value-parameter value: String' type=kotlin.String origin=INITIALIZE_PROPERTY_FROM_PARAMETER GET_VAR 'value-parameter value: String' type=kotlin.String origin=INITIALIZE_PROPERTY_FROM_PARAMETER
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-value>(): kotlin.String FUN DEFAULT_PROPERTY_ACCESSOR name:<get-value> visibility:public modality:FINAL <> ($this:MyClass) returnType:String flags:
$this: VALUE_PARAMETER this@MyClass: MyClass $this: VALUE_PARAMETER name:<this> type:MyClass flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-value>(): String' RETURN type=kotlin.Nothing from=<get-value>(): String'
GET_FIELD 'value: String' type=kotlin.String origin=null GET_FIELD 'value: String' type=kotlin.String origin=null
receiver: GET_VAR 'this@MyClass: MyClass' type=MyClass origin=null receiver: GET_VAR 'this@MyClass: MyClass' type=MyClass origin=null
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN public operator fun MyClass.provideDelegate(host: kotlin.Any?, p: kotlin.Any): kotlin.String FUN name:provideDelegate visibility:public modality:FINAL <> ($receiver:MyClass, host:kotlin.Any?, p:kotlin.Any) returnType:String flags:
$receiver: VALUE_PARAMETER this@provideDelegate: MyClass $receiver: VALUE_PARAMETER name:<this> type:MyClass flags:
VALUE_PARAMETER value-parameter host: kotlin.Any? VALUE_PARAMETER name:host index:0 type:kotlin.Any? flags:
VALUE_PARAMETER value-parameter p: kotlin.Any VALUE_PARAMETER name:p index:1 type:kotlin.Any flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='provideDelegate(Any?, Any) on MyClass: String' RETURN type=kotlin.Nothing from=provideDelegate(Any?, Any) on MyClass: String'
CALL '<get-value>(): String' type=kotlin.String origin=GET_PROPERTY CALL '<get-value>(): String' type=kotlin.String origin=GET_PROPERTY
$this: GET_VAR 'this@provideDelegate: MyClass' type=MyClass origin=null $this: GET_VAR 'this@provideDelegate: MyClass' type=MyClass origin=null
FUN public operator fun kotlin.String.getValue(receiver: kotlin.Any?, p: kotlin.Any): kotlin.String FUN name:getValue visibility:public modality:FINAL <> ($receiver:kotlin.String, receiver:kotlin.Any?, p:kotlin.Any) returnType:String flags:
$receiver: VALUE_PARAMETER this@getValue: String $receiver: VALUE_PARAMETER name:<this> type:kotlin.String flags:
VALUE_PARAMETER value-parameter receiver: kotlin.Any? VALUE_PARAMETER name:receiver index:0 type:kotlin.Any? flags:
VALUE_PARAMETER value-parameter p: kotlin.Any VALUE_PARAMETER name:p index:1 type:kotlin.Any flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='getValue(Any?, Any) on String: String' RETURN type=kotlin.Nothing from=getValue(Any?, Any) on String: String'
GET_VAR 'this@getValue: String' type=kotlin.String origin=null GET_VAR 'this@getValue: String' type=kotlin.String origin=null
FUN public fun box(): kotlin.String FUN name:box visibility:public modality:FINAL <> () returnType:String flags:
BLOCK_BODY BLOCK_BODY
LOCAL_DELEGATED_PROPERTY val testO: kotlin.String LOCAL_DELEGATED_PROPERTY name:testO type:kotlin.String flags:val
VAR DELEGATE val `testO$delegate`: kotlin.String VAR DELEGATE name:testO$delegate type:kotlin.String flags:val
CALL 'provideDelegate(Any?, Any) on MyClass: String' type=kotlin.String origin=null CALL 'provideDelegate(Any?, Any) on MyClass: String' type=kotlin.String origin=null
$receiver: CALL 'constructor MyClass(String)' type=MyClass origin=null $receiver: CALL 'constructor MyClass(String)' type=MyClass origin=null
value: CONST String type=kotlin.String value='O' value: CONST String type=kotlin.String value=O
host: CONST Null type=kotlin.Nothing? value='null' host: CONST Null type=kotlin.Nothing? value=null
p: LOCAL_DELEGATED_PROPERTY_REFERENCE 'testO: String' delegate='`testO$delegate`: String' getter='<get-testO>(): String' setter=null type=kotlin.reflect.KProperty0<kotlin.String> origin=PROPERTY_REFERENCE_FOR_DELEGATE p: LOCAL_DELEGATED_PROPERTY_REFERENCE 'testO: String' delegate='`testO$delegate`: String' getter='<get-testO>(): String' setter=null type=kotlin.reflect.KProperty0<kotlin.String> origin=PROPERTY_REFERENCE_FOR_DELEGATE
FUN DELEGATED_PROPERTY_ACCESSOR local final fun <get-testO>(): kotlin.String FUN DELEGATED_PROPERTY_ACCESSOR name:<get-testO> visibility:local modality:FINAL <> () returnType:String flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-testO>(): String' RETURN type=kotlin.Nothing from=<get-testO>(): String'
CALL 'getValue(Any?, Any) on String: String' type=kotlin.String origin=null CALL 'getValue(Any?, Any) on String: String' type=kotlin.String origin=null
$receiver: GET_VAR '`testO$delegate`: String' type=kotlin.String origin=null $receiver: GET_VAR '`testO$delegate`: String' type=kotlin.String origin=null
receiver: CONST Null type=kotlin.Nothing? value='null' receiver: CONST Null type=kotlin.Nothing? value=null
p: LOCAL_DELEGATED_PROPERTY_REFERENCE 'testO: String' delegate='`testO$delegate`: String' getter='<get-testO>(): String' setter=null type=kotlin.reflect.KProperty0<kotlin.String> origin=PROPERTY_REFERENCE_FOR_DELEGATE p: LOCAL_DELEGATED_PROPERTY_REFERENCE 'testO: String' delegate='`testO$delegate`: String' getter='<get-testO>(): String' setter=null type=kotlin.reflect.KProperty0<kotlin.String> origin=PROPERTY_REFERENCE_FOR_DELEGATE
LOCAL_DELEGATED_PROPERTY val testK: kotlin.String LOCAL_DELEGATED_PROPERTY name:testK type:kotlin.String flags:val
VAR DELEGATE val `testK$delegate`: kotlin.String VAR DELEGATE name:testK$delegate type:kotlin.String flags:val
CONST String type=kotlin.String value='K' CONST String type=kotlin.String value=K
FUN DELEGATED_PROPERTY_ACCESSOR local final fun <get-testK>(): kotlin.String FUN DELEGATED_PROPERTY_ACCESSOR name:<get-testK> visibility:local modality:FINAL <> () returnType:String flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-testK>(): String' RETURN type=kotlin.Nothing from=<get-testK>(): String'
CALL 'getValue(Any?, Any) on String: String' type=kotlin.String origin=null CALL 'getValue(Any?, Any) on String: String' type=kotlin.String origin=null
$receiver: GET_VAR '`testK$delegate`: String' type=kotlin.String origin=null $receiver: GET_VAR '`testK$delegate`: String' type=kotlin.String origin=null
receiver: CONST Null type=kotlin.Nothing? value='null' receiver: CONST Null type=kotlin.Nothing? value=null
p: LOCAL_DELEGATED_PROPERTY_REFERENCE 'testK: String' delegate='`testK$delegate`: String' getter='<get-testK>(): String' setter=null type=kotlin.reflect.KProperty0<kotlin.String> origin=PROPERTY_REFERENCE_FOR_DELEGATE p: LOCAL_DELEGATED_PROPERTY_REFERENCE 'testK: String' delegate='`testK$delegate`: String' getter='<get-testK>(): String' setter=null type=kotlin.reflect.KProperty0<kotlin.String> origin=PROPERTY_REFERENCE_FOR_DELEGATE
VAR val testOK: kotlin.String VAR name:testOK type:kotlin.String flags:val
CALL 'plus(Any?): String' type=kotlin.String origin=PLUS CALL 'plus(Any?): String' type=kotlin.String origin=PLUS
$this: CALL '<get-testO>(): String' type=kotlin.String origin=GET_LOCAL_PROPERTY $this: CALL '<get-testO>(): String' type=kotlin.String origin=GET_LOCAL_PROPERTY
other: CALL '<get-testK>(): String' type=kotlin.String origin=GET_LOCAL_PROPERTY other: CALL '<get-testK>(): String' type=kotlin.String origin=GET_LOCAL_PROPERTY
RETURN type=kotlin.Nothing from='box(): String' RETURN type=kotlin.Nothing from=box(): String'
GET_VAR 'testOK: String' type=kotlin.String origin=null GET_VAR 'testOK: String' type=kotlin.String origin=null
@@ -1,97 +1,97 @@
FILE /member.kt FILE fqName:<root> fileName:/member.kt
CLASS CLASS Delegate CLASS CLASS name:Delegate modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@Delegate: Delegate $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:Delegate flags:
CONSTRUCTOR public constructor Delegate(value: kotlin.String) CONSTRUCTOR visibility:public <> (value:kotlin.String) returnType:Delegate flags:
VALUE_PARAMETER value-parameter value: kotlin.String VALUE_PARAMETER name:value index:0 type:kotlin.String flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='Delegate' INSTANCE_INITIALIZER_CALL classDescriptor='Delegate'
PROPERTY public final val value: kotlin.String PROPERTY name:value type:kotlin.String visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public final val value: kotlin.String FIELD PROPERTY_BACKING_FIELD name:value type:kotlin.String visibility:public
EXPRESSION_BODY EXPRESSION_BODY
GET_VAR 'value-parameter value: String' type=kotlin.String origin=INITIALIZE_PROPERTY_FROM_PARAMETER GET_VAR 'value-parameter value: String' type=kotlin.String origin=INITIALIZE_PROPERTY_FROM_PARAMETER
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-value>(): kotlin.String FUN DEFAULT_PROPERTY_ACCESSOR name:<get-value> visibility:public modality:FINAL <> ($this:Delegate) returnType:String flags:
$this: VALUE_PARAMETER this@Delegate: Delegate $this: VALUE_PARAMETER name:<this> type:Delegate flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-value>(): String' RETURN type=kotlin.Nothing from=<get-value>(): String'
GET_FIELD 'value: String' type=kotlin.String origin=null GET_FIELD 'value: String' type=kotlin.String origin=null
receiver: GET_VAR 'this@Delegate: Delegate' type=Delegate origin=null receiver: GET_VAR 'this@Delegate: Delegate' type=Delegate origin=null
FUN public final operator fun getValue(thisRef: kotlin.Any?, property: kotlin.Any?): kotlin.String FUN name:getValue visibility:public modality:FINAL <> ($this:Delegate, thisRef:kotlin.Any?, property:kotlin.Any?) returnType:String flags:
$this: VALUE_PARAMETER this@Delegate: Delegate $this: VALUE_PARAMETER name:<this> type:Delegate flags:
VALUE_PARAMETER value-parameter thisRef: kotlin.Any? VALUE_PARAMETER name:thisRef index:0 type:kotlin.Any? flags:
VALUE_PARAMETER value-parameter property: kotlin.Any? VALUE_PARAMETER name:property index:1 type:kotlin.Any? flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='getValue(Any?, Any?): String' RETURN type=kotlin.Nothing from=getValue(Any?, Any?): String'
CALL '<get-value>(): String' type=kotlin.String origin=GET_PROPERTY CALL '<get-value>(): String' type=kotlin.String origin=GET_PROPERTY
$this: GET_VAR 'this@Delegate: Delegate' type=Delegate origin=null $this: GET_VAR 'this@Delegate: Delegate' type=Delegate origin=null
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
CLASS CLASS DelegateProvider CLASS CLASS name:DelegateProvider modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@DelegateProvider: DelegateProvider $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:DelegateProvider flags:
CONSTRUCTOR public constructor DelegateProvider(value: kotlin.String) CONSTRUCTOR visibility:public <> (value:kotlin.String) returnType:DelegateProvider flags:
VALUE_PARAMETER value-parameter value: kotlin.String VALUE_PARAMETER name:value index:0 type:kotlin.String flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='DelegateProvider' INSTANCE_INITIALIZER_CALL classDescriptor='DelegateProvider'
PROPERTY public final val value: kotlin.String PROPERTY name:value type:kotlin.String visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public final val value: kotlin.String FIELD PROPERTY_BACKING_FIELD name:value type:kotlin.String visibility:public
EXPRESSION_BODY EXPRESSION_BODY
GET_VAR 'value-parameter value: String' type=kotlin.String origin=INITIALIZE_PROPERTY_FROM_PARAMETER GET_VAR 'value-parameter value: String' type=kotlin.String origin=INITIALIZE_PROPERTY_FROM_PARAMETER
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-value>(): kotlin.String FUN DEFAULT_PROPERTY_ACCESSOR name:<get-value> visibility:public modality:FINAL <> ($this:DelegateProvider) returnType:String flags:
$this: VALUE_PARAMETER this@DelegateProvider: DelegateProvider $this: VALUE_PARAMETER name:<this> type:DelegateProvider flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-value>(): String' RETURN type=kotlin.Nothing from=<get-value>(): String'
GET_FIELD 'value: String' type=kotlin.String origin=null GET_FIELD 'value: String' type=kotlin.String origin=null
receiver: GET_VAR 'this@DelegateProvider: DelegateProvider' type=DelegateProvider origin=null receiver: GET_VAR 'this@DelegateProvider: DelegateProvider' type=DelegateProvider origin=null
FUN public final operator fun provideDelegate(thisRef: kotlin.Any?, property: kotlin.Any?): Delegate FUN name:provideDelegate visibility:public modality:FINAL <> ($this:DelegateProvider, thisRef:kotlin.Any?, property:kotlin.Any?) returnType:Delegate flags:
$this: VALUE_PARAMETER this@DelegateProvider: DelegateProvider $this: VALUE_PARAMETER name:<this> type:DelegateProvider flags:
VALUE_PARAMETER value-parameter thisRef: kotlin.Any? VALUE_PARAMETER name:thisRef index:0 type:kotlin.Any? flags:
VALUE_PARAMETER value-parameter property: kotlin.Any? VALUE_PARAMETER name:property index:1 type:kotlin.Any? flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='provideDelegate(Any?, Any?): Delegate' RETURN type=kotlin.Nothing from=provideDelegate(Any?, Any?): Delegate'
CALL 'constructor Delegate(String)' type=Delegate origin=null CALL 'constructor Delegate(String)' type=Delegate origin=null
value: CALL '<get-value>(): String' type=kotlin.String origin=GET_PROPERTY value: CALL '<get-value>(): String' type=kotlin.String origin=GET_PROPERTY
$this: GET_VAR 'this@DelegateProvider: DelegateProvider' type=DelegateProvider origin=null $this: GET_VAR 'this@DelegateProvider: DelegateProvider' type=DelegateProvider origin=null
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
CLASS CLASS Host CLASS CLASS name:Host modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@Host: Host $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:Host flags:
CONSTRUCTOR public constructor Host() CONSTRUCTOR visibility:public <> () returnType:Host flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='Host' INSTANCE_INITIALIZER_CALL classDescriptor='Host'
PROPERTY public final val testMember: kotlin.String PROPERTY name:testMember type:kotlin.String visibility:public modality:FINAL flags:delegatedmval
FIELD DELEGATE val `testMember$delegate`: Delegate FIELD DELEGATE name:testMember$delegate type:Delegate visibility:private
EXPRESSION_BODY EXPRESSION_BODY
CALL 'provideDelegate(Any?, Any?): Delegate' type=Delegate origin=null CALL 'provideDelegate(Any?, Any?): Delegate' type=Delegate origin=null
$this: CALL 'constructor DelegateProvider(String)' type=DelegateProvider origin=null $this: CALL 'constructor DelegateProvider(String)' type=DelegateProvider origin=null
value: CONST String type=kotlin.String value='OK' value: CONST String type=kotlin.String value=OK
thisRef: GET_VAR 'this@Host: Host' type=Host origin=null thisRef: GET_VAR 'this@Host: Host' type=Host origin=null
property: PROPERTY_REFERENCE 'testMember: String' field=null getter='<get-testMember>(): String' setter=null type=kotlin.reflect.KProperty1<Host, kotlin.String> origin=PROPERTY_REFERENCE_FOR_DELEGATE property: PROPERTY_REFERENCE 'testMember: String' field=null getter='<get-testMember>(): String' setter=null type=kotlin.reflect.KProperty1<Host, kotlin.String> origin=PROPERTY_REFERENCE_FOR_DELEGATE
FUN DELEGATED_PROPERTY_ACCESSOR public final fun <get-testMember>(): kotlin.String FUN DELEGATED_PROPERTY_ACCESSOR name:<get-testMember> visibility:public modality:FINAL <> ($this:Host) returnType:String flags:
$this: VALUE_PARAMETER this@Host: Host $this: VALUE_PARAMETER name:<this> type:Host flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-testMember>(): String' RETURN type=kotlin.Nothing from=<get-testMember>(): String'
CALL 'getValue(Any?, Any?): String' type=kotlin.String origin=null CALL 'getValue(Any?, Any?): String' type=kotlin.String origin=null
$this: GET_FIELD '`testMember$delegate`: Delegate' type=Delegate origin=null $this: GET_FIELD '`testMember$delegate`: Delegate' type=Delegate origin=null
receiver: GET_VAR 'this@Host: Host' type=Host origin=null receiver: GET_VAR 'this@Host: Host' type=Host origin=null
thisRef: GET_VAR 'this@Host: Host' type=Host origin=null thisRef: GET_VAR 'this@Host: Host' type=Host origin=null
property: PROPERTY_REFERENCE 'testMember: String' field=null getter='<get-testMember>(): String' setter=null type=kotlin.reflect.KProperty1<Host, kotlin.String> origin=PROPERTY_REFERENCE_FOR_DELEGATE property: PROPERTY_REFERENCE 'testMember: String' field=null getter='<get-testMember>(): String' setter=null type=kotlin.reflect.KProperty1<Host, kotlin.String> origin=PROPERTY_REFERENCE_FOR_DELEGATE
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
@@ -1,88 +1,88 @@
FILE /memberExtension.kt FILE fqName:<root> fileName:/memberExtension.kt
CLASS OBJECT Host CLASS OBJECT name:Host modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@Host: Host $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:Host flags:
CONSTRUCTOR private constructor Host() CONSTRUCTOR visibility:private <> () returnType:Host flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='Host' INSTANCE_INITIALIZER_CALL classDescriptor='Host'
CLASS CLASS StringDelegate CLASS CLASS name:StringDelegate modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@StringDelegate: StringDelegate $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:Host.StringDelegate flags:
CONSTRUCTOR public constructor StringDelegate(s: kotlin.String) CONSTRUCTOR visibility:public <> (s:kotlin.String) returnType:Host.StringDelegate flags:
VALUE_PARAMETER value-parameter s: kotlin.String VALUE_PARAMETER name:s index:0 type:kotlin.String flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='StringDelegate' INSTANCE_INITIALIZER_CALL classDescriptor='StringDelegate'
PROPERTY public final val s: kotlin.String PROPERTY name:s type:kotlin.String visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public final val s: kotlin.String FIELD PROPERTY_BACKING_FIELD name:s type:kotlin.String visibility:public
EXPRESSION_BODY EXPRESSION_BODY
GET_VAR 'value-parameter s: String' type=kotlin.String origin=INITIALIZE_PROPERTY_FROM_PARAMETER GET_VAR 'value-parameter s: String' type=kotlin.String origin=INITIALIZE_PROPERTY_FROM_PARAMETER
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-s>(): kotlin.String FUN DEFAULT_PROPERTY_ACCESSOR name:<get-s> visibility:public modality:FINAL <> ($this:Host.StringDelegate) returnType:String flags:
$this: VALUE_PARAMETER this@StringDelegate: StringDelegate $this: VALUE_PARAMETER name:<this> type:Host.StringDelegate flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-s>(): String' RETURN type=kotlin.Nothing from=<get-s>(): String'
GET_FIELD 's: String' type=kotlin.String origin=null GET_FIELD 's: String' type=kotlin.String origin=null
receiver: GET_VAR 'this@StringDelegate: StringDelegate' type=Host.StringDelegate origin=null receiver: GET_VAR 'this@StringDelegate: StringDelegate' type=Host.StringDelegate origin=null
FUN public final operator fun getValue(receiver: kotlin.String, p: kotlin.Any): kotlin.String FUN name:getValue visibility:public modality:FINAL <> ($this:Host.StringDelegate, receiver:kotlin.String, p:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@StringDelegate: StringDelegate $this: VALUE_PARAMETER name:<this> type:Host.StringDelegate flags:
VALUE_PARAMETER value-parameter receiver: kotlin.String VALUE_PARAMETER name:receiver index:0 type:kotlin.String flags:
VALUE_PARAMETER value-parameter p: kotlin.Any VALUE_PARAMETER name:p index:1 type:kotlin.Any flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='getValue(String, Any): String' RETURN type=kotlin.Nothing from=getValue(String, Any): String'
CALL 'plus(Any?): String' type=kotlin.String origin=PLUS CALL 'plus(Any?): String' type=kotlin.String origin=PLUS
$this: GET_VAR 'value-parameter receiver: String' type=kotlin.String origin=null $this: GET_VAR 'value-parameter receiver: String' type=kotlin.String origin=null
other: CALL '<get-s>(): String' type=kotlin.String origin=GET_PROPERTY other: CALL '<get-s>(): String' type=kotlin.String origin=GET_PROPERTY
$this: GET_VAR 'this@StringDelegate: StringDelegate' type=Host.StringDelegate origin=null $this: GET_VAR 'this@StringDelegate: StringDelegate' type=Host.StringDelegate origin=null
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN public final operator fun kotlin.String.provideDelegate(host: kotlin.Any?, p: kotlin.Any): Host.StringDelegate FUN name:provideDelegate visibility:public modality:FINAL <> ($this:Host, $receiver:kotlin.String, host:kotlin.Any?, p:kotlin.Any) returnType:StringDelegate flags:
$this: VALUE_PARAMETER this@Host: Host $this: VALUE_PARAMETER name:<this> type:Host flags:
$receiver: VALUE_PARAMETER this@provideDelegate: String $receiver: VALUE_PARAMETER name:<this> type:kotlin.String flags:
VALUE_PARAMETER value-parameter host: kotlin.Any? VALUE_PARAMETER name:host index:0 type:kotlin.Any? flags:
VALUE_PARAMETER value-parameter p: kotlin.Any VALUE_PARAMETER name:p index:1 type:kotlin.Any flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='provideDelegate(Any?, Any) on String: Host.StringDelegate' RETURN type=kotlin.Nothing from=provideDelegate(Any?, Any) on String: Host.StringDelegate'
CALL 'constructor StringDelegate(String)' type=Host.StringDelegate origin=null CALL 'constructor StringDelegate(String)' type=Host.StringDelegate origin=null
s: GET_VAR 'this@provideDelegate: String' type=kotlin.String origin=null s: GET_VAR 'this@provideDelegate: String' type=kotlin.String origin=null
PROPERTY public final val kotlin.String.plusK: kotlin.String PROPERTY name:plusK type:kotlin.String visibility:public modality:FINAL flags:delegatedmval
FIELD DELEGATE val `plusK$delegate`: Host.StringDelegate FIELD DELEGATE name:plusK$delegate type:Host.StringDelegate visibility:private
EXPRESSION_BODY EXPRESSION_BODY
CALL 'provideDelegate(Any?, Any) on String: Host.StringDelegate' type=Host.StringDelegate origin=null CALL 'provideDelegate(Any?, Any) on String: Host.StringDelegate' type=Host.StringDelegate origin=null
$this: GET_VAR 'this@Host: Host' type=Host origin=null $this: GET_VAR 'this@Host: Host' type=Host origin=null
$receiver: CONST String type=kotlin.String value='K' $receiver: CONST String type=kotlin.String value=K
host: GET_VAR 'this@Host: Host' type=Host origin=null host: GET_VAR 'this@Host: Host' type=Host origin=null
p: PROPERTY_REFERENCE 'plusK: String on String' field=null getter='<get-plusK>() on String: String' setter=null type=kotlin.reflect.KProperty2<kotlin.String, Host, kotlin.String> origin=PROPERTY_REFERENCE_FOR_DELEGATE p: PROPERTY_REFERENCE 'plusK: String on String' field=null getter='<get-plusK>() on String: String' setter=null type=kotlin.reflect.KProperty2<kotlin.String, Host, kotlin.String> origin=PROPERTY_REFERENCE_FOR_DELEGATE
FUN DELEGATED_PROPERTY_ACCESSOR public final fun kotlin.String.<get-plusK>(): kotlin.String FUN DELEGATED_PROPERTY_ACCESSOR name:<get-plusK> visibility:public modality:FINAL <> ($this:Host, $receiver:kotlin.String) returnType:String flags:
$this: VALUE_PARAMETER this@Host: Host $this: VALUE_PARAMETER name:<this> type:Host flags:
$receiver: VALUE_PARAMETER this@plusK: String $receiver: VALUE_PARAMETER name:<this> type:kotlin.String flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-plusK>() on String: String' RETURN type=kotlin.Nothing from=<get-plusK>() on String: String'
CALL 'getValue(String, Any): String' type=kotlin.String origin=null CALL 'getValue(String, Any): String' type=kotlin.String origin=null
$this: GET_FIELD '`plusK$delegate`: Host.StringDelegate' type=Host.StringDelegate origin=null $this: GET_FIELD '`plusK$delegate`: Host.StringDelegate' type=Host.StringDelegate origin=null
receiver: GET_VAR 'this@Host: Host' type=Host origin=null receiver: GET_VAR 'this@Host: Host' type=Host origin=null
receiver: GET_VAR 'this@plusK: String' type=kotlin.String origin=null receiver: GET_VAR 'this@plusK: String' type=kotlin.String origin=null
p: PROPERTY_REFERENCE 'plusK: String on String' field=null getter='<get-plusK>() on String: String' setter=null type=kotlin.reflect.KProperty2<kotlin.String, Host, kotlin.String> origin=PROPERTY_REFERENCE_FOR_DELEGATE p: PROPERTY_REFERENCE 'plusK: String on String' field=null getter='<get-plusK>() on String: String' setter=null type=kotlin.reflect.KProperty2<kotlin.String, Host, kotlin.String> origin=PROPERTY_REFERENCE_FOR_DELEGATE
PROPERTY public final val ok: kotlin.String PROPERTY name:ok type:kotlin.String visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public final val ok: kotlin.String FIELD PROPERTY_BACKING_FIELD name:ok type:kotlin.String visibility:public
EXPRESSION_BODY EXPRESSION_BODY
CALL '<get-plusK>() on String: String' type=kotlin.String origin=GET_PROPERTY CALL '<get-plusK>() on String: String' type=kotlin.String origin=GET_PROPERTY
$this: GET_VAR 'this@Host: Host' type=Host origin=null $this: GET_VAR 'this@Host: Host' type=Host origin=null
$receiver: CONST String type=kotlin.String value='O' $receiver: CONST String type=kotlin.String value=O
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-ok>(): kotlin.String FUN DEFAULT_PROPERTY_ACCESSOR name:<get-ok> visibility:public modality:FINAL <> ($this:Host) returnType:String flags:
$this: VALUE_PARAMETER this@Host: Host $this: VALUE_PARAMETER name:<this> type:Host flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-ok>(): String' RETURN type=kotlin.Nothing from=<get-ok>(): String'
GET_FIELD 'ok: String' type=kotlin.String origin=null GET_FIELD 'ok: String' type=kotlin.String origin=null
receiver: GET_VAR 'this@Host: Host' type=Host origin=null receiver: GET_VAR 'this@Host: Host' type=Host origin=null
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
@@ -1,82 +1,82 @@
FILE /topLevel.kt FILE fqName:<root> fileName:/topLevel.kt
CLASS CLASS Delegate CLASS CLASS name:Delegate modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@Delegate: Delegate $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:Delegate flags:
CONSTRUCTOR public constructor Delegate(value: kotlin.String) CONSTRUCTOR visibility:public <> (value:kotlin.String) returnType:Delegate flags:
VALUE_PARAMETER value-parameter value: kotlin.String VALUE_PARAMETER name:value index:0 type:kotlin.String flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='Delegate' INSTANCE_INITIALIZER_CALL classDescriptor='Delegate'
PROPERTY public final val value: kotlin.String PROPERTY name:value type:kotlin.String visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public final val value: kotlin.String FIELD PROPERTY_BACKING_FIELD name:value type:kotlin.String visibility:public
EXPRESSION_BODY EXPRESSION_BODY
GET_VAR 'value-parameter value: String' type=kotlin.String origin=INITIALIZE_PROPERTY_FROM_PARAMETER GET_VAR 'value-parameter value: String' type=kotlin.String origin=INITIALIZE_PROPERTY_FROM_PARAMETER
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-value>(): kotlin.String FUN DEFAULT_PROPERTY_ACCESSOR name:<get-value> visibility:public modality:FINAL <> ($this:Delegate) returnType:String flags:
$this: VALUE_PARAMETER this@Delegate: Delegate $this: VALUE_PARAMETER name:<this> type:Delegate flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-value>(): String' RETURN type=kotlin.Nothing from=<get-value>(): String'
GET_FIELD 'value: String' type=kotlin.String origin=null GET_FIELD 'value: String' type=kotlin.String origin=null
receiver: GET_VAR 'this@Delegate: Delegate' type=Delegate origin=null receiver: GET_VAR 'this@Delegate: Delegate' type=Delegate origin=null
FUN public final operator fun getValue(thisRef: kotlin.Any?, property: kotlin.Any?): kotlin.String FUN name:getValue visibility:public modality:FINAL <> ($this:Delegate, thisRef:kotlin.Any?, property:kotlin.Any?) returnType:String flags:
$this: VALUE_PARAMETER this@Delegate: Delegate $this: VALUE_PARAMETER name:<this> type:Delegate flags:
VALUE_PARAMETER value-parameter thisRef: kotlin.Any? VALUE_PARAMETER name:thisRef index:0 type:kotlin.Any? flags:
VALUE_PARAMETER value-parameter property: kotlin.Any? VALUE_PARAMETER name:property index:1 type:kotlin.Any? flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='getValue(Any?, Any?): String' RETURN type=kotlin.Nothing from=getValue(Any?, Any?): String'
CALL '<get-value>(): String' type=kotlin.String origin=GET_PROPERTY CALL '<get-value>(): String' type=kotlin.String origin=GET_PROPERTY
$this: GET_VAR 'this@Delegate: Delegate' type=Delegate origin=null $this: GET_VAR 'this@Delegate: Delegate' type=Delegate origin=null
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
CLASS CLASS DelegateProvider CLASS CLASS name:DelegateProvider modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@DelegateProvider: DelegateProvider $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:DelegateProvider flags:
CONSTRUCTOR public constructor DelegateProvider(value: kotlin.String) CONSTRUCTOR visibility:public <> (value:kotlin.String) returnType:DelegateProvider flags:
VALUE_PARAMETER value-parameter value: kotlin.String VALUE_PARAMETER name:value index:0 type:kotlin.String flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='DelegateProvider' INSTANCE_INITIALIZER_CALL classDescriptor='DelegateProvider'
PROPERTY public final val value: kotlin.String PROPERTY name:value type:kotlin.String visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public final val value: kotlin.String FIELD PROPERTY_BACKING_FIELD name:value type:kotlin.String visibility:public
EXPRESSION_BODY EXPRESSION_BODY
GET_VAR 'value-parameter value: String' type=kotlin.String origin=INITIALIZE_PROPERTY_FROM_PARAMETER GET_VAR 'value-parameter value: String' type=kotlin.String origin=INITIALIZE_PROPERTY_FROM_PARAMETER
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-value>(): kotlin.String FUN DEFAULT_PROPERTY_ACCESSOR name:<get-value> visibility:public modality:FINAL <> ($this:DelegateProvider) returnType:String flags:
$this: VALUE_PARAMETER this@DelegateProvider: DelegateProvider $this: VALUE_PARAMETER name:<this> type:DelegateProvider flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-value>(): String' RETURN type=kotlin.Nothing from=<get-value>(): String'
GET_FIELD 'value: String' type=kotlin.String origin=null GET_FIELD 'value: String' type=kotlin.String origin=null
receiver: GET_VAR 'this@DelegateProvider: DelegateProvider' type=DelegateProvider origin=null receiver: GET_VAR 'this@DelegateProvider: DelegateProvider' type=DelegateProvider origin=null
FUN public final operator fun provideDelegate(thisRef: kotlin.Any?, property: kotlin.Any?): Delegate FUN name:provideDelegate visibility:public modality:FINAL <> ($this:DelegateProvider, thisRef:kotlin.Any?, property:kotlin.Any?) returnType:Delegate flags:
$this: VALUE_PARAMETER this@DelegateProvider: DelegateProvider $this: VALUE_PARAMETER name:<this> type:DelegateProvider flags:
VALUE_PARAMETER value-parameter thisRef: kotlin.Any? VALUE_PARAMETER name:thisRef index:0 type:kotlin.Any? flags:
VALUE_PARAMETER value-parameter property: kotlin.Any? VALUE_PARAMETER name:property index:1 type:kotlin.Any? flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='provideDelegate(Any?, Any?): Delegate' RETURN type=kotlin.Nothing from=provideDelegate(Any?, Any?): Delegate'
CALL 'constructor Delegate(String)' type=Delegate origin=null CALL 'constructor Delegate(String)' type=Delegate origin=null
value: CALL '<get-value>(): String' type=kotlin.String origin=GET_PROPERTY value: CALL '<get-value>(): String' type=kotlin.String origin=GET_PROPERTY
$this: GET_VAR 'this@DelegateProvider: DelegateProvider' type=DelegateProvider origin=null $this: GET_VAR 'this@DelegateProvider: DelegateProvider' type=DelegateProvider origin=null
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
PROPERTY public val testTopLevel: kotlin.String PROPERTY name:testTopLevel type:kotlin.String visibility:public modality:FINAL flags:delegatedmval
FIELD DELEGATE val `testTopLevel$delegate`: Delegate FIELD DELEGATE name:testTopLevel$delegate type:Delegate visibility:private
EXPRESSION_BODY EXPRESSION_BODY
CALL 'provideDelegate(Any?, Any?): Delegate' type=Delegate origin=null CALL 'provideDelegate(Any?, Any?): Delegate' type=Delegate origin=null
$this: CALL 'constructor DelegateProvider(String)' type=DelegateProvider origin=null $this: CALL 'constructor DelegateProvider(String)' type=DelegateProvider origin=null
value: CONST String type=kotlin.String value='OK' value: CONST String type=kotlin.String value=OK
thisRef: CONST Null type=kotlin.Nothing? value='null' thisRef: CONST Null type=kotlin.Nothing? value=null
property: PROPERTY_REFERENCE 'testTopLevel: String' field=null getter='<get-testTopLevel>(): String' setter=null type=kotlin.reflect.KProperty0<kotlin.String> origin=PROPERTY_REFERENCE_FOR_DELEGATE property: PROPERTY_REFERENCE 'testTopLevel: String' field=null getter='<get-testTopLevel>(): String' setter=null type=kotlin.reflect.KProperty0<kotlin.String> origin=PROPERTY_REFERENCE_FOR_DELEGATE
FUN DELEGATED_PROPERTY_ACCESSOR public fun <get-testTopLevel>(): kotlin.String FUN DELEGATED_PROPERTY_ACCESSOR name:<get-testTopLevel> visibility:public modality:FINAL <> () returnType:String flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-testTopLevel>(): String' RETURN type=kotlin.Nothing from=<get-testTopLevel>(): String'
CALL 'getValue(Any?, Any?): String' type=kotlin.String origin=null CALL 'getValue(Any?, Any?): String' type=kotlin.String origin=null
$this: GET_FIELD '`testTopLevel$delegate`: Delegate' type=Delegate origin=null $this: GET_FIELD '`testTopLevel$delegate`: Delegate' type=Delegate origin=null
thisRef: CONST Null type=kotlin.Nothing? value='null' thisRef: CONST Null type=kotlin.Nothing? value=null
property: PROPERTY_REFERENCE 'testTopLevel: String' field=null getter='<get-testTopLevel>(): String' setter=null type=kotlin.reflect.KProperty0<kotlin.String> origin=PROPERTY_REFERENCE_FOR_DELEGATE property: PROPERTY_REFERENCE 'testTopLevel: String' field=null getter='<get-testTopLevel>(): String' setter=null type=kotlin.reflect.KProperty0<kotlin.String> origin=PROPERTY_REFERENCE_FOR_DELEGATE
+12 -12
View File
@@ -1,20 +1,20 @@
FILE /typeAlias.kt FILE fqName:<root> fileName:/typeAlias.kt
TYPEALIAS typealias Test1 = String type=kotlin.String TYPEALIAS typealias Test1 = String type=kotlin.String
FUN public fun foo(): kotlin.Unit FUN name:foo visibility:public modality:FINAL <> () returnType:Unit flags:
BLOCK_BODY BLOCK_BODY
TYPEALIAS typealias TestLocal = String type=kotlin.String TYPEALIAS typealias TestLocal = String type=kotlin.String
CLASS CLASS C CLASS CLASS name:C modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@C: C $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:C flags:
CONSTRUCTOR public constructor C() CONSTRUCTOR visibility:public <> () returnType:C flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='C' INSTANCE_INITIALIZER_CALL classDescriptor='C'
TYPEALIAS typealias TestNested = String type=kotlin.String TYPEALIAS typealias TestNested = String type=kotlin.String
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
@@ -1,22 +1,22 @@
FILE /suppressedNonPublicCall.kt FILE fqName:<root> fileName:/suppressedNonPublicCall.kt
CLASS CLASS C CLASS CLASS name:C modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@C: C $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:C flags:
CONSTRUCTOR public constructor C() CONSTRUCTOR visibility:public <> () returnType:C flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='C' INSTANCE_INITIALIZER_CALL classDescriptor='C'
FUN internal final fun bar(): kotlin.Unit FUN name:bar visibility:internal modality:FINAL <> ($this:C) returnType:Unit flags:
$this: VALUE_PARAMETER this@C: C $this: VALUE_PARAMETER name:<this> type:C flags:
BLOCK_BODY BLOCK_BODY
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN public inline fun C.foo(): kotlin.Unit FUN name:foo visibility:public modality:FINAL <> ($receiver:C) returnType:Unit flags:inline
$receiver: VALUE_PARAMETER this@foo: C $receiver: VALUE_PARAMETER name:<this> type:C flags:
BLOCK_BODY BLOCK_BODY
CALL 'bar(): Unit' type=kotlin.Unit origin=null CALL 'bar(): Unit' type=kotlin.Unit origin=null
$this: GET_VAR 'this@foo: C' type=C origin=null $this: GET_VAR 'this@foo: C' type=C origin=null
+19 -19
View File
@@ -1,36 +1,36 @@
FILE /unresolvedReference.kt FILE fqName:<root> fileName:/unresolvedReference.kt
PROPERTY public val test1: [ERROR : Type for unresolved] PROPERTY name:test1 type:[ERROR : Type for unresolved] visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public val test1: [ERROR : Type for unresolved] FIELD PROPERTY_BACKING_FIELD name:test1 type:[ERROR : Type for unresolved] visibility:public
EXPRESSION_BODY EXPRESSION_BODY
ERROR_CALL '' type=[ERROR : ] ERROR_CALL '' type=[ERROR : ]
FUN DEFAULT_PROPERTY_ACCESSOR public fun <get-test1>(): [ERROR : Type for unresolved] FUN DEFAULT_PROPERTY_ACCESSOR name:<get-test1> visibility:public modality:FINAL <> () returnType:[ERROR : Type for unresolved] flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-test1>(): [ERROR : Type for unresolved]' RETURN type=kotlin.Nothing from=<get-test1>(): [ERROR : Type for unresolved]'
GET_FIELD 'test1: [ERROR : Type for unresolved]' type=[ERROR : Type for unresolved] origin=null GET_FIELD 'test1: [ERROR : Type for unresolved]' type=[ERROR : Type for unresolved] origin=null
PROPERTY public val test2: [ERROR : Unresolved] PROPERTY name:test2 type:[ERROR : Unresolved] visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public val test2: [ERROR : Unresolved] FIELD PROPERTY_BACKING_FIELD name:test2 type:[ERROR : Unresolved] visibility:public
EXPRESSION_BODY EXPRESSION_BODY
ERROR_CALL '' type=[ERROR : ] ERROR_CALL '' type=[ERROR : ]
FUN DEFAULT_PROPERTY_ACCESSOR public fun <get-test2>(): [ERROR : Unresolved] FUN DEFAULT_PROPERTY_ACCESSOR name:<get-test2> visibility:public modality:FINAL <> () returnType:[ERROR : Unresolved] flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-test2>(): [ERROR : Unresolved]' RETURN type=kotlin.Nothing from=<get-test2>(): [ERROR : Unresolved]'
GET_FIELD 'test2: [ERROR : Unresolved]' type=[ERROR : Unresolved] origin=null GET_FIELD 'test2: [ERROR : Unresolved]' type=[ERROR : Unresolved] origin=null
PROPERTY public val test3: [ERROR : Type for 42.unresolved(56)] PROPERTY name:test3 type:[ERROR : Type for 42.unresolved(56)] visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public val test3: [ERROR : Type for 42.unresolved(56)] FIELD PROPERTY_BACKING_FIELD name:test3 type:[ERROR : Type for 42.unresolved(56)] visibility:public
EXPRESSION_BODY EXPRESSION_BODY
ERROR_CALL '' type=[ERROR : ] ERROR_CALL '' type=[ERROR : ]
receiver: CONST Int type=kotlin.Int value='42' receiver: CONST Int type=kotlin.Int value=42
CONST Int type=kotlin.Int value='56' CONST Int type=kotlin.Int value=56
FUN DEFAULT_PROPERTY_ACCESSOR public fun <get-test3>(): [ERROR : Type for 42.unresolved(56)] FUN DEFAULT_PROPERTY_ACCESSOR name:<get-test3> visibility:public modality:FINAL <> () returnType:[ERROR : Type for 42.unresolved(56)] flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-test3>(): [ERROR : Type for 42.unresolved(56)]' RETURN type=kotlin.Nothing from=<get-test3>(): [ERROR : Type for 42.unresolved(56)]'
GET_FIELD 'test3: [ERROR : Type for 42.unresolved(56)]' type=[ERROR : Type for 42.unresolved(56)] origin=null GET_FIELD 'test3: [ERROR : Type for 42.unresolved(56)]' type=[ERROR : Type for 42.unresolved(56)] origin=null
PROPERTY public val test4: [ERROR : Type for 42 *] PROPERTY name:test4 type:[ERROR : Type for 42 *] visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public val test4: [ERROR : Type for 42 *] FIELD PROPERTY_BACKING_FIELD name:test4 type:[ERROR : Type for 42 *] visibility:public
EXPRESSION_BODY EXPRESSION_BODY
ERROR_EXPR '' type=[ERROR : ] ERROR_EXPR '' type=[ERROR : ]
FUN DEFAULT_PROPERTY_ACCESSOR public fun <get-test4>(): [ERROR : Type for 42 *] FUN DEFAULT_PROPERTY_ACCESSOR name:<get-test4> visibility:public modality:FINAL <> () returnType:[ERROR : Type for 42 *] flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-test4>(): [ERROR : Type for 42 *]' RETURN type=kotlin.Nothing from=<get-test4>(): [ERROR : Type for 42 *]'
GET_FIELD 'test4: [ERROR : Type for 42 *]' type=[ERROR : Type for 42 *] origin=null GET_FIELD 'test4: [ERROR : Type for 42 *]' type=[ERROR : Type for 42 *] origin=null
@@ -1,19 +1,20 @@
FILE /argumentMappedWithError.kt FILE fqName:<root> fileName:/argumentMappedWithError.kt
FUN public fun <R : kotlin.Number> kotlin.Number.convert(): R FUN name:convert visibility:public modality:FINAL <R> ($receiver:kotlin.Number) returnType:R flags:
TYPE_PARAMETER <R : kotlin.Number> TYPE_PARAMETER name:R index:0 variance: upperBounds:[kotlin.Number]
$receiver: VALUE_PARAMETER this@convert: Number $receiver: VALUE_PARAMETER name:<this> type:kotlin.Number flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='convert() on Number: R' RETURN type=kotlin.Nothing from=convert() on Number: R'
CALL 'TODO(): Nothing' type=kotlin.Nothing origin=null CALL 'TODO(): Nothing' type=kotlin.Nothing origin=null
FUN public fun foo(arg: kotlin.Number): kotlin.Unit FUN name:foo visibility:public modality:FINAL <> (arg:kotlin.Number) returnType:Unit flags:
VALUE_PARAMETER value-parameter arg: kotlin.Number VALUE_PARAMETER name:arg index:0 type:kotlin.Number flags:
BLOCK_BODY BLOCK_BODY
FUN public fun main(args: kotlin.Array<kotlin.String>): kotlin.Unit FUN name:main visibility:public modality:FINAL <> (args:kotlin.Array<kotlin.String>) returnType:Unit flags:
VALUE_PARAMETER value-parameter args: kotlin.Array<kotlin.String> VALUE_PARAMETER name:args index:0 type:kotlin.Array<kotlin.String> flags:
BLOCK_BODY BLOCK_BODY
VAR val x: kotlin.Int = 0 VAR name:x type:kotlin.Int flags:val
CONST Int type=kotlin.Int value='0' CONST Int type=kotlin.Int value=0
CALL 'foo(Number): Unit' type=kotlin.Unit origin=null CALL 'foo(Number): Unit' type=kotlin.Unit origin=null
arg: CALL 'convert() on Number: Number' type=kotlin.Number origin=null arg: CALL 'convert() on Number: Number' type=kotlin.Number origin=null
<R : Number>: Number <R : Number>: Number
$receiver: GET_VAR 'x: Int' type=kotlin.Int origin=null $receiver: GET_VAR 'x: Int' type=kotlin.Int origin=null
+13 -13
View File
@@ -1,25 +1,25 @@
FILE /arrayAccess.kt FILE fqName:<root> fileName:/arrayAccess.kt
PROPERTY public val p: kotlin.Int = 0 PROPERTY name:p type:kotlin.Int visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public val p: kotlin.Int = 0 FIELD PROPERTY_BACKING_FIELD name:p type:kotlin.Int visibility:public
EXPRESSION_BODY EXPRESSION_BODY
CONST Int type=kotlin.Int value='0' CONST Int type=kotlin.Int value=0
FUN DEFAULT_PROPERTY_ACCESSOR public fun <get-p>(): kotlin.Int FUN DEFAULT_PROPERTY_ACCESSOR name:<get-p> visibility:public modality:FINAL <> () returnType:Int flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-p>(): Int' RETURN type=kotlin.Nothing from=<get-p>(): Int'
GET_FIELD 'p: Int' type=kotlin.Int origin=null GET_FIELD 'p: Int' type=kotlin.Int origin=null
FUN public fun foo(): kotlin.Int FUN name:foo visibility:public modality:FINAL <> () returnType:Int flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='foo(): Int' RETURN type=kotlin.Nothing from=foo(): Int'
CONST Int type=kotlin.Int value='1' CONST Int type=kotlin.Int value=1
FUN public fun test(a: kotlin.IntArray): kotlin.Int FUN name:test visibility:public modality:FINAL <> (a:kotlin.IntArray) returnType:Int flags:
VALUE_PARAMETER value-parameter a: kotlin.IntArray VALUE_PARAMETER name:a index:0 type:kotlin.IntArray flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='test(IntArray): Int' RETURN type=kotlin.Nothing from=test(IntArray): Int'
CALL 'plus(Int): Int' type=kotlin.Int origin=PLUS CALL 'plus(Int): Int' type=kotlin.Int origin=PLUS
$this: CALL 'plus(Int): Int' type=kotlin.Int origin=PLUS $this: CALL 'plus(Int): Int' type=kotlin.Int origin=PLUS
$this: CALL 'get(Int): Int' type=kotlin.Int origin=GET_ARRAY_ELEMENT $this: CALL 'get(Int): Int' type=kotlin.Int origin=GET_ARRAY_ELEMENT
$this: GET_VAR 'value-parameter a: IntArray' type=kotlin.IntArray origin=null $this: GET_VAR 'value-parameter a: IntArray' type=kotlin.IntArray origin=null
index: CONST Int type=kotlin.Int value='0' index: CONST Int type=kotlin.Int value=0
other: CALL 'get(Int): Int' type=kotlin.Int origin=GET_ARRAY_ELEMENT other: CALL 'get(Int): Int' type=kotlin.Int origin=GET_ARRAY_ELEMENT
$this: GET_VAR 'value-parameter a: IntArray' type=kotlin.IntArray origin=null $this: GET_VAR 'value-parameter a: IntArray' type=kotlin.IntArray origin=null
index: CALL '<get-p>(): Int' type=kotlin.Int origin=GET_PROPERTY index: CALL '<get-p>(): Int' type=kotlin.Int origin=GET_PROPERTY
+16 -16
View File
@@ -1,28 +1,28 @@
FILE /arrayAssignment.kt FILE fqName:<root> fileName:/arrayAssignment.kt
FUN public fun test(): kotlin.Unit FUN name:test visibility:public modality:FINAL <> () returnType:Unit flags:
BLOCK_BODY BLOCK_BODY
VAR val x: kotlin.IntArray VAR name:x type:kotlin.IntArray flags:val
CALL 'intArrayOf(vararg Int): IntArray' type=kotlin.IntArray origin=null CALL 'intArrayOf(vararg Int): IntArray' type=kotlin.IntArray origin=null
elements: VARARG type=IntArray varargElementType=Int elements: VARARG type=IntArray varargElementType=Int
CONST Int type=kotlin.Int value='1' CONST Int type=kotlin.Int value=1
CONST Int type=kotlin.Int value='2' CONST Int type=kotlin.Int value=2
CONST Int type=kotlin.Int value='3' CONST Int type=kotlin.Int value=3
CALL 'set(Int, Int): Unit' type=kotlin.Unit origin=EQ CALL 'set(Int, Int): Unit' type=kotlin.Unit origin=EQ
$this: GET_VAR 'x: IntArray' type=kotlin.IntArray origin=null $this: GET_VAR 'x: IntArray' type=kotlin.IntArray origin=null
index: CONST Int type=kotlin.Int value='1' index: CONST Int type=kotlin.Int value=1
value: CONST Int type=kotlin.Int value='0' value: CONST Int type=kotlin.Int value=0
FUN public fun foo(): kotlin.Int FUN name:foo visibility:public modality:FINAL <> () returnType:Int flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='foo(): Int' RETURN type=kotlin.Nothing from=foo(): Int'
CONST Int type=kotlin.Int value='1' CONST Int type=kotlin.Int value=1
FUN public fun test2(): kotlin.Unit FUN name:test2 visibility:public modality:FINAL <> () returnType:Unit flags:
BLOCK_BODY BLOCK_BODY
CALL 'set(Int, Int): Unit' type=kotlin.Unit origin=EQ CALL 'set(Int, Int): Unit' type=kotlin.Unit origin=EQ
$this: CALL 'intArrayOf(vararg Int): IntArray' type=kotlin.IntArray origin=null $this: CALL 'intArrayOf(vararg Int): IntArray' type=kotlin.IntArray origin=null
elements: VARARG type=IntArray varargElementType=Int elements: VARARG type=IntArray varargElementType=Int
CONST Int type=kotlin.Int value='1' CONST Int type=kotlin.Int value=1
CONST Int type=kotlin.Int value='2' CONST Int type=kotlin.Int value=2
CONST Int type=kotlin.Int value='3' CONST Int type=kotlin.Int value=3
index: CALL 'foo(): Int' type=kotlin.Int origin=null index: CALL 'foo(): Int' type=kotlin.Int origin=null
value: CONST Int type=kotlin.Int value='1' value: CONST Int type=kotlin.Int value=1
@@ -1,49 +1,49 @@
FILE /arrayAugmentedAssignment1.kt FILE fqName:<root> fileName:/arrayAugmentedAssignment1.kt
FUN public fun foo(): kotlin.IntArray FUN name:foo visibility:public modality:FINAL <> () returnType:IntArray flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='foo(): IntArray' RETURN type=kotlin.Nothing from=foo(): IntArray'
CALL 'intArrayOf(vararg Int): IntArray' type=kotlin.IntArray origin=null CALL 'intArrayOf(vararg Int): IntArray' type=kotlin.IntArray origin=null
elements: VARARG type=IntArray varargElementType=Int elements: VARARG type=IntArray varargElementType=Int
CONST Int type=kotlin.Int value='1' CONST Int type=kotlin.Int value=1
CONST Int type=kotlin.Int value='2' CONST Int type=kotlin.Int value=2
CONST Int type=kotlin.Int value='3' CONST Int type=kotlin.Int value=3
FUN public fun bar(): kotlin.Int FUN name:bar visibility:public modality:FINAL <> () returnType:Int flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='bar(): Int' RETURN type=kotlin.Nothing from=bar(): Int'
CONST Int type=kotlin.Int value='42' CONST Int type=kotlin.Int value=42
CLASS CLASS C CLASS CLASS name:C modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@C: C $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:C flags:
CONSTRUCTOR public constructor C(x: kotlin.IntArray) CONSTRUCTOR visibility:public <> (x:kotlin.IntArray) returnType:C flags:
VALUE_PARAMETER value-parameter x: kotlin.IntArray VALUE_PARAMETER name:x index:0 type:kotlin.IntArray flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='C' INSTANCE_INITIALIZER_CALL classDescriptor='C'
PROPERTY public final val x: kotlin.IntArray PROPERTY name:x type:kotlin.IntArray visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public final val x: kotlin.IntArray FIELD PROPERTY_BACKING_FIELD name:x type:kotlin.IntArray visibility:public
EXPRESSION_BODY EXPRESSION_BODY
GET_VAR 'value-parameter x: IntArray' type=kotlin.IntArray origin=INITIALIZE_PROPERTY_FROM_PARAMETER GET_VAR 'value-parameter x: IntArray' type=kotlin.IntArray origin=INITIALIZE_PROPERTY_FROM_PARAMETER
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-x>(): kotlin.IntArray FUN DEFAULT_PROPERTY_ACCESSOR name:<get-x> visibility:public modality:FINAL <> ($this:C) returnType:IntArray flags:
$this: VALUE_PARAMETER this@C: C $this: VALUE_PARAMETER name:<this> type:C flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-x>(): IntArray' RETURN type=kotlin.Nothing from=<get-x>(): IntArray'
GET_FIELD 'x: IntArray' type=kotlin.IntArray origin=null GET_FIELD 'x: IntArray' type=kotlin.IntArray origin=null
receiver: GET_VAR 'this@C: C' type=C origin=null receiver: GET_VAR 'this@C: C' type=C origin=null
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN public fun testVariable(): kotlin.Unit FUN name:testVariable visibility:public modality:FINAL <> () returnType:Unit flags:
BLOCK_BODY BLOCK_BODY
VAR var x: kotlin.IntArray VAR name:x type:kotlin.IntArray flags:var
CALL 'foo(): IntArray' type=kotlin.IntArray origin=null CALL 'foo(): IntArray' type=kotlin.IntArray origin=null
BLOCK type=kotlin.Unit origin=PLUSEQ BLOCK type=kotlin.Unit origin=PLUSEQ
VAR IR_TEMPORARY_VARIABLE val tmp0_array: kotlin.IntArray VAR IR_TEMPORARY_VARIABLE name:tmp0_array type:kotlin.IntArray flags:val
GET_VAR 'x: IntArray' type=kotlin.IntArray origin=null GET_VAR 'x: IntArray' type=kotlin.IntArray origin=null
VAR IR_TEMPORARY_VARIABLE val tmp1_index0: kotlin.Int VAR IR_TEMPORARY_VARIABLE name:tmp1_index0 type:kotlin.Int flags:val
CONST Int type=kotlin.Int value='0' CONST Int type=kotlin.Int value=0
CALL 'set(Int, Int): Unit' type=kotlin.Unit origin=PLUSEQ CALL 'set(Int, Int): Unit' type=kotlin.Unit origin=PLUSEQ
$this: GET_VAR 'tmp0_array: IntArray' type=kotlin.IntArray origin=null $this: GET_VAR 'tmp0_array: IntArray' type=kotlin.IntArray origin=null
index: GET_VAR 'tmp1_index0: Int' type=kotlin.Int origin=null index: GET_VAR 'tmp1_index0: Int' type=kotlin.Int origin=null
@@ -51,13 +51,13 @@ FILE /arrayAugmentedAssignment1.kt
$this: CALL 'get(Int): Int' type=kotlin.Int origin=PLUSEQ $this: CALL 'get(Int): Int' type=kotlin.Int origin=PLUSEQ
$this: GET_VAR 'tmp0_array: IntArray' type=kotlin.IntArray origin=null $this: GET_VAR 'tmp0_array: IntArray' type=kotlin.IntArray origin=null
index: GET_VAR 'tmp1_index0: Int' type=kotlin.Int origin=null index: GET_VAR 'tmp1_index0: Int' type=kotlin.Int origin=null
other: CONST Int type=kotlin.Int value='1' other: CONST Int type=kotlin.Int value=1
FUN public fun testCall(): kotlin.Unit FUN name:testCall visibility:public modality:FINAL <> () returnType:Unit flags:
BLOCK_BODY BLOCK_BODY
BLOCK type=kotlin.Unit origin=MULTEQ BLOCK type=kotlin.Unit origin=MULTEQ
VAR IR_TEMPORARY_VARIABLE val tmp0_array: kotlin.IntArray VAR IR_TEMPORARY_VARIABLE name:tmp0_array type:kotlin.IntArray flags:val
CALL 'foo(): IntArray' type=kotlin.IntArray origin=null CALL 'foo(): IntArray' type=kotlin.IntArray origin=null
VAR IR_TEMPORARY_VARIABLE val tmp1_index0: kotlin.Int VAR IR_TEMPORARY_VARIABLE name:tmp1_index0 type:kotlin.Int flags:val
CALL 'bar(): Int' type=kotlin.Int origin=null CALL 'bar(): Int' type=kotlin.Int origin=null
CALL 'set(Int, Int): Unit' type=kotlin.Unit origin=MULTEQ CALL 'set(Int, Int): Unit' type=kotlin.Unit origin=MULTEQ
$this: GET_VAR 'tmp0_array: IntArray' type=kotlin.IntArray origin=null $this: GET_VAR 'tmp0_array: IntArray' type=kotlin.IntArray origin=null
@@ -66,18 +66,18 @@ FILE /arrayAugmentedAssignment1.kt
$this: CALL 'get(Int): Int' type=kotlin.Int origin=MULTEQ $this: CALL 'get(Int): Int' type=kotlin.Int origin=MULTEQ
$this: GET_VAR 'tmp0_array: IntArray' type=kotlin.IntArray origin=null $this: GET_VAR 'tmp0_array: IntArray' type=kotlin.IntArray origin=null
index: GET_VAR 'tmp1_index0: Int' type=kotlin.Int origin=null index: GET_VAR 'tmp1_index0: Int' type=kotlin.Int origin=null
other: CONST Int type=kotlin.Int value='2' other: CONST Int type=kotlin.Int value=2
FUN public fun testMember(c: C): kotlin.Unit FUN name:testMember visibility:public modality:FINAL <> (c:C) returnType:Unit flags:
VALUE_PARAMETER value-parameter c: C VALUE_PARAMETER name:c index:0 type:C flags:
BLOCK_BODY BLOCK_BODY
TYPE_OP type=kotlin.Unit origin=IMPLICIT_COERCION_TO_UNIT typeOperand=kotlin.Unit TYPE_OP type=kotlin.Unit origin=IMPLICIT_COERCION_TO_UNIT typeOperand=kotlin.Unit
BLOCK type=kotlin.Int origin=POSTFIX_INCR BLOCK type=kotlin.Int origin=POSTFIX_INCR
VAR IR_TEMPORARY_VARIABLE val tmp0_array: kotlin.IntArray VAR IR_TEMPORARY_VARIABLE name:tmp0_array type:kotlin.IntArray flags:val
CALL '<get-x>(): IntArray' type=kotlin.IntArray origin=GET_PROPERTY CALL '<get-x>(): IntArray' type=kotlin.IntArray origin=GET_PROPERTY
$this: GET_VAR 'value-parameter c: C' type=C origin=null $this: GET_VAR 'value-parameter c: C' type=C origin=null
VAR IR_TEMPORARY_VARIABLE val tmp1_index0: kotlin.Int VAR IR_TEMPORARY_VARIABLE name:tmp1_index0 type:kotlin.Int flags:val
CONST Int type=kotlin.Int value='0' CONST Int type=kotlin.Int value=0
VAR IR_TEMPORARY_VARIABLE val tmp2: kotlin.Int VAR IR_TEMPORARY_VARIABLE name:tmp2 type:kotlin.Int flags:val
CALL 'get(Int): Int' type=kotlin.Int origin=POSTFIX_INCR CALL 'get(Int): Int' type=kotlin.Int origin=POSTFIX_INCR
$this: GET_VAR 'tmp0_array: IntArray' type=kotlin.IntArray origin=null $this: GET_VAR 'tmp0_array: IntArray' type=kotlin.IntArray origin=null
index: GET_VAR 'tmp1_index0: Int' type=kotlin.Int origin=null index: GET_VAR 'tmp1_index0: Int' type=kotlin.Int origin=null
@@ -1,39 +1,39 @@
FILE /arrayAugmentedAssignment2.kt FILE fqName:<root> fileName:/arrayAugmentedAssignment2.kt
CLASS INTERFACE IA CLASS INTERFACE name:IA modality:ABSTRACT visibility:public flags:
$this: VALUE_PARAMETER this@IA: IA $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:IA flags:
FUN public abstract operator fun get(index: kotlin.String): kotlin.Int FUN name:get visibility:public modality:ABSTRACT <> ($this:IA, index:kotlin.String) returnType:Int flags:
$this: VALUE_PARAMETER this@IA: IA $this: VALUE_PARAMETER name:<this> type:IA flags:
VALUE_PARAMETER value-parameter index: kotlin.String VALUE_PARAMETER name:index index:0 type:kotlin.String flags:
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
CLASS INTERFACE IB CLASS INTERFACE name:IB modality:ABSTRACT visibility:public flags:
$this: VALUE_PARAMETER this@IB: IB $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:IB flags:
FUN public abstract operator fun IA.set(index: kotlin.String, value: kotlin.Int): kotlin.Unit FUN name:set visibility:public modality:ABSTRACT <> ($this:IB, $receiver:IA, index:kotlin.String, value:kotlin.Int) returnType:Unit flags:
$this: VALUE_PARAMETER this@IB: IB $this: VALUE_PARAMETER name:<this> type:IB flags:
$receiver: VALUE_PARAMETER this@set: IA $receiver: VALUE_PARAMETER name:<this> type:IA flags:
VALUE_PARAMETER value-parameter index: kotlin.String VALUE_PARAMETER name:index index:0 type:kotlin.String flags:
VALUE_PARAMETER value-parameter value: kotlin.Int VALUE_PARAMETER name:value index:1 type:kotlin.Int flags:
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN public fun IB.test(a: IA): kotlin.Unit FUN name:test visibility:public modality:FINAL <> ($receiver:IB, a:IA) returnType:Unit flags:
$receiver: VALUE_PARAMETER this@test: IB $receiver: VALUE_PARAMETER name:<this> type:IB flags:
VALUE_PARAMETER value-parameter a: IA VALUE_PARAMETER name:a index:0 type:IA flags:
BLOCK_BODY BLOCK_BODY
BLOCK type=kotlin.Unit origin=PLUSEQ BLOCK type=kotlin.Unit origin=PLUSEQ
VAR IR_TEMPORARY_VARIABLE val tmp0_array: IA VAR IR_TEMPORARY_VARIABLE name:tmp0_array type:IA flags:val
GET_VAR 'value-parameter a: IA' type=IA origin=null GET_VAR 'value-parameter a: IA' type=IA origin=null
VAR IR_TEMPORARY_VARIABLE val tmp1_index0: kotlin.String VAR IR_TEMPORARY_VARIABLE name:tmp1_index0 type:kotlin.String flags:val
CONST String type=kotlin.String value='' CONST String type=kotlin.String value=
CALL 'set(String, Int) on IA: Unit' type=kotlin.Unit origin=PLUSEQ CALL 'set(String, Int) on IA: Unit' type=kotlin.Unit origin=PLUSEQ
$this: GET_VAR 'this@test: IB' type=IB origin=null $this: GET_VAR 'this@test: IB' type=IB origin=null
$receiver: GET_VAR 'tmp0_array: IA' type=IA origin=null $receiver: GET_VAR 'tmp0_array: IA' type=IA origin=null
@@ -42,5 +42,5 @@ FILE /arrayAugmentedAssignment2.kt
$this: CALL 'get(String): Int' type=kotlin.Int origin=PLUSEQ $this: CALL 'get(String): Int' type=kotlin.Int origin=PLUSEQ
$this: GET_VAR 'tmp0_array: IA' type=IA origin=null $this: GET_VAR 'tmp0_array: IA' type=IA origin=null
index: GET_VAR 'tmp1_index0: String' type=kotlin.String origin=null index: GET_VAR 'tmp1_index0: String' type=kotlin.String origin=null
other: CONST Int type=kotlin.Int value='42' other: CONST Int type=kotlin.Int value=42
+28 -28
View File
@@ -1,49 +1,49 @@
FILE /assignments.kt FILE fqName:<root> fileName:/assignments.kt
CLASS CLASS Ref CLASS CLASS name:Ref modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@Ref: Ref $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:Ref flags:
CONSTRUCTOR public constructor Ref(x: kotlin.Int) CONSTRUCTOR visibility:public <> (x:kotlin.Int) returnType:Ref flags:
VALUE_PARAMETER value-parameter x: kotlin.Int VALUE_PARAMETER name:x index:0 type:kotlin.Int flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='Ref' INSTANCE_INITIALIZER_CALL classDescriptor='Ref'
PROPERTY public final var x: kotlin.Int PROPERTY name:x type:kotlin.Int visibility:public modality:FINAL flags:var
FIELD PROPERTY_BACKING_FIELD public final var x: kotlin.Int FIELD PROPERTY_BACKING_FIELD name:x type:kotlin.Int visibility:public
EXPRESSION_BODY EXPRESSION_BODY
GET_VAR 'value-parameter x: Int' type=kotlin.Int origin=INITIALIZE_PROPERTY_FROM_PARAMETER GET_VAR 'value-parameter x: Int' type=kotlin.Int origin=INITIALIZE_PROPERTY_FROM_PARAMETER
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-x>(): kotlin.Int FUN DEFAULT_PROPERTY_ACCESSOR name:<get-x> visibility:public modality:FINAL <> ($this:Ref) returnType:Int flags:
$this: VALUE_PARAMETER this@Ref: Ref $this: VALUE_PARAMETER name:<this> type:Ref flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-x>(): Int' RETURN type=kotlin.Nothing from=<get-x>(): Int'
GET_FIELD 'x: Int' type=kotlin.Int origin=null GET_FIELD 'x: Int' type=kotlin.Int origin=null
receiver: GET_VAR 'this@Ref: Ref' type=Ref origin=null receiver: GET_VAR 'this@Ref: Ref' type=Ref origin=null
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <set-x>(<set-?>: kotlin.Int): kotlin.Unit FUN DEFAULT_PROPERTY_ACCESSOR name:<set-x> visibility:public modality:FINAL <> ($this:Ref, <set-?>:kotlin.Int) returnType:Unit flags:
$this: VALUE_PARAMETER this@Ref: Ref $this: VALUE_PARAMETER name:<this> type:Ref flags:
VALUE_PARAMETER value-parameter <set-?>: kotlin.Int VALUE_PARAMETER name:<set-?> index:0 type:kotlin.Int flags:
BLOCK_BODY BLOCK_BODY
SET_FIELD 'x: Int' type=kotlin.Unit origin=null SET_FIELD 'x: Int' type=kotlin.Unit origin=null
receiver: GET_VAR 'this@Ref: Ref' type=Ref origin=null receiver: GET_VAR 'this@Ref: Ref' type=Ref origin=null
value: GET_VAR 'value-parameter <set-?>: Int' type=kotlin.Int origin=null value: GET_VAR 'value-parameter <set-?>: Int' type=kotlin.Int origin=null
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN public fun test1(): kotlin.Unit FUN name:test1 visibility:public modality:FINAL <> () returnType:Unit flags:
BLOCK_BODY BLOCK_BODY
VAR var x: kotlin.Int VAR name:x type:kotlin.Int flags:var
CONST Int type=kotlin.Int value='0' CONST Int type=kotlin.Int value=0
SET_VAR 'x: Int' type=kotlin.Unit origin=EQ SET_VAR 'x: Int' type=kotlin.Unit origin=EQ
CONST Int type=kotlin.Int value='1' CONST Int type=kotlin.Int value=1
SET_VAR 'x: Int' type=kotlin.Unit origin=EQ SET_VAR 'x: Int' type=kotlin.Unit origin=EQ
CALL 'plus(Int): Int' type=kotlin.Int origin=PLUS CALL 'plus(Int): Int' type=kotlin.Int origin=PLUS
$this: GET_VAR 'x: Int' type=kotlin.Int origin=null $this: GET_VAR 'x: Int' type=kotlin.Int origin=null
other: CONST Int type=kotlin.Int value='1' other: CONST Int type=kotlin.Int value=1
FUN public fun test2(r: Ref): kotlin.Unit FUN name:test2 visibility:public modality:FINAL <> (r:Ref) returnType:Unit flags:
VALUE_PARAMETER value-parameter r: Ref VALUE_PARAMETER name:r index:0 type:Ref flags:
BLOCK_BODY BLOCK_BODY
CALL '<set-x>(Int): Unit' type=kotlin.Unit origin=EQ CALL '<set-x>(Int): Unit' type=kotlin.Unit origin=EQ
$this: GET_VAR 'value-parameter r: Ref' type=Ref origin=null $this: GET_VAR 'value-parameter r: Ref' type=Ref origin=null
<set-?>: CONST Int type=kotlin.Int value='0' <set-?>: CONST Int type=kotlin.Int value=0
@@ -1,66 +1,66 @@
FILE /augmentedAssignment1.kt FILE fqName:<root> fileName:/augmentedAssignment1.kt
PROPERTY public var p: kotlin.Int PROPERTY name:p type:kotlin.Int visibility:public modality:FINAL flags:var
FIELD PROPERTY_BACKING_FIELD public var p: kotlin.Int FIELD PROPERTY_BACKING_FIELD name:p type:kotlin.Int visibility:public
EXPRESSION_BODY EXPRESSION_BODY
CONST Int type=kotlin.Int value='0' CONST Int type=kotlin.Int value=0
FUN DEFAULT_PROPERTY_ACCESSOR public fun <get-p>(): kotlin.Int FUN DEFAULT_PROPERTY_ACCESSOR name:<get-p> visibility:public modality:FINAL <> () returnType:Int flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-p>(): Int' RETURN type=kotlin.Nothing from=<get-p>(): Int'
GET_FIELD 'p: Int' type=kotlin.Int origin=null GET_FIELD 'p: Int' type=kotlin.Int origin=null
FUN DEFAULT_PROPERTY_ACCESSOR public fun <set-p>(<set-?>: kotlin.Int): kotlin.Unit FUN DEFAULT_PROPERTY_ACCESSOR name:<set-p> visibility:public modality:FINAL <> (<set-?>:kotlin.Int) returnType:Unit flags:
VALUE_PARAMETER value-parameter <set-?>: kotlin.Int VALUE_PARAMETER name:<set-?> index:0 type:kotlin.Int flags:
BLOCK_BODY BLOCK_BODY
SET_FIELD 'p: Int' type=kotlin.Unit origin=null SET_FIELD 'p: Int' type=kotlin.Unit origin=null
value: GET_VAR 'value-parameter <set-?>: Int' type=kotlin.Int origin=null value: GET_VAR 'value-parameter <set-?>: Int' type=kotlin.Int origin=null
FUN public fun testVariable(): kotlin.Unit FUN name:testVariable visibility:public modality:FINAL <> () returnType:Unit flags:
BLOCK_BODY BLOCK_BODY
VAR var x: kotlin.Int VAR name:x type:kotlin.Int flags:var
CONST Int type=kotlin.Int value='0' CONST Int type=kotlin.Int value=0
SET_VAR 'x: Int' type=kotlin.Unit origin=PLUSEQ SET_VAR 'x: Int' type=kotlin.Unit origin=PLUSEQ
CALL 'plus(Int): Int' type=kotlin.Int origin=PLUSEQ CALL 'plus(Int): Int' type=kotlin.Int origin=PLUSEQ
$this: GET_VAR 'x: Int' type=kotlin.Int origin=PLUSEQ $this: GET_VAR 'x: Int' type=kotlin.Int origin=PLUSEQ
other: CONST Int type=kotlin.Int value='1' other: CONST Int type=kotlin.Int value=1
SET_VAR 'x: Int' type=kotlin.Unit origin=MINUSEQ SET_VAR 'x: Int' type=kotlin.Unit origin=MINUSEQ
CALL 'minus(Int): Int' type=kotlin.Int origin=MINUSEQ CALL 'minus(Int): Int' type=kotlin.Int origin=MINUSEQ
$this: GET_VAR 'x: Int' type=kotlin.Int origin=MINUSEQ $this: GET_VAR 'x: Int' type=kotlin.Int origin=MINUSEQ
other: CONST Int type=kotlin.Int value='2' other: CONST Int type=kotlin.Int value=2
SET_VAR 'x: Int' type=kotlin.Unit origin=MULTEQ SET_VAR 'x: Int' type=kotlin.Unit origin=MULTEQ
CALL 'times(Int): Int' type=kotlin.Int origin=MULTEQ CALL 'times(Int): Int' type=kotlin.Int origin=MULTEQ
$this: GET_VAR 'x: Int' type=kotlin.Int origin=MULTEQ $this: GET_VAR 'x: Int' type=kotlin.Int origin=MULTEQ
other: CONST Int type=kotlin.Int value='3' other: CONST Int type=kotlin.Int value=3
SET_VAR 'x: Int' type=kotlin.Unit origin=DIVEQ SET_VAR 'x: Int' type=kotlin.Unit origin=DIVEQ
CALL 'div(Int): Int' type=kotlin.Int origin=DIVEQ CALL 'div(Int): Int' type=kotlin.Int origin=DIVEQ
$this: GET_VAR 'x: Int' type=kotlin.Int origin=DIVEQ $this: GET_VAR 'x: Int' type=kotlin.Int origin=DIVEQ
other: CONST Int type=kotlin.Int value='4' other: CONST Int type=kotlin.Int value=4
SET_VAR 'x: Int' type=kotlin.Unit origin=PERCEQ SET_VAR 'x: Int' type=kotlin.Unit origin=PERCEQ
CALL 'rem(Int): Int' type=kotlin.Int origin=PERCEQ CALL 'rem(Int): Int' type=kotlin.Int origin=PERCEQ
$this: GET_VAR 'x: Int' type=kotlin.Int origin=PERCEQ $this: GET_VAR 'x: Int' type=kotlin.Int origin=PERCEQ
other: CONST Int type=kotlin.Int value='5' other: CONST Int type=kotlin.Int value=5
FUN public fun testProperty(): kotlin.Unit FUN name:testProperty visibility:public modality:FINAL <> () returnType:Unit flags:
BLOCK_BODY BLOCK_BODY
BLOCK type=kotlin.Unit origin=PLUSEQ BLOCK type=kotlin.Unit origin=PLUSEQ
CALL '<set-p>(Int): Unit' type=kotlin.Unit origin=PLUSEQ CALL '<set-p>(Int): Unit' type=kotlin.Unit origin=PLUSEQ
<set-?>: CALL 'plus(Int): Int' type=kotlin.Int origin=PLUSEQ <set-?>: CALL 'plus(Int): Int' type=kotlin.Int origin=PLUSEQ
$this: CALL '<get-p>(): Int' type=kotlin.Int origin=PLUSEQ $this: CALL '<get-p>(): Int' type=kotlin.Int origin=PLUSEQ
other: CONST Int type=kotlin.Int value='1' other: CONST Int type=kotlin.Int value=1
BLOCK type=kotlin.Unit origin=MINUSEQ BLOCK type=kotlin.Unit origin=MINUSEQ
CALL '<set-p>(Int): Unit' type=kotlin.Unit origin=MINUSEQ CALL '<set-p>(Int): Unit' type=kotlin.Unit origin=MINUSEQ
<set-?>: CALL 'minus(Int): Int' type=kotlin.Int origin=MINUSEQ <set-?>: CALL 'minus(Int): Int' type=kotlin.Int origin=MINUSEQ
$this: CALL '<get-p>(): Int' type=kotlin.Int origin=MINUSEQ $this: CALL '<get-p>(): Int' type=kotlin.Int origin=MINUSEQ
other: CONST Int type=kotlin.Int value='2' other: CONST Int type=kotlin.Int value=2
BLOCK type=kotlin.Unit origin=MULTEQ BLOCK type=kotlin.Unit origin=MULTEQ
CALL '<set-p>(Int): Unit' type=kotlin.Unit origin=MULTEQ CALL '<set-p>(Int): Unit' type=kotlin.Unit origin=MULTEQ
<set-?>: CALL 'times(Int): Int' type=kotlin.Int origin=MULTEQ <set-?>: CALL 'times(Int): Int' type=kotlin.Int origin=MULTEQ
$this: CALL '<get-p>(): Int' type=kotlin.Int origin=MULTEQ $this: CALL '<get-p>(): Int' type=kotlin.Int origin=MULTEQ
other: CONST Int type=kotlin.Int value='3' other: CONST Int type=kotlin.Int value=3
BLOCK type=kotlin.Unit origin=DIVEQ BLOCK type=kotlin.Unit origin=DIVEQ
CALL '<set-p>(Int): Unit' type=kotlin.Unit origin=DIVEQ CALL '<set-p>(Int): Unit' type=kotlin.Unit origin=DIVEQ
<set-?>: CALL 'div(Int): Int' type=kotlin.Int origin=DIVEQ <set-?>: CALL 'div(Int): Int' type=kotlin.Int origin=DIVEQ
$this: CALL '<get-p>(): Int' type=kotlin.Int origin=DIVEQ $this: CALL '<get-p>(): Int' type=kotlin.Int origin=DIVEQ
other: CONST Int type=kotlin.Int value='4' other: CONST Int type=kotlin.Int value=4
BLOCK type=kotlin.Unit origin=PERCEQ BLOCK type=kotlin.Unit origin=PERCEQ
CALL '<set-p>(Int): Unit' type=kotlin.Unit origin=PERCEQ CALL '<set-p>(Int): Unit' type=kotlin.Unit origin=PERCEQ
<set-?>: CALL 'rem(Int): Int' type=kotlin.Int origin=PERCEQ <set-?>: CALL 'rem(Int): Int' type=kotlin.Int origin=PERCEQ
$this: CALL '<get-p>(): Int' type=kotlin.Int origin=PERCEQ $this: CALL '<get-p>(): Int' type=kotlin.Int origin=PERCEQ
other: CONST Int type=kotlin.Int value='5' other: CONST Int type=kotlin.Int value=5
@@ -1,84 +1,84 @@
FILE /augmentedAssignment2.kt FILE fqName:<root> fileName:/augmentedAssignment2.kt
CLASS CLASS A CLASS CLASS name:A modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@A: A $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:A flags:
CONSTRUCTOR public constructor A() CONSTRUCTOR visibility:public <> () returnType:A flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='A' INSTANCE_INITIALIZER_CALL classDescriptor='A'
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN public operator fun A.plusAssign(s: kotlin.String): kotlin.Unit FUN name:plusAssign visibility:public modality:FINAL <> ($receiver:A, s:kotlin.String) returnType:Unit flags:
$receiver: VALUE_PARAMETER this@plusAssign: A $receiver: VALUE_PARAMETER name:<this> type:A flags:
VALUE_PARAMETER value-parameter s: kotlin.String VALUE_PARAMETER name:s index:0 type:kotlin.String flags:
BLOCK_BODY BLOCK_BODY
FUN public operator fun A.minusAssign(s: kotlin.String): kotlin.Unit FUN name:minusAssign visibility:public modality:FINAL <> ($receiver:A, s:kotlin.String) returnType:Unit flags:
$receiver: VALUE_PARAMETER this@minusAssign: A $receiver: VALUE_PARAMETER name:<this> type:A flags:
VALUE_PARAMETER value-parameter s: kotlin.String VALUE_PARAMETER name:s index:0 type:kotlin.String flags:
BLOCK_BODY BLOCK_BODY
FUN public operator fun A.timesAssign(s: kotlin.String): kotlin.Unit FUN name:timesAssign visibility:public modality:FINAL <> ($receiver:A, s:kotlin.String) returnType:Unit flags:
$receiver: VALUE_PARAMETER this@timesAssign: A $receiver: VALUE_PARAMETER name:<this> type:A flags:
VALUE_PARAMETER value-parameter s: kotlin.String VALUE_PARAMETER name:s index:0 type:kotlin.String flags:
BLOCK_BODY BLOCK_BODY
FUN public operator fun A.divAssign(s: kotlin.String): kotlin.Unit FUN name:divAssign visibility:public modality:FINAL <> ($receiver:A, s:kotlin.String) returnType:Unit flags:
$receiver: VALUE_PARAMETER this@divAssign: A $receiver: VALUE_PARAMETER name:<this> type:A flags:
VALUE_PARAMETER value-parameter s: kotlin.String VALUE_PARAMETER name:s index:0 type:kotlin.String flags:
BLOCK_BODY BLOCK_BODY
FUN public operator fun A.modAssign(s: kotlin.String): kotlin.Unit FUN name:modAssign visibility:public modality:FINAL <> ($receiver:A, s:kotlin.String) returnType:Unit flags:
$receiver: VALUE_PARAMETER this@modAssign: A $receiver: VALUE_PARAMETER name:<this> type:A flags:
VALUE_PARAMETER value-parameter s: kotlin.String VALUE_PARAMETER name:s index:0 type:kotlin.String flags:
BLOCK_BODY BLOCK_BODY
PROPERTY public val p: A PROPERTY name:p type:A visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public val p: A FIELD PROPERTY_BACKING_FIELD name:p type:A visibility:public
EXPRESSION_BODY EXPRESSION_BODY
CALL 'constructor A()' type=A origin=null CALL 'constructor A()' type=A origin=null
FUN DEFAULT_PROPERTY_ACCESSOR public fun <get-p>(): A FUN DEFAULT_PROPERTY_ACCESSOR name:<get-p> visibility:public modality:FINAL <> () returnType:A flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-p>(): A' RETURN type=kotlin.Nothing from=<get-p>(): A'
GET_FIELD 'p: A' type=A origin=null GET_FIELD 'p: A' type=A origin=null
FUN public fun testVariable(): kotlin.Unit FUN name:testVariable visibility:public modality:FINAL <> () returnType:Unit flags:
BLOCK_BODY BLOCK_BODY
VAR val a: A VAR name:a type:A flags:val
CALL 'constructor A()' type=A origin=null CALL 'constructor A()' type=A origin=null
CALL 'plusAssign(String) on A: Unit' type=kotlin.Unit origin=PLUSEQ CALL 'plusAssign(String) on A: Unit' type=kotlin.Unit origin=PLUSEQ
$receiver: GET_VAR 'a: A' type=A origin=PLUSEQ $receiver: GET_VAR 'a: A' type=A origin=PLUSEQ
s: CONST String type=kotlin.String value='+=' s: CONST String type=kotlin.String value=+=
CALL 'minusAssign(String) on A: Unit' type=kotlin.Unit origin=MINUSEQ CALL 'minusAssign(String) on A: Unit' type=kotlin.Unit origin=MINUSEQ
$receiver: GET_VAR 'a: A' type=A origin=MINUSEQ $receiver: GET_VAR 'a: A' type=A origin=MINUSEQ
s: CONST String type=kotlin.String value='-=' s: CONST String type=kotlin.String value=-=
CALL 'timesAssign(String) on A: Unit' type=kotlin.Unit origin=MULTEQ CALL 'timesAssign(String) on A: Unit' type=kotlin.Unit origin=MULTEQ
$receiver: GET_VAR 'a: A' type=A origin=MULTEQ $receiver: GET_VAR 'a: A' type=A origin=MULTEQ
s: CONST String type=kotlin.String value='*=' s: CONST String type=kotlin.String value=*=
CALL 'divAssign(String) on A: Unit' type=kotlin.Unit origin=DIVEQ CALL 'divAssign(String) on A: Unit' type=kotlin.Unit origin=DIVEQ
$receiver: GET_VAR 'a: A' type=A origin=DIVEQ $receiver: GET_VAR 'a: A' type=A origin=DIVEQ
s: CONST String type=kotlin.String value='/=' s: CONST String type=kotlin.String value=/=
CALL 'modAssign(String) on A: Unit' type=kotlin.Unit origin=PERCEQ CALL 'modAssign(String) on A: Unit' type=kotlin.Unit origin=PERCEQ
$receiver: GET_VAR 'a: A' type=A origin=PERCEQ $receiver: GET_VAR 'a: A' type=A origin=PERCEQ
s: CONST String type=kotlin.String value='*=' s: CONST String type=kotlin.String value=*=
FUN public fun testProperty(): kotlin.Unit FUN name:testProperty visibility:public modality:FINAL <> () returnType:Unit flags:
BLOCK_BODY BLOCK_BODY
BLOCK type=kotlin.Unit origin=PLUSEQ BLOCK type=kotlin.Unit origin=PLUSEQ
CALL 'plusAssign(String) on A: Unit' type=kotlin.Unit origin=PLUSEQ CALL 'plusAssign(String) on A: Unit' type=kotlin.Unit origin=PLUSEQ
$receiver: CALL '<get-p>(): A' type=A origin=PLUSEQ $receiver: CALL '<get-p>(): A' type=A origin=PLUSEQ
s: CONST String type=kotlin.String value='+=' s: CONST String type=kotlin.String value=+=
BLOCK type=kotlin.Unit origin=MINUSEQ BLOCK type=kotlin.Unit origin=MINUSEQ
CALL 'minusAssign(String) on A: Unit' type=kotlin.Unit origin=MINUSEQ CALL 'minusAssign(String) on A: Unit' type=kotlin.Unit origin=MINUSEQ
$receiver: CALL '<get-p>(): A' type=A origin=MINUSEQ $receiver: CALL '<get-p>(): A' type=A origin=MINUSEQ
s: CONST String type=kotlin.String value='-=' s: CONST String type=kotlin.String value=-=
BLOCK type=kotlin.Unit origin=MULTEQ BLOCK type=kotlin.Unit origin=MULTEQ
CALL 'timesAssign(String) on A: Unit' type=kotlin.Unit origin=MULTEQ CALL 'timesAssign(String) on A: Unit' type=kotlin.Unit origin=MULTEQ
$receiver: CALL '<get-p>(): A' type=A origin=MULTEQ $receiver: CALL '<get-p>(): A' type=A origin=MULTEQ
s: CONST String type=kotlin.String value='*=' s: CONST String type=kotlin.String value=*=
BLOCK type=kotlin.Unit origin=DIVEQ BLOCK type=kotlin.Unit origin=DIVEQ
CALL 'divAssign(String) on A: Unit' type=kotlin.Unit origin=DIVEQ CALL 'divAssign(String) on A: Unit' type=kotlin.Unit origin=DIVEQ
$receiver: CALL '<get-p>(): A' type=A origin=DIVEQ $receiver: CALL '<get-p>(): A' type=A origin=DIVEQ
s: CONST String type=kotlin.String value='/=' s: CONST String type=kotlin.String value=/=
BLOCK type=kotlin.Unit origin=PERCEQ BLOCK type=kotlin.Unit origin=PERCEQ
CALL 'modAssign(String) on A: Unit' type=kotlin.Unit origin=PERCEQ CALL 'modAssign(String) on A: Unit' type=kotlin.Unit origin=PERCEQ
$receiver: CALL '<get-p>(): A' type=A origin=PERCEQ $receiver: CALL '<get-p>(): A' type=A origin=PERCEQ
s: CONST String type=kotlin.String value='%=' s: CONST String type=kotlin.String value=%=
@@ -1,47 +1,47 @@
FILE /augmentedAssignmentWithExpression.kt FILE fqName:<root> fileName:/augmentedAssignmentWithExpression.kt
CLASS CLASS Host CLASS CLASS name:Host modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@Host: Host $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:Host flags:
CONSTRUCTOR public constructor Host() CONSTRUCTOR visibility:public <> () returnType:Host flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='Host' INSTANCE_INITIALIZER_CALL classDescriptor='Host'
FUN public final operator fun plusAssign(x: kotlin.Int): kotlin.Unit FUN name:plusAssign visibility:public modality:FINAL <> ($this:Host, x:kotlin.Int) returnType:Unit flags:
$this: VALUE_PARAMETER this@Host: Host $this: VALUE_PARAMETER name:<this> type:Host flags:
VALUE_PARAMETER value-parameter x: kotlin.Int VALUE_PARAMETER name:x index:0 type:kotlin.Int flags:
BLOCK_BODY BLOCK_BODY
FUN public final fun test1(): kotlin.Unit FUN name:test1 visibility:public modality:FINAL <> ($this:Host) returnType:Unit flags:
$this: VALUE_PARAMETER this@Host: Host $this: VALUE_PARAMETER name:<this> type:Host flags:
BLOCK_BODY BLOCK_BODY
CALL 'plusAssign(Int): Unit' type=kotlin.Unit origin=PLUSEQ CALL 'plusAssign(Int): Unit' type=kotlin.Unit origin=PLUSEQ
$this: GET_VAR 'this@Host: Host' type=Host origin=PLUSEQ $this: GET_VAR 'this@Host: Host' type=Host origin=PLUSEQ
x: CONST Int type=kotlin.Int value='1' x: CONST Int type=kotlin.Int value=1
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN public fun foo(): Host FUN name:foo visibility:public modality:FINAL <> () returnType:Host flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='foo(): Host' RETURN type=kotlin.Nothing from=foo(): Host'
CALL 'constructor Host()' type=Host origin=null CALL 'constructor Host()' type=Host origin=null
FUN public fun Host.test2(): kotlin.Unit FUN name:test2 visibility:public modality:FINAL <> ($receiver:Host) returnType:Unit flags:
$receiver: VALUE_PARAMETER this@test2: Host $receiver: VALUE_PARAMETER name:<this> type:Host flags:
BLOCK_BODY BLOCK_BODY
CALL 'plusAssign(Int): Unit' type=kotlin.Unit origin=PLUSEQ CALL 'plusAssign(Int): Unit' type=kotlin.Unit origin=PLUSEQ
$this: GET_VAR 'this@test2: Host' type=Host origin=PLUSEQ $this: GET_VAR 'this@test2: Host' type=Host origin=PLUSEQ
x: CONST Int type=kotlin.Int value='1' x: CONST Int type=kotlin.Int value=1
FUN public fun test3(): kotlin.Unit FUN name:test3 visibility:public modality:FINAL <> () returnType:Unit flags:
BLOCK_BODY BLOCK_BODY
CALL 'plusAssign(Int): Unit' type=kotlin.Unit origin=PLUSEQ CALL 'plusAssign(Int): Unit' type=kotlin.Unit origin=PLUSEQ
$this: CALL 'foo(): Host' type=Host origin=null $this: CALL 'foo(): Host' type=Host origin=null
x: CONST Int type=kotlin.Int value='1' x: CONST Int type=kotlin.Int value=1
FUN public fun test4(a: () -> Host): kotlin.Unit FUN name:test4 visibility:public modality:FINAL <> (a:() -> Host) returnType:Unit flags:
VALUE_PARAMETER value-parameter a: () -> Host VALUE_PARAMETER name:a index:0 type:() -> Host flags:
BLOCK_BODY BLOCK_BODY
CALL 'plusAssign(Int): Unit' type=kotlin.Unit origin=PLUSEQ CALL 'plusAssign(Int): Unit' type=kotlin.Unit origin=PLUSEQ
$this: CALL 'invoke(): Host' type=Host origin=INVOKE $this: CALL 'invoke(): Host' type=Host origin=INVOKE
$this: GET_VAR 'value-parameter a: () -> Host' type=() -> Host origin=VARIABLE_AS_FUNCTION $this: GET_VAR 'value-parameter a: () -> Host' type=() -> Host origin=VARIABLE_AS_FUNCTION
x: CONST Int type=kotlin.Int value='1' x: CONST Int type=kotlin.Int value=1
@@ -1,28 +1,28 @@
FILE /badBreakContinue.kt FILE fqName:<root> fileName:/badBreakContinue.kt
FUN public fun test1(): kotlin.Unit FUN name:test1 visibility:public modality:FINAL <> () returnType:Unit flags:
BLOCK_BODY BLOCK_BODY
ERROR_EXPR 'Loop not found for break expression: break' type=kotlin.Nothing ERROR_EXPR 'Loop not found for break expression: break' type=kotlin.Nothing
ERROR_EXPR 'Loop not found for continue expression: continue' type=kotlin.Nothing ERROR_EXPR 'Loop not found for continue expression: continue' type=kotlin.Nothing
FUN public fun test2(): kotlin.Unit FUN name:test2 visibility:public modality:FINAL <> () returnType:Unit flags:
BLOCK_BODY BLOCK_BODY
WHILE label=L1 origin=WHILE_LOOP WHILE label=L1 origin=WHILE_LOOP
condition: CONST Boolean type=kotlin.Boolean value='true' condition: CONST Boolean type=kotlin.Boolean value=true
body: BLOCK type=kotlin.Unit origin=null body: BLOCK type=kotlin.Unit origin=null
ERROR_EXPR 'Loop not found for break expression: break@ERROR' type=kotlin.Nothing ERROR_EXPR 'Loop not found for break expression: break@ERROR' type=kotlin.Nothing
ERROR_EXPR 'Loop not found for continue expression: continue@ERROR' type=kotlin.Nothing ERROR_EXPR 'Loop not found for continue expression: continue@ERROR' type=kotlin.Nothing
FUN public fun test3(): kotlin.Unit FUN name:test3 visibility:public modality:FINAL <> () returnType:Unit flags:
BLOCK_BODY BLOCK_BODY
WHILE label=L1 origin=WHILE_LOOP WHILE label=L1 origin=WHILE_LOOP
condition: CONST Boolean type=kotlin.Boolean value='true' condition: CONST Boolean type=kotlin.Boolean value=true
body: BLOCK type=kotlin.Unit origin=null body: BLOCK type=kotlin.Unit origin=null
VAR val lambda: () -> kotlin.Nothing VAR name:lambda type:() -> kotlin.Nothing flags:val
BLOCK type=() -> kotlin.Nothing origin=LAMBDA BLOCK type=() -> kotlin.Nothing origin=LAMBDA
FUN LOCAL_FUNCTION_FOR_LAMBDA local final fun <anonymous>(): kotlin.Nothing FUN LOCAL_FUNCTION_FOR_LAMBDA name:<anonymous> visibility:local modality:FINAL <> () returnType:Nothing flags:
BLOCK_BODY BLOCK_BODY
ERROR_EXPR 'Loop not found for break expression: break@L1' type=kotlin.Nothing ERROR_EXPR 'Loop not found for break expression: break@L1' type=kotlin.Nothing
ERROR_EXPR 'Loop not found for continue expression: continue@L1' type=kotlin.Nothing ERROR_EXPR 'Loop not found for continue expression: continue@L1' type=kotlin.Nothing
FUNCTION_REFERENCE '<anonymous>(): Nothing' type=() -> kotlin.Nothing origin=LAMBDA FUNCTION_REFERENCE '<anonymous>(): Nothing' type=() -> kotlin.Nothing origin=LAMBDA
FUN public fun test4(): kotlin.Unit FUN name:test4 visibility:public modality:FINAL <> () returnType:Unit flags:
BLOCK_BODY BLOCK_BODY
WHILE label=null origin=WHILE_LOOP WHILE label=null origin=WHILE_LOOP
condition: ERROR_EXPR 'Loop not found for break expression: break' type=kotlin.Nothing condition: ERROR_EXPR 'Loop not found for break expression: break' type=kotlin.Nothing
+17 -17
View File
@@ -1,46 +1,46 @@
FILE /bangbang.kt FILE fqName:<root> fileName:/bangbang.kt
FUN public fun test1(a: kotlin.Any?): kotlin.Any FUN name:test1 visibility:public modality:FINAL <> (a:kotlin.Any?) returnType:Any flags:
VALUE_PARAMETER value-parameter a: kotlin.Any? VALUE_PARAMETER name:a index:0 type:kotlin.Any? flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='test1(Any?): Any' RETURN type=kotlin.Nothing from=test1(Any?): Any'
BLOCK type=kotlin.Any origin=EXCLEXCL BLOCK type=kotlin.Any origin=EXCLEXCL
VAR IR_TEMPORARY_VARIABLE val tmp0_notnull: kotlin.Any? VAR IR_TEMPORARY_VARIABLE name:tmp0_notnull type:kotlin.Any? flags:val
GET_VAR 'value-parameter a: Any?' type=kotlin.Any? origin=null GET_VAR 'value-parameter a: Any?' type=kotlin.Any? origin=null
WHEN type=kotlin.Any origin=null WHEN type=kotlin.Any origin=null
BRANCH BRANCH
if: CALL 'EQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQ if: CALL 'EQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQ
arg0: GET_VAR 'tmp0_notnull: Any?' type=kotlin.Any? origin=null arg0: GET_VAR 'tmp0_notnull: Any?' type=kotlin.Any? origin=null
arg1: CONST Null type=kotlin.Nothing? value='null' arg1: CONST Null type=kotlin.Nothing? value=null
then: CALL 'THROW_NPE(): Nothing' type=kotlin.Nothing origin=EXCLEXCL then: CALL 'THROW_NPE(): Nothing' type=kotlin.Nothing origin=EXCLEXCL
BRANCH BRANCH
if: CONST Boolean type=kotlin.Boolean value='true' if: CONST Boolean type=kotlin.Boolean value=true
then: GET_VAR 'tmp0_notnull: Any?' type=kotlin.Any? origin=null then: GET_VAR 'tmp0_notnull: Any?' type=kotlin.Any? origin=null
FUN public fun test2(a: kotlin.Any?): kotlin.Int FUN name:test2 visibility:public modality:FINAL <> (a:kotlin.Any?) returnType:Int flags:
VALUE_PARAMETER value-parameter a: kotlin.Any? VALUE_PARAMETER name:a index:0 type:kotlin.Any? flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='test2(Any?): Int' RETURN type=kotlin.Nothing from=test2(Any?): Int'
BLOCK type=kotlin.Int origin=EXCLEXCL BLOCK type=kotlin.Int origin=EXCLEXCL
VAR IR_TEMPORARY_VARIABLE val tmp1_notnull: kotlin.Int? VAR IR_TEMPORARY_VARIABLE name:tmp1_notnull type:kotlin.Int? flags:val
BLOCK type=kotlin.Int? origin=SAFE_CALL BLOCK type=kotlin.Int? origin=SAFE_CALL
VAR IR_TEMPORARY_VARIABLE val tmp0_safe_receiver: kotlin.Any? VAR IR_TEMPORARY_VARIABLE name:tmp0_safe_receiver type:kotlin.Any? flags:val
GET_VAR 'value-parameter a: Any?' type=kotlin.Any? origin=null GET_VAR 'value-parameter a: Any?' type=kotlin.Any? origin=null
WHEN type=kotlin.Int? origin=SAFE_CALL WHEN type=kotlin.Int? origin=SAFE_CALL
BRANCH BRANCH
if: CALL 'EQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQ if: CALL 'EQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQ
arg0: GET_VAR 'tmp0_safe_receiver: Any?' type=kotlin.Any? origin=null arg0: GET_VAR 'tmp0_safe_receiver: Any?' type=kotlin.Any? origin=null
arg1: CONST Null type=kotlin.Nothing? value='null' arg1: CONST Null type=kotlin.Nothing? value=null
then: CONST Null type=kotlin.Nothing? value='null' then: CONST Null type=kotlin.Nothing? value=null
BRANCH BRANCH
if: CONST Boolean type=kotlin.Boolean value='true' if: CONST Boolean type=kotlin.Boolean value=true
then: CALL 'hashCode(): Int' type=kotlin.Int origin=null then: CALL 'hashCode(): Int' type=kotlin.Int origin=null
$this: GET_VAR 'tmp0_safe_receiver: Any?' type=kotlin.Any? origin=null $this: GET_VAR 'tmp0_safe_receiver: Any?' type=kotlin.Any? origin=null
WHEN type=kotlin.Int origin=null WHEN type=kotlin.Int origin=null
BRANCH BRANCH
if: CALL 'EQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQ if: CALL 'EQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQ
arg0: GET_VAR 'tmp1_notnull: Int?' type=kotlin.Int? origin=null arg0: GET_VAR 'tmp1_notnull: Int?' type=kotlin.Int? origin=null
arg1: CONST Null type=kotlin.Nothing? value='null' arg1: CONST Null type=kotlin.Nothing? value=null
then: CALL 'THROW_NPE(): Nothing' type=kotlin.Nothing origin=EXCLEXCL then: CALL 'THROW_NPE(): Nothing' type=kotlin.Nothing origin=EXCLEXCL
BRANCH BRANCH
if: CONST Boolean type=kotlin.Boolean value='true' if: CONST Boolean type=kotlin.Boolean value=true
then: GET_VAR 'tmp1_notnull: Int?' type=kotlin.Int? origin=null then: GET_VAR 'tmp1_notnull: Int?' type=kotlin.Int? origin=null
@@ -1,26 +1,26 @@
FILE /booleanConstsInAndAndOrOr.kt FILE fqName:<root> fileName:/booleanConstsInAndAndOrOr.kt
FUN public fun test1(b: kotlin.Boolean): kotlin.Unit FUN name:test1 visibility:public modality:FINAL <> (b:kotlin.Boolean) returnType:Unit flags:
VALUE_PARAMETER value-parameter b: kotlin.Boolean VALUE_PARAMETER name:b index:0 type:kotlin.Boolean flags:
BLOCK_BODY BLOCK_BODY
TYPE_OP type=kotlin.Unit origin=IMPLICIT_COERCION_TO_UNIT typeOperand=kotlin.Unit TYPE_OP type=kotlin.Unit origin=IMPLICIT_COERCION_TO_UNIT typeOperand=kotlin.Unit
WHEN type=kotlin.Boolean origin=ANDAND WHEN type=kotlin.Boolean origin=ANDAND
BRANCH BRANCH
if: GET_VAR 'value-parameter b: Boolean' type=kotlin.Boolean origin=null if: GET_VAR 'value-parameter b: Boolean' type=kotlin.Boolean origin=null
then: RETURN type=kotlin.Nothing from='test1(Boolean): Unit' then: RETURN type=kotlin.Nothing from=test1(Boolean): Unit'
GET_OBJECT 'Unit' type=kotlin.Unit GET_OBJECT 'Unit' type=kotlin.Unit
BRANCH BRANCH
if: CONST Boolean type=kotlin.Boolean value='true' if: CONST Boolean type=kotlin.Boolean value=true
then: CONST Boolean type=kotlin.Boolean value='false' then: CONST Boolean type=kotlin.Boolean value=false
FUN public fun test2(b: kotlin.Boolean): kotlin.Unit FUN name:test2 visibility:public modality:FINAL <> (b:kotlin.Boolean) returnType:Unit flags:
VALUE_PARAMETER value-parameter b: kotlin.Boolean VALUE_PARAMETER name:b index:0 type:kotlin.Boolean flags:
BLOCK_BODY BLOCK_BODY
TYPE_OP type=kotlin.Unit origin=IMPLICIT_COERCION_TO_UNIT typeOperand=kotlin.Unit TYPE_OP type=kotlin.Unit origin=IMPLICIT_COERCION_TO_UNIT typeOperand=kotlin.Unit
WHEN type=kotlin.Boolean origin=OROR WHEN type=kotlin.Boolean origin=OROR
BRANCH BRANCH
if: GET_VAR 'value-parameter b: Boolean' type=kotlin.Boolean origin=null if: GET_VAR 'value-parameter b: Boolean' type=kotlin.Boolean origin=null
then: CONST Boolean type=kotlin.Boolean value='true' then: CONST Boolean type=kotlin.Boolean value=true
BRANCH BRANCH
if: CONST Boolean type=kotlin.Boolean value='true' if: CONST Boolean type=kotlin.Boolean value=true
then: RETURN type=kotlin.Nothing from='test2(Boolean): Unit' then: RETURN type=kotlin.Nothing from=test2(Boolean): Unit'
GET_OBJECT 'Unit' type=kotlin.Unit GET_OBJECT 'Unit' type=kotlin.Unit
+21 -21
View File
@@ -1,41 +1,41 @@
FILE /booleanOperators.kt FILE fqName:<root> fileName:/booleanOperators.kt
FUN public fun test1(a: kotlin.Boolean, b: kotlin.Boolean): kotlin.Boolean FUN name:test1 visibility:public modality:FINAL <> (a:kotlin.Boolean, b:kotlin.Boolean) returnType:Boolean flags:
VALUE_PARAMETER value-parameter a: kotlin.Boolean VALUE_PARAMETER name:a index:0 type:kotlin.Boolean flags:
VALUE_PARAMETER value-parameter b: kotlin.Boolean VALUE_PARAMETER name:b index:1 type:kotlin.Boolean flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='test1(Boolean, Boolean): Boolean' RETURN type=kotlin.Nothing from=test1(Boolean, Boolean): Boolean'
WHEN type=kotlin.Boolean origin=ANDAND WHEN type=kotlin.Boolean origin=ANDAND
BRANCH BRANCH
if: GET_VAR 'value-parameter a: Boolean' type=kotlin.Boolean origin=null if: GET_VAR 'value-parameter a: Boolean' type=kotlin.Boolean origin=null
then: GET_VAR 'value-parameter b: Boolean' type=kotlin.Boolean origin=null then: GET_VAR 'value-parameter b: Boolean' type=kotlin.Boolean origin=null
BRANCH BRANCH
if: CONST Boolean type=kotlin.Boolean value='true' if: CONST Boolean type=kotlin.Boolean value=true
then: CONST Boolean type=kotlin.Boolean value='false' then: CONST Boolean type=kotlin.Boolean value=false
FUN public fun test2(a: kotlin.Boolean, b: kotlin.Boolean): kotlin.Boolean FUN name:test2 visibility:public modality:FINAL <> (a:kotlin.Boolean, b:kotlin.Boolean) returnType:Boolean flags:
VALUE_PARAMETER value-parameter a: kotlin.Boolean VALUE_PARAMETER name:a index:0 type:kotlin.Boolean flags:
VALUE_PARAMETER value-parameter b: kotlin.Boolean VALUE_PARAMETER name:b index:1 type:kotlin.Boolean flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='test2(Boolean, Boolean): Boolean' RETURN type=kotlin.Nothing from=test2(Boolean, Boolean): Boolean'
WHEN type=kotlin.Boolean origin=OROR WHEN type=kotlin.Boolean origin=OROR
BRANCH BRANCH
if: GET_VAR 'value-parameter a: Boolean' type=kotlin.Boolean origin=null if: GET_VAR 'value-parameter a: Boolean' type=kotlin.Boolean origin=null
then: CONST Boolean type=kotlin.Boolean value='true' then: CONST Boolean type=kotlin.Boolean value=true
BRANCH BRANCH
if: CONST Boolean type=kotlin.Boolean value='true' if: CONST Boolean type=kotlin.Boolean value=true
then: GET_VAR 'value-parameter b: Boolean' type=kotlin.Boolean origin=null then: GET_VAR 'value-parameter b: Boolean' type=kotlin.Boolean origin=null
FUN public fun test1x(a: kotlin.Boolean, b: kotlin.Boolean): kotlin.Boolean FUN name:test1x visibility:public modality:FINAL <> (a:kotlin.Boolean, b:kotlin.Boolean) returnType:Boolean flags:
VALUE_PARAMETER value-parameter a: kotlin.Boolean VALUE_PARAMETER name:a index:0 type:kotlin.Boolean flags:
VALUE_PARAMETER value-parameter b: kotlin.Boolean VALUE_PARAMETER name:b index:1 type:kotlin.Boolean flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='test1x(Boolean, Boolean): Boolean' RETURN type=kotlin.Nothing from=test1x(Boolean, Boolean): Boolean'
CALL 'and(Boolean): Boolean' type=kotlin.Boolean origin=null CALL 'and(Boolean): Boolean' type=kotlin.Boolean origin=null
$this: GET_VAR 'value-parameter a: Boolean' type=kotlin.Boolean origin=null $this: GET_VAR 'value-parameter a: Boolean' type=kotlin.Boolean origin=null
other: GET_VAR 'value-parameter b: Boolean' type=kotlin.Boolean origin=null other: GET_VAR 'value-parameter b: Boolean' type=kotlin.Boolean origin=null
FUN public fun test2x(a: kotlin.Boolean, b: kotlin.Boolean): kotlin.Boolean FUN name:test2x visibility:public modality:FINAL <> (a:kotlin.Boolean, b:kotlin.Boolean) returnType:Boolean flags:
VALUE_PARAMETER value-parameter a: kotlin.Boolean VALUE_PARAMETER name:a index:0 type:kotlin.Boolean flags:
VALUE_PARAMETER value-parameter b: kotlin.Boolean VALUE_PARAMETER name:b index:1 type:kotlin.Boolean flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='test2x(Boolean, Boolean): Boolean' RETURN type=kotlin.Nothing from=test2x(Boolean, Boolean): Boolean'
CALL 'or(Boolean): Boolean' type=kotlin.Boolean origin=null CALL 'or(Boolean): Boolean' type=kotlin.Boolean origin=null
$this: GET_VAR 'value-parameter a: Boolean' type=kotlin.Boolean origin=null $this: GET_VAR 'value-parameter a: Boolean' type=kotlin.Boolean origin=null
other: GET_VAR 'value-parameter b: Boolean' type=kotlin.Boolean origin=null other: GET_VAR 'value-parameter b: Boolean' type=kotlin.Boolean origin=null
@@ -1,58 +1,58 @@
FILE /boundCallableReferences.kt FILE fqName:<root> fileName:/boundCallableReferences.kt
CLASS CLASS A CLASS CLASS name:A modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@A: A $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:A flags:
CONSTRUCTOR public constructor A() CONSTRUCTOR visibility:public <> () returnType:A flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='A' INSTANCE_INITIALIZER_CALL classDescriptor='A'
FUN public final fun foo(): kotlin.Unit FUN name:foo visibility:public modality:FINAL <> ($this:A) returnType:Unit flags:
$this: VALUE_PARAMETER this@A: A $this: VALUE_PARAMETER name:<this> type:A flags:
BLOCK_BODY BLOCK_BODY
PROPERTY public final val bar: kotlin.Int = 0 PROPERTY name:bar type:kotlin.Int visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public final val bar: kotlin.Int = 0 FIELD PROPERTY_BACKING_FIELD name:bar type:kotlin.Int visibility:public
EXPRESSION_BODY EXPRESSION_BODY
CONST Int type=kotlin.Int value='0' CONST Int type=kotlin.Int value=0
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-bar>(): kotlin.Int FUN DEFAULT_PROPERTY_ACCESSOR name:<get-bar> visibility:public modality:FINAL <> ($this:A) returnType:Int flags:
$this: VALUE_PARAMETER this@A: A $this: VALUE_PARAMETER name:<this> type:A flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-bar>(): Int' RETURN type=kotlin.Nothing from=<get-bar>(): Int'
GET_FIELD 'bar: Int' type=kotlin.Int origin=null GET_FIELD 'bar: Int' type=kotlin.Int origin=null
receiver: GET_VAR 'this@A: A' type=A origin=null receiver: GET_VAR 'this@A: A' type=A origin=null
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN public fun A.qux(): kotlin.Unit FUN name:qux visibility:public modality:FINAL <> ($receiver:A) returnType:Unit flags:
$receiver: VALUE_PARAMETER this@qux: A $receiver: VALUE_PARAMETER name:<this> type:A flags:
BLOCK_BODY BLOCK_BODY
PROPERTY public val test1: kotlin.reflect.KFunction0<kotlin.Unit> PROPERTY name:test1 type:kotlin.reflect.KFunction0<kotlin.Unit> visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public val test1: kotlin.reflect.KFunction0<kotlin.Unit> FIELD PROPERTY_BACKING_FIELD name:test1 type:kotlin.reflect.KFunction0<kotlin.Unit> visibility:public
EXPRESSION_BODY EXPRESSION_BODY
FUNCTION_REFERENCE 'foo(): Unit' type=kotlin.reflect.KFunction0<kotlin.Unit> origin=null FUNCTION_REFERENCE 'foo(): Unit' type=kotlin.reflect.KFunction0<kotlin.Unit> origin=null
$this: CALL 'constructor A()' type=A origin=null $this: CALL 'constructor A()' type=A origin=null
FUN DEFAULT_PROPERTY_ACCESSOR public fun <get-test1>(): kotlin.reflect.KFunction0<kotlin.Unit> FUN DEFAULT_PROPERTY_ACCESSOR name:<get-test1> visibility:public modality:FINAL <> () returnType:KFunction0<Unit> flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-test1>(): KFunction0<Unit>' RETURN type=kotlin.Nothing from=<get-test1>(): KFunction0<Unit>'
GET_FIELD 'test1: KFunction0<Unit>' type=kotlin.reflect.KFunction0<kotlin.Unit> origin=null GET_FIELD 'test1: KFunction0<Unit>' type=kotlin.reflect.KFunction0<kotlin.Unit> origin=null
PROPERTY public val test2: kotlin.reflect.KProperty0<kotlin.Int> PROPERTY name:test2 type:kotlin.reflect.KProperty0<kotlin.Int> visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public val test2: kotlin.reflect.KProperty0<kotlin.Int> FIELD PROPERTY_BACKING_FIELD name:test2 type:kotlin.reflect.KProperty0<kotlin.Int> visibility:public
EXPRESSION_BODY EXPRESSION_BODY
PROPERTY_REFERENCE 'bar: Int' field=null getter='<get-bar>(): Int' setter=null type=kotlin.reflect.KProperty0<kotlin.Int> origin=null PROPERTY_REFERENCE 'bar: Int' field=null getter='<get-bar>(): Int' setter=null type=kotlin.reflect.KProperty0<kotlin.Int> origin=null
$this: CALL 'constructor A()' type=A origin=null $this: CALL 'constructor A()' type=A origin=null
FUN DEFAULT_PROPERTY_ACCESSOR public fun <get-test2>(): kotlin.reflect.KProperty0<kotlin.Int> FUN DEFAULT_PROPERTY_ACCESSOR name:<get-test2> visibility:public modality:FINAL <> () returnType:KProperty0<Int> flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-test2>(): KProperty0<Int>' RETURN type=kotlin.Nothing from=<get-test2>(): KProperty0<Int>'
GET_FIELD 'test2: KProperty0<Int>' type=kotlin.reflect.KProperty0<kotlin.Int> origin=null GET_FIELD 'test2: KProperty0<Int>' type=kotlin.reflect.KProperty0<kotlin.Int> origin=null
PROPERTY public val test3: kotlin.reflect.KFunction0<kotlin.Unit> PROPERTY name:test3 type:kotlin.reflect.KFunction0<kotlin.Unit> visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public val test3: kotlin.reflect.KFunction0<kotlin.Unit> FIELD PROPERTY_BACKING_FIELD name:test3 type:kotlin.reflect.KFunction0<kotlin.Unit> visibility:public
EXPRESSION_BODY EXPRESSION_BODY
FUNCTION_REFERENCE 'qux() on A: Unit' type=kotlin.reflect.KFunction0<kotlin.Unit> origin=null FUNCTION_REFERENCE 'qux() on A: Unit' type=kotlin.reflect.KFunction0<kotlin.Unit> origin=null
$receiver: CALL 'constructor A()' type=A origin=null $receiver: CALL 'constructor A()' type=A origin=null
FUN DEFAULT_PROPERTY_ACCESSOR public fun <get-test3>(): kotlin.reflect.KFunction0<kotlin.Unit> FUN DEFAULT_PROPERTY_ACCESSOR name:<get-test3> visibility:public modality:FINAL <> () returnType:KFunction0<Unit> flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-test3>(): KFunction0<Unit>' RETURN type=kotlin.Nothing from=<get-test3>(): KFunction0<Unit>'
GET_FIELD 'test3: KFunction0<Unit>' type=kotlin.reflect.KFunction0<kotlin.Unit> origin=null GET_FIELD 'test3: KFunction0<Unit>' type=kotlin.reflect.KFunction0<kotlin.Unit> origin=null
+4 -4
View File
@@ -1,6 +1,6 @@
FILE /boxOk.kt FILE fqName:<root> fileName:/boxOk.kt
FUN public fun box(): kotlin.String FUN name:box visibility:public modality:FINAL <> () returnType:String flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='box(): String' RETURN type=kotlin.Nothing from=box(): String'
CONST String type=kotlin.String value='OK' CONST String type=kotlin.String value=OK
+16 -16
View File
@@ -1,59 +1,59 @@
FILE /breakContinue.kt FILE fqName:<root> fileName:/breakContinue.kt
FUN public fun test1(): kotlin.Unit FUN name:test1 visibility:public modality:FINAL <> () returnType:Unit flags:
BLOCK_BODY BLOCK_BODY
WHILE label=null origin=WHILE_LOOP WHILE label=null origin=WHILE_LOOP
condition: CONST Boolean type=kotlin.Boolean value='true' condition: CONST Boolean type=kotlin.Boolean value=true
body: BLOCK type=kotlin.Unit origin=null body: BLOCK type=kotlin.Unit origin=null
BREAK label=null loop.label=null BREAK label=null loop.label=null
BLOCK type=kotlin.Unit origin=null BLOCK type=kotlin.Unit origin=null
DO_WHILE label=null origin=DO_WHILE_LOOP DO_WHILE label=null origin=DO_WHILE_LOOP
body: COMPOSITE type=kotlin.Unit origin=null body: COMPOSITE type=kotlin.Unit origin=null
BREAK label=null loop.label=null BREAK label=null loop.label=null
condition: CONST Boolean type=kotlin.Boolean value='true' condition: CONST Boolean type=kotlin.Boolean value=true
WHILE label=null origin=WHILE_LOOP WHILE label=null origin=WHILE_LOOP
condition: CONST Boolean type=kotlin.Boolean value='true' condition: CONST Boolean type=kotlin.Boolean value=true
body: BLOCK type=kotlin.Unit origin=null body: BLOCK type=kotlin.Unit origin=null
CONTINUE label=null loop.label=null CONTINUE label=null loop.label=null
BLOCK type=kotlin.Unit origin=null BLOCK type=kotlin.Unit origin=null
DO_WHILE label=null origin=DO_WHILE_LOOP DO_WHILE label=null origin=DO_WHILE_LOOP
body: COMPOSITE type=kotlin.Unit origin=null body: COMPOSITE type=kotlin.Unit origin=null
CONTINUE label=null loop.label=null CONTINUE label=null loop.label=null
condition: CONST Boolean type=kotlin.Boolean value='true' condition: CONST Boolean type=kotlin.Boolean value=true
FUN public fun test2(): kotlin.Unit FUN name:test2 visibility:public modality:FINAL <> () returnType:Unit flags:
BLOCK_BODY BLOCK_BODY
WHILE label=OUTER origin=WHILE_LOOP WHILE label=OUTER origin=WHILE_LOOP
condition: CONST Boolean type=kotlin.Boolean value='true' condition: CONST Boolean type=kotlin.Boolean value=true
body: BLOCK type=kotlin.Unit origin=null body: BLOCK type=kotlin.Unit origin=null
WHILE label=INNER origin=WHILE_LOOP WHILE label=INNER origin=WHILE_LOOP
condition: CONST Boolean type=kotlin.Boolean value='true' condition: CONST Boolean type=kotlin.Boolean value=true
body: BLOCK type=kotlin.Unit origin=null body: BLOCK type=kotlin.Unit origin=null
BREAK label=INNER loop.label=INNER BREAK label=INNER loop.label=INNER
BREAK label=OUTER loop.label=OUTER BREAK label=OUTER loop.label=OUTER
BREAK label=OUTER loop.label=OUTER BREAK label=OUTER loop.label=OUTER
WHILE label=OUTER origin=WHILE_LOOP WHILE label=OUTER origin=WHILE_LOOP
condition: CONST Boolean type=kotlin.Boolean value='true' condition: CONST Boolean type=kotlin.Boolean value=true
body: BLOCK type=kotlin.Unit origin=null body: BLOCK type=kotlin.Unit origin=null
WHILE label=INNER origin=WHILE_LOOP WHILE label=INNER origin=WHILE_LOOP
condition: CONST Boolean type=kotlin.Boolean value='true' condition: CONST Boolean type=kotlin.Boolean value=true
body: BLOCK type=kotlin.Unit origin=null body: BLOCK type=kotlin.Unit origin=null
CONTINUE label=INNER loop.label=INNER CONTINUE label=INNER loop.label=INNER
CONTINUE label=OUTER loop.label=OUTER CONTINUE label=OUTER loop.label=OUTER
CONTINUE label=OUTER loop.label=OUTER CONTINUE label=OUTER loop.label=OUTER
FUN public fun test3(): kotlin.Unit FUN name:test3 visibility:public modality:FINAL <> () returnType:Unit flags:
BLOCK_BODY BLOCK_BODY
WHILE label=L origin=WHILE_LOOP WHILE label=L origin=WHILE_LOOP
condition: CONST Boolean type=kotlin.Boolean value='true' condition: CONST Boolean type=kotlin.Boolean value=true
body: BLOCK type=kotlin.Unit origin=null body: BLOCK type=kotlin.Unit origin=null
WHILE label=L origin=WHILE_LOOP WHILE label=L origin=WHILE_LOOP
condition: CONST Boolean type=kotlin.Boolean value='true' condition: CONST Boolean type=kotlin.Boolean value=true
body: BLOCK type=kotlin.Unit origin=null body: BLOCK type=kotlin.Unit origin=null
BREAK label=L loop.label=L BREAK label=L loop.label=L
BREAK label=L loop.label=L BREAK label=L loop.label=L
WHILE label=L origin=WHILE_LOOP WHILE label=L origin=WHILE_LOOP
condition: CONST Boolean type=kotlin.Boolean value='true' condition: CONST Boolean type=kotlin.Boolean value=true
body: BLOCK type=kotlin.Unit origin=null body: BLOCK type=kotlin.Unit origin=null
WHILE label=L origin=WHILE_LOOP WHILE label=L origin=WHILE_LOOP
condition: CONST Boolean type=kotlin.Boolean value='true' condition: CONST Boolean type=kotlin.Boolean value=true
body: BLOCK type=kotlin.Unit origin=null body: BLOCK type=kotlin.Unit origin=null
CONTINUE label=L loop.label=L CONTINUE label=L loop.label=L
CONTINUE label=L loop.label=L CONTINUE label=L loop.label=L
@@ -1,104 +1,104 @@
FILE /breakContinueInLoopHeader.kt FILE fqName:<root> fileName:/breakContinueInLoopHeader.kt
FUN public fun test1(c: kotlin.Boolean?): kotlin.Unit FUN name:test1 visibility:public modality:FINAL <> (c:kotlin.Boolean?) returnType:Unit flags:
VALUE_PARAMETER value-parameter c: kotlin.Boolean? VALUE_PARAMETER name:c index:0 type:kotlin.Boolean? flags:
BLOCK_BODY BLOCK_BODY
WHILE label=L origin=WHILE_LOOP WHILE label=L origin=WHILE_LOOP
condition: CONST Boolean type=kotlin.Boolean value='true' condition: CONST Boolean type=kotlin.Boolean value=true
body: BLOCK type=kotlin.Unit origin=null body: BLOCK type=kotlin.Unit origin=null
WHILE label=L2 origin=WHILE_LOOP WHILE label=L2 origin=WHILE_LOOP
condition: BLOCK type=kotlin.Boolean origin=ELVIS condition: BLOCK type=kotlin.Boolean origin=ELVIS
VAR IR_TEMPORARY_VARIABLE val tmp0_elvis_lhs: kotlin.Boolean? VAR IR_TEMPORARY_VARIABLE name:tmp0_elvis_lhs type:kotlin.Boolean? flags:val
GET_VAR 'value-parameter c: Boolean?' type=kotlin.Boolean? origin=null GET_VAR 'value-parameter c: Boolean?' type=kotlin.Boolean? origin=null
WHEN type=kotlin.Boolean origin=null WHEN type=kotlin.Boolean origin=null
BRANCH BRANCH
if: CALL 'EQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQ if: CALL 'EQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQ
arg0: GET_VAR 'tmp0_elvis_lhs: Boolean?' type=kotlin.Boolean? origin=null arg0: GET_VAR 'tmp0_elvis_lhs: Boolean?' type=kotlin.Boolean? origin=null
arg1: CONST Null type=kotlin.Nothing? value='null' arg1: CONST Null type=kotlin.Nothing? value=null
then: BREAK label=null loop.label=L then: BREAK label=null loop.label=L
BRANCH BRANCH
if: CONST Boolean type=kotlin.Boolean value='true' if: CONST Boolean type=kotlin.Boolean value=true
then: GET_VAR 'tmp0_elvis_lhs: Boolean?' type=kotlin.Boolean? origin=null then: GET_VAR 'tmp0_elvis_lhs: Boolean?' type=kotlin.Boolean? origin=null
FUN public fun test2(c: kotlin.Boolean?): kotlin.Unit FUN name:test2 visibility:public modality:FINAL <> (c:kotlin.Boolean?) returnType:Unit flags:
VALUE_PARAMETER value-parameter c: kotlin.Boolean? VALUE_PARAMETER name:c index:0 type:kotlin.Boolean? flags:
BLOCK_BODY BLOCK_BODY
WHILE label=L origin=WHILE_LOOP WHILE label=L origin=WHILE_LOOP
condition: CONST Boolean type=kotlin.Boolean value='true' condition: CONST Boolean type=kotlin.Boolean value=true
body: BLOCK type=kotlin.Unit origin=null body: BLOCK type=kotlin.Unit origin=null
WHILE label=L2 origin=WHILE_LOOP WHILE label=L2 origin=WHILE_LOOP
condition: BLOCK type=kotlin.Boolean origin=ELVIS condition: BLOCK type=kotlin.Boolean origin=ELVIS
VAR IR_TEMPORARY_VARIABLE val tmp0_elvis_lhs: kotlin.Boolean? VAR IR_TEMPORARY_VARIABLE name:tmp0_elvis_lhs type:kotlin.Boolean? flags:val
GET_VAR 'value-parameter c: Boolean?' type=kotlin.Boolean? origin=null GET_VAR 'value-parameter c: Boolean?' type=kotlin.Boolean? origin=null
WHEN type=kotlin.Boolean origin=null WHEN type=kotlin.Boolean origin=null
BRANCH BRANCH
if: CALL 'EQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQ if: CALL 'EQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQ
arg0: GET_VAR 'tmp0_elvis_lhs: Boolean?' type=kotlin.Boolean? origin=null arg0: GET_VAR 'tmp0_elvis_lhs: Boolean?' type=kotlin.Boolean? origin=null
arg1: CONST Null type=kotlin.Nothing? value='null' arg1: CONST Null type=kotlin.Nothing? value=null
then: CONTINUE label=null loop.label=L then: CONTINUE label=null loop.label=L
BRANCH BRANCH
if: CONST Boolean type=kotlin.Boolean value='true' if: CONST Boolean type=kotlin.Boolean value=true
then: GET_VAR 'tmp0_elvis_lhs: Boolean?' type=kotlin.Boolean? origin=null then: GET_VAR 'tmp0_elvis_lhs: Boolean?' type=kotlin.Boolean? origin=null
FUN public fun test3(ss: kotlin.collections.List<kotlin.String>?): kotlin.Unit FUN name:test3 visibility:public modality:FINAL <> (ss:kotlin.collections.List<kotlin.String>?) returnType:Unit flags:
VALUE_PARAMETER value-parameter ss: kotlin.collections.List<kotlin.String>? VALUE_PARAMETER name:ss index:0 type:kotlin.collections.List<kotlin.String>? flags:
BLOCK_BODY BLOCK_BODY
WHILE label=L origin=WHILE_LOOP WHILE label=L origin=WHILE_LOOP
condition: CONST Boolean type=kotlin.Boolean value='true' condition: CONST Boolean type=kotlin.Boolean value=true
body: BLOCK type=kotlin.Unit origin=null body: BLOCK type=kotlin.Unit origin=null
BLOCK type=kotlin.Unit origin=FOR_LOOP BLOCK type=kotlin.Unit origin=FOR_LOOP
VAR FOR_LOOP_ITERATOR val tmp1_iterator: kotlin.collections.Iterator<kotlin.String> VAR FOR_LOOP_ITERATOR name:tmp1_iterator type:kotlin.collections.Iterator<kotlin.String> flags:val
CALL 'iterator(): Iterator<String>' type=kotlin.collections.Iterator<kotlin.String> origin=FOR_LOOP_ITERATOR CALL 'iterator(): Iterator<String>' type=kotlin.collections.Iterator<kotlin.String> origin=FOR_LOOP_ITERATOR
$this: BLOCK type=kotlin.collections.List<kotlin.String> origin=ELVIS $this: BLOCK type=kotlin.collections.List<kotlin.String> origin=ELVIS
VAR IR_TEMPORARY_VARIABLE val tmp0_elvis_lhs: kotlin.collections.List<kotlin.String>? VAR IR_TEMPORARY_VARIABLE name:tmp0_elvis_lhs type:kotlin.collections.List<kotlin.String>? flags:val
GET_VAR 'value-parameter ss: List<String>?' type=kotlin.collections.List<kotlin.String>? origin=null GET_VAR 'value-parameter ss: List<String>?' type=kotlin.collections.List<kotlin.String>? origin=null
WHEN type=kotlin.collections.List<kotlin.String> origin=null WHEN type=kotlin.collections.List<kotlin.String> origin=null
BRANCH BRANCH
if: CALL 'EQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQ if: CALL 'EQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQ
arg0: GET_VAR 'tmp0_elvis_lhs: List<String>?' type=kotlin.collections.List<kotlin.String>? origin=null arg0: GET_VAR 'tmp0_elvis_lhs: List<String>?' type=kotlin.collections.List<kotlin.String>? origin=null
arg1: CONST Null type=kotlin.Nothing? value='null' arg1: CONST Null type=kotlin.Nothing? value=null
then: CONTINUE label=null loop.label=L then: CONTINUE label=null loop.label=L
BRANCH BRANCH
if: CONST Boolean type=kotlin.Boolean value='true' if: CONST Boolean type=kotlin.Boolean value=true
then: GET_VAR 'tmp0_elvis_lhs: List<String>?' type=kotlin.collections.List<kotlin.String>? origin=null then: GET_VAR 'tmp0_elvis_lhs: List<String>?' type=kotlin.collections.List<kotlin.String>? origin=null
WHILE label=L2 origin=FOR_LOOP_INNER_WHILE WHILE label=L2 origin=FOR_LOOP_INNER_WHILE
condition: CALL 'hasNext(): Boolean' type=kotlin.Boolean origin=FOR_LOOP_HAS_NEXT condition: CALL 'hasNext(): Boolean' type=kotlin.Boolean origin=FOR_LOOP_HAS_NEXT
$this: GET_VAR 'tmp1_iterator: Iterator<String>' type=kotlin.collections.Iterator<kotlin.String> origin=null $this: GET_VAR 'tmp1_iterator: Iterator<String>' type=kotlin.collections.Iterator<kotlin.String> origin=null
body: BLOCK type=kotlin.Unit origin=FOR_LOOP_INNER_WHILE body: BLOCK type=kotlin.Unit origin=FOR_LOOP_INNER_WHILE
VAR FOR_LOOP_VARIABLE val s: kotlin.String VAR FOR_LOOP_VARIABLE name:s type:kotlin.String flags:val
CALL 'next(): String' type=kotlin.String origin=FOR_LOOP_NEXT CALL 'next(): String' type=kotlin.String origin=FOR_LOOP_NEXT
$this: GET_VAR 'tmp1_iterator: Iterator<String>' type=kotlin.collections.Iterator<kotlin.String> origin=null $this: GET_VAR 'tmp1_iterator: Iterator<String>' type=kotlin.collections.Iterator<kotlin.String> origin=null
FUN public fun test4(ss: kotlin.collections.List<kotlin.String>?): kotlin.Unit FUN name:test4 visibility:public modality:FINAL <> (ss:kotlin.collections.List<kotlin.String>?) returnType:Unit flags:
VALUE_PARAMETER value-parameter ss: kotlin.collections.List<kotlin.String>? VALUE_PARAMETER name:ss index:0 type:kotlin.collections.List<kotlin.String>? flags:
BLOCK_BODY BLOCK_BODY
WHILE label=L origin=WHILE_LOOP WHILE label=L origin=WHILE_LOOP
condition: CONST Boolean type=kotlin.Boolean value='true' condition: CONST Boolean type=kotlin.Boolean value=true
body: BLOCK type=kotlin.Unit origin=null body: BLOCK type=kotlin.Unit origin=null
BLOCK type=kotlin.Unit origin=FOR_LOOP BLOCK type=kotlin.Unit origin=FOR_LOOP
VAR FOR_LOOP_ITERATOR val tmp1_iterator: kotlin.collections.Iterator<kotlin.String> VAR FOR_LOOP_ITERATOR name:tmp1_iterator type:kotlin.collections.Iterator<kotlin.String> flags:val
CALL 'iterator(): Iterator<String>' type=kotlin.collections.Iterator<kotlin.String> origin=FOR_LOOP_ITERATOR CALL 'iterator(): Iterator<String>' type=kotlin.collections.Iterator<kotlin.String> origin=FOR_LOOP_ITERATOR
$this: BLOCK type=kotlin.collections.List<kotlin.String> origin=ELVIS $this: BLOCK type=kotlin.collections.List<kotlin.String> origin=ELVIS
VAR IR_TEMPORARY_VARIABLE val tmp0_elvis_lhs: kotlin.collections.List<kotlin.String>? VAR IR_TEMPORARY_VARIABLE name:tmp0_elvis_lhs type:kotlin.collections.List<kotlin.String>? flags:val
GET_VAR 'value-parameter ss: List<String>?' type=kotlin.collections.List<kotlin.String>? origin=null GET_VAR 'value-parameter ss: List<String>?' type=kotlin.collections.List<kotlin.String>? origin=null
WHEN type=kotlin.collections.List<kotlin.String> origin=null WHEN type=kotlin.collections.List<kotlin.String> origin=null
BRANCH BRANCH
if: CALL 'EQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQ if: CALL 'EQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQ
arg0: GET_VAR 'tmp0_elvis_lhs: List<String>?' type=kotlin.collections.List<kotlin.String>? origin=null arg0: GET_VAR 'tmp0_elvis_lhs: List<String>?' type=kotlin.collections.List<kotlin.String>? origin=null
arg1: CONST Null type=kotlin.Nothing? value='null' arg1: CONST Null type=kotlin.Nothing? value=null
then: BREAK label=null loop.label=L then: BREAK label=null loop.label=L
BRANCH BRANCH
if: CONST Boolean type=kotlin.Boolean value='true' if: CONST Boolean type=kotlin.Boolean value=true
then: GET_VAR 'tmp0_elvis_lhs: List<String>?' type=kotlin.collections.List<kotlin.String>? origin=null then: GET_VAR 'tmp0_elvis_lhs: List<String>?' type=kotlin.collections.List<kotlin.String>? origin=null
WHILE label=L2 origin=FOR_LOOP_INNER_WHILE WHILE label=L2 origin=FOR_LOOP_INNER_WHILE
condition: CALL 'hasNext(): Boolean' type=kotlin.Boolean origin=FOR_LOOP_HAS_NEXT condition: CALL 'hasNext(): Boolean' type=kotlin.Boolean origin=FOR_LOOP_HAS_NEXT
$this: GET_VAR 'tmp1_iterator: Iterator<String>' type=kotlin.collections.Iterator<kotlin.String> origin=null $this: GET_VAR 'tmp1_iterator: Iterator<String>' type=kotlin.collections.Iterator<kotlin.String> origin=null
body: BLOCK type=kotlin.Unit origin=FOR_LOOP_INNER_WHILE body: BLOCK type=kotlin.Unit origin=FOR_LOOP_INNER_WHILE
VAR FOR_LOOP_VARIABLE val s: kotlin.String VAR FOR_LOOP_VARIABLE name:s type:kotlin.String flags:val
CALL 'next(): String' type=kotlin.String origin=FOR_LOOP_NEXT CALL 'next(): String' type=kotlin.String origin=FOR_LOOP_NEXT
$this: GET_VAR 'tmp1_iterator: Iterator<String>' type=kotlin.collections.Iterator<kotlin.String> origin=null $this: GET_VAR 'tmp1_iterator: Iterator<String>' type=kotlin.collections.Iterator<kotlin.String> origin=null
FUN public fun test5(): kotlin.Unit FUN name:test5 visibility:public modality:FINAL <> () returnType:Unit flags:
BLOCK_BODY BLOCK_BODY
VAR var i: kotlin.Int VAR name:i type:kotlin.Int flags:var
CONST Int type=kotlin.Int value='0' CONST Int type=kotlin.Int value=0
WHILE label=Outer origin=WHILE_LOOP WHILE label=Outer origin=WHILE_LOOP
condition: CONST Boolean type=kotlin.Boolean value='true' condition: CONST Boolean type=kotlin.Boolean value=true
body: BLOCK type=kotlin.Unit origin=null body: BLOCK type=kotlin.Unit origin=null
TYPE_OP type=kotlin.Unit origin=IMPLICIT_COERCION_TO_UNIT typeOperand=kotlin.Unit TYPE_OP type=kotlin.Unit origin=IMPLICIT_COERCION_TO_UNIT typeOperand=kotlin.Unit
BLOCK type=kotlin.Int origin=PREFIX_INCR BLOCK type=kotlin.Int origin=PREFIX_INCR
@@ -106,8 +106,8 @@ FILE /breakContinueInLoopHeader.kt
CALL 'inc(): Int' type=kotlin.Int origin=PREFIX_INCR CALL 'inc(): Int' type=kotlin.Int origin=PREFIX_INCR
$this: GET_VAR 'i: Int' type=kotlin.Int origin=PREFIX_INCR $this: GET_VAR 'i: Int' type=kotlin.Int origin=PREFIX_INCR
GET_VAR 'i: Int' type=kotlin.Int origin=PREFIX_INCR GET_VAR 'i: Int' type=kotlin.Int origin=PREFIX_INCR
VAR var j: kotlin.Int VAR name:j type:kotlin.Int flags:var
CONST Int type=kotlin.Int value='0' CONST Int type=kotlin.Int value=0
BLOCK type=kotlin.Unit origin=null BLOCK type=kotlin.Unit origin=null
DO_WHILE label=Inner origin=DO_WHILE_LOOP DO_WHILE label=Inner origin=DO_WHILE_LOOP
body: COMPOSITE type=kotlin.Unit origin=null body: COMPOSITE type=kotlin.Unit origin=null
@@ -122,14 +122,15 @@ FILE /breakContinueInLoopHeader.kt
if: CALL 'GTEQ0(Int): Boolean' type=kotlin.Boolean origin=GTEQ if: CALL 'GTEQ0(Int): Boolean' type=kotlin.Boolean origin=GTEQ
arg0: CALL 'compareTo(Int): Int' type=kotlin.Int origin=GTEQ arg0: CALL 'compareTo(Int): Int' type=kotlin.Int origin=GTEQ
$this: GET_VAR 'j: Int' type=kotlin.Int origin=null $this: GET_VAR 'j: Int' type=kotlin.Int origin=null
other: CONST Int type=kotlin.Int value='3' other: CONST Int type=kotlin.Int value=3
then: CONST Boolean type=kotlin.Boolean value='false' then: CONST Boolean type=kotlin.Boolean value=false
BRANCH BRANCH
if: CONST Boolean type=kotlin.Boolean value='true' if: CONST Boolean type=kotlin.Boolean value=true
then: BREAK label=null loop.label=Inner then: BREAK label=null loop.label=Inner
WHEN type=kotlin.Unit origin=null WHEN type=kotlin.Unit origin=null
BRANCH BRANCH
if: CALL 'EQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQ if: CALL 'EQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQ
arg0: GET_VAR 'i: Int' type=kotlin.Int origin=null arg0: GET_VAR 'i: Int' type=kotlin.Int origin=null
arg1: CONST Int type=kotlin.Int value='3' arg1: CONST Int type=kotlin.Int value=3
then: BREAK label=null loop.label=Outer then: BREAK label=null loop.label=Outer
@@ -1,41 +1,41 @@
FILE /callWithReorderedArguments.kt FILE fqName:<root> fileName:/callWithReorderedArguments.kt
FUN public fun foo(a: kotlin.Int, b: kotlin.Int): kotlin.Unit FUN name:foo visibility:public modality:FINAL <> (a:kotlin.Int, b:kotlin.Int) returnType:Unit flags:
VALUE_PARAMETER value-parameter a: kotlin.Int VALUE_PARAMETER name:a index:0 type:kotlin.Int flags:
VALUE_PARAMETER value-parameter b: kotlin.Int VALUE_PARAMETER name:b index:1 type:kotlin.Int flags:
BLOCK_BODY BLOCK_BODY
FUN public fun noReorder1(): kotlin.Int FUN name:noReorder1 visibility:public modality:FINAL <> () returnType:Int flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='noReorder1(): Int' RETURN type=kotlin.Nothing from=noReorder1(): Int'
CONST Int type=kotlin.Int value='1' CONST Int type=kotlin.Int value=1
FUN public fun noReorder2(): kotlin.Int FUN name:noReorder2 visibility:public modality:FINAL <> () returnType:Int flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='noReorder2(): Int' RETURN type=kotlin.Nothing from=noReorder2(): Int'
CONST Int type=kotlin.Int value='2' CONST Int type=kotlin.Int value=2
FUN public fun reordered1(): kotlin.Int FUN name:reordered1 visibility:public modality:FINAL <> () returnType:Int flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='reordered1(): Int' RETURN type=kotlin.Nothing from=reordered1(): Int'
CONST Int type=kotlin.Int value='1' CONST Int type=kotlin.Int value=1
FUN public fun reordered2(): kotlin.Int FUN name:reordered2 visibility:public modality:FINAL <> () returnType:Int flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='reordered2(): Int' RETURN type=kotlin.Nothing from=reordered2(): Int'
CONST Int type=kotlin.Int value='2' CONST Int type=kotlin.Int value=2
FUN public fun test(): kotlin.Unit FUN name:test visibility:public modality:FINAL <> () returnType:Unit flags:
BLOCK_BODY BLOCK_BODY
CALL 'foo(Int, Int): Unit' type=kotlin.Unit origin=null CALL 'foo(Int, Int): Unit' type=kotlin.Unit origin=null
a: CALL 'noReorder1(): Int' type=kotlin.Int origin=null a: CALL 'noReorder1(): Int' type=kotlin.Int origin=null
b: CALL 'noReorder2(): Int' type=kotlin.Int origin=null b: CALL 'noReorder2(): Int' type=kotlin.Int origin=null
BLOCK type=kotlin.Unit origin=ARGUMENTS_REORDERING_FOR_CALL BLOCK type=kotlin.Unit origin=ARGUMENTS_REORDERING_FOR_CALL
VAR IR_TEMPORARY_VARIABLE val tmp0_b: kotlin.Int VAR IR_TEMPORARY_VARIABLE name:tmp0_b type:kotlin.Int flags:val
CALL 'reordered1(): Int' type=kotlin.Int origin=null CALL 'reordered1(): Int' type=kotlin.Int origin=null
VAR IR_TEMPORARY_VARIABLE val tmp1_a: kotlin.Int VAR IR_TEMPORARY_VARIABLE name:tmp1_a type:kotlin.Int flags:val
CALL 'reordered2(): Int' type=kotlin.Int origin=null CALL 'reordered2(): Int' type=kotlin.Int origin=null
CALL 'foo(Int, Int): Unit' type=kotlin.Unit origin=null CALL 'foo(Int, Int): Unit' type=kotlin.Unit origin=null
a: GET_VAR 'tmp1_a: Int' type=kotlin.Int origin=null a: GET_VAR 'tmp1_a: Int' type=kotlin.Int origin=null
b: GET_VAR 'tmp0_b: Int' type=kotlin.Int origin=null b: GET_VAR 'tmp0_b: Int' type=kotlin.Int origin=null
BLOCK type=kotlin.Unit origin=ARGUMENTS_REORDERING_FOR_CALL BLOCK type=kotlin.Unit origin=ARGUMENTS_REORDERING_FOR_CALL
VAR IR_TEMPORARY_VARIABLE val tmp2_b: kotlin.Int VAR IR_TEMPORARY_VARIABLE name:tmp2_b type:kotlin.Int flags:val
CONST Int type=kotlin.Int value='1' CONST Int type=kotlin.Int value=1
VAR IR_TEMPORARY_VARIABLE val tmp3_a: kotlin.Int VAR IR_TEMPORARY_VARIABLE name:tmp3_a type:kotlin.Int flags:val
CALL 'reordered2(): Int' type=kotlin.Int origin=null CALL 'reordered2(): Int' type=kotlin.Int origin=null
CALL 'foo(Int, Int): Unit' type=kotlin.Unit origin=null CALL 'foo(Int, Int): Unit' type=kotlin.Unit origin=null
a: GET_VAR 'tmp3_a: Int' type=kotlin.Int origin=null a: GET_VAR 'tmp3_a: Int' type=kotlin.Int origin=null
@@ -1,44 +1,45 @@
FILE /callableRefToGenericMember.kt FILE fqName:<root> fileName:/callableRefToGenericMember.kt
CLASS CLASS A CLASS CLASS name:A modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@A: A<T> $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:A<T> flags:
TYPE_PARAMETER <T> TYPE_PARAMETER name:T index:0 variance: upperBounds:[kotlin.Any?]
CONSTRUCTOR public constructor A<T>() CONSTRUCTOR visibility:public <> () returnType:A<T> flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='A' INSTANCE_INITIALIZER_CALL classDescriptor='A'
FUN public final fun foo(): kotlin.Unit FUN name:foo visibility:public modality:FINAL <> ($this:A<T>) returnType:Unit flags:
$this: VALUE_PARAMETER this@A: A<T> $this: VALUE_PARAMETER name:<this> type:A<T> flags:
BLOCK_BODY BLOCK_BODY
PROPERTY public final val bar: kotlin.Int = 42 PROPERTY name:bar type:kotlin.Int visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public final val bar: kotlin.Int = 42 FIELD PROPERTY_BACKING_FIELD name:bar type:kotlin.Int visibility:public
EXPRESSION_BODY EXPRESSION_BODY
CONST Int type=kotlin.Int value='42' CONST Int type=kotlin.Int value=42
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-bar>(): kotlin.Int FUN DEFAULT_PROPERTY_ACCESSOR name:<get-bar> visibility:public modality:FINAL <> ($this:A<T>) returnType:Int flags:
$this: VALUE_PARAMETER this@A: A<T> $this: VALUE_PARAMETER name:<this> type:A<T> flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-bar>(): Int' RETURN type=kotlin.Nothing from=<get-bar>(): Int'
GET_FIELD 'bar: Int' type=kotlin.Int origin=null GET_FIELD 'bar: Int' type=kotlin.Int origin=null
receiver: GET_VAR 'this@A: A<T>' type=A<T> origin=null receiver: GET_VAR 'this@A: A<T>' type=A<T> origin=null
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
PROPERTY public val test1: kotlin.reflect.KFunction1<A<kotlin.String>, kotlin.Unit> PROPERTY name:test1 type:kotlin.reflect.KFunction1<A<kotlin.String>, kotlin.Unit> visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public val test1: kotlin.reflect.KFunction1<A<kotlin.String>, kotlin.Unit> FIELD PROPERTY_BACKING_FIELD name:test1 type:kotlin.reflect.KFunction1<A<kotlin.String>, kotlin.Unit> visibility:public
EXPRESSION_BODY EXPRESSION_BODY
FUNCTION_REFERENCE 'foo(): Unit' type=kotlin.reflect.KFunction1<A<kotlin.String>, kotlin.Unit> origin=null FUNCTION_REFERENCE 'foo(): Unit' type=kotlin.reflect.KFunction1<A<kotlin.String>, kotlin.Unit> origin=null
FUN DEFAULT_PROPERTY_ACCESSOR public fun <get-test1>(): kotlin.reflect.KFunction1<A<kotlin.String>, kotlin.Unit> FUN DEFAULT_PROPERTY_ACCESSOR name:<get-test1> visibility:public modality:FINAL <> () returnType:KFunction1<A<String>, Unit> flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-test1>(): KFunction1<A<String>, Unit>' RETURN type=kotlin.Nothing from=<get-test1>(): KFunction1<A<String>, Unit>'
GET_FIELD 'test1: KFunction1<A<String>, Unit>' type=kotlin.reflect.KFunction1<A<kotlin.String>, kotlin.Unit> origin=null GET_FIELD 'test1: KFunction1<A<String>, Unit>' type=kotlin.reflect.KFunction1<A<kotlin.String>, kotlin.Unit> origin=null
PROPERTY public val test2: kotlin.reflect.KProperty1<A<kotlin.String>, kotlin.Int> PROPERTY name:test2 type:kotlin.reflect.KProperty1<A<kotlin.String>, kotlin.Int> visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public val test2: kotlin.reflect.KProperty1<A<kotlin.String>, kotlin.Int> FIELD PROPERTY_BACKING_FIELD name:test2 type:kotlin.reflect.KProperty1<A<kotlin.String>, kotlin.Int> visibility:public
EXPRESSION_BODY EXPRESSION_BODY
PROPERTY_REFERENCE 'bar: Int' field=null getter='<get-bar>(): Int' setter=null type=kotlin.reflect.KProperty1<A<kotlin.String>, kotlin.Int> origin=null PROPERTY_REFERENCE 'bar: Int' field=null getter='<get-bar>(): Int' setter=null type=kotlin.reflect.KProperty1<A<kotlin.String>, kotlin.Int> origin=null
FUN DEFAULT_PROPERTY_ACCESSOR public fun <get-test2>(): kotlin.reflect.KProperty1<A<kotlin.String>, kotlin.Int> FUN DEFAULT_PROPERTY_ACCESSOR name:<get-test2> visibility:public modality:FINAL <> () returnType:KProperty1<A<String>, Int> flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-test2>(): KProperty1<A<String>, Int>' RETURN type=kotlin.Nothing from=<get-test2>(): KProperty1<A<String>, Int>'
GET_FIELD 'test2: KProperty1<A<String>, Int>' type=kotlin.reflect.KProperty1<A<kotlin.String>, kotlin.Int> origin=null GET_FIELD 'test2: KProperty1<A<String>, Int>' type=kotlin.reflect.KProperty1<A<kotlin.String>, kotlin.Int> origin=null
@@ -1,65 +1,66 @@
FILE /callableReferenceToImportedFromObject.kt FILE fqName:test fileName:/callableReferenceToImportedFromObject.kt
CLASS OBJECT Foo CLASS OBJECT name:Foo modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@Foo: Foo $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:test.Foo flags:
CONSTRUCTOR private constructor Foo() CONSTRUCTOR visibility:private <> () returnType:test.Foo flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='Foo' INSTANCE_INITIALIZER_CALL classDescriptor='Foo'
PROPERTY public final val a: kotlin.String = "" PROPERTY name:a type:kotlin.String visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public final val a: kotlin.String = "" FIELD PROPERTY_BACKING_FIELD name:a type:kotlin.String visibility:public
EXPRESSION_BODY EXPRESSION_BODY
CONST String type=kotlin.String value='' CONST String type=kotlin.String value=
FUN DEFAULT_PROPERTY_ACCESSOR public final fun <get-a>(): kotlin.String FUN DEFAULT_PROPERTY_ACCESSOR name:<get-a> visibility:public modality:FINAL <> ($this:test.Foo) returnType:String flags:
$this: VALUE_PARAMETER this@Foo: Foo $this: VALUE_PARAMETER name:<this> type:test.Foo flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-a>(): String' RETURN type=kotlin.Nothing from=<get-a>(): String'
GET_FIELD 'a: String' type=kotlin.String origin=null GET_FIELD 'a: String' type=kotlin.String origin=null
receiver: GET_VAR 'this@Foo: Foo' type=test.Foo origin=null receiver: GET_VAR 'this@Foo: Foo' type=test.Foo origin=null
FUN public final fun foo(): kotlin.String FUN name:foo visibility:public modality:FINAL <> ($this:test.Foo) returnType:String flags:
$this: VALUE_PARAMETER this@Foo: Foo $this: VALUE_PARAMETER name:<this> type:test.Foo flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='foo(): String' RETURN type=kotlin.Nothing from=foo(): String'
CONST String type=kotlin.String value='' CONST String type=kotlin.String value=
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
PROPERTY public val test1: kotlin.reflect.KProperty0<kotlin.String> PROPERTY name:test1 type:kotlin.reflect.KProperty0<kotlin.String> visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public val test1: kotlin.reflect.KProperty0<kotlin.String> FIELD PROPERTY_BACKING_FIELD name:test1 type:kotlin.reflect.KProperty0<kotlin.String> visibility:public
EXPRESSION_BODY EXPRESSION_BODY
PROPERTY_REFERENCE 'a: String' field=null getter='<get-a>(): String' setter=null type=kotlin.reflect.KProperty0<kotlin.String> origin=null PROPERTY_REFERENCE 'a: String' field=null getter='<get-a>(): String' setter=null type=kotlin.reflect.KProperty0<kotlin.String> origin=null
$this: GET_OBJECT 'Foo' type=test.Foo $this: GET_OBJECT 'Foo' type=test.Foo
FUN DEFAULT_PROPERTY_ACCESSOR public fun <get-test1>(): kotlin.reflect.KProperty0<kotlin.String> FUN DEFAULT_PROPERTY_ACCESSOR name:<get-test1> visibility:public modality:FINAL <> () returnType:KProperty0<String> flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-test1>(): KProperty0<String>' RETURN type=kotlin.Nothing from=<get-test1>(): KProperty0<String>'
GET_FIELD 'test1: KProperty0<String>' type=kotlin.reflect.KProperty0<kotlin.String> origin=null GET_FIELD 'test1: KProperty0<String>' type=kotlin.reflect.KProperty0<kotlin.String> origin=null
PROPERTY public val test1a: kotlin.reflect.KProperty0<kotlin.String> PROPERTY name:test1a type:kotlin.reflect.KProperty0<kotlin.String> visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public val test1a: kotlin.reflect.KProperty0<kotlin.String> FIELD PROPERTY_BACKING_FIELD name:test1a type:kotlin.reflect.KProperty0<kotlin.String> visibility:public
EXPRESSION_BODY EXPRESSION_BODY
PROPERTY_REFERENCE 'a: String' field=null getter='<get-a>(): String' setter=null type=kotlin.reflect.KProperty0<kotlin.String> origin=null PROPERTY_REFERENCE 'a: String' field=null getter='<get-a>(): String' setter=null type=kotlin.reflect.KProperty0<kotlin.String> origin=null
$this: GET_OBJECT 'Foo' type=test.Foo $this: GET_OBJECT 'Foo' type=test.Foo
FUN DEFAULT_PROPERTY_ACCESSOR public fun <get-test1a>(): kotlin.reflect.KProperty0<kotlin.String> FUN DEFAULT_PROPERTY_ACCESSOR name:<get-test1a> visibility:public modality:FINAL <> () returnType:KProperty0<String> flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-test1a>(): KProperty0<String>' RETURN type=kotlin.Nothing from=<get-test1a>(): KProperty0<String>'
GET_FIELD 'test1a: KProperty0<String>' type=kotlin.reflect.KProperty0<kotlin.String> origin=null GET_FIELD 'test1a: KProperty0<String>' type=kotlin.reflect.KProperty0<kotlin.String> origin=null
PROPERTY public val test2: kotlin.reflect.KFunction0<kotlin.String> PROPERTY name:test2 type:kotlin.reflect.KFunction0<kotlin.String> visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public val test2: kotlin.reflect.KFunction0<kotlin.String> FIELD PROPERTY_BACKING_FIELD name:test2 type:kotlin.reflect.KFunction0<kotlin.String> visibility:public
EXPRESSION_BODY EXPRESSION_BODY
FUNCTION_REFERENCE 'foo(): String' type=kotlin.reflect.KFunction0<kotlin.String> origin=null FUNCTION_REFERENCE 'foo(): String' type=kotlin.reflect.KFunction0<kotlin.String> origin=null
$this: GET_OBJECT 'Foo' type=test.Foo $this: GET_OBJECT 'Foo' type=test.Foo
FUN DEFAULT_PROPERTY_ACCESSOR public fun <get-test2>(): kotlin.reflect.KFunction0<kotlin.String> FUN DEFAULT_PROPERTY_ACCESSOR name:<get-test2> visibility:public modality:FINAL <> () returnType:KFunction0<String> flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-test2>(): KFunction0<String>' RETURN type=kotlin.Nothing from=<get-test2>(): KFunction0<String>'
GET_FIELD 'test2: KFunction0<String>' type=kotlin.reflect.KFunction0<kotlin.String> origin=null GET_FIELD 'test2: KFunction0<String>' type=kotlin.reflect.KFunction0<kotlin.String> origin=null
PROPERTY public val test2a: kotlin.reflect.KFunction0<kotlin.String> PROPERTY name:test2a type:kotlin.reflect.KFunction0<kotlin.String> visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD public val test2a: kotlin.reflect.KFunction0<kotlin.String> FIELD PROPERTY_BACKING_FIELD name:test2a type:kotlin.reflect.KFunction0<kotlin.String> visibility:public
EXPRESSION_BODY EXPRESSION_BODY
FUNCTION_REFERENCE 'foo(): String' type=kotlin.reflect.KFunction0<kotlin.String> origin=null FUNCTION_REFERENCE 'foo(): String' type=kotlin.reflect.KFunction0<kotlin.String> origin=null
$this: GET_OBJECT 'Foo' type=test.Foo $this: GET_OBJECT 'Foo' type=test.Foo
FUN DEFAULT_PROPERTY_ACCESSOR public fun <get-test2a>(): kotlin.reflect.KFunction0<kotlin.String> FUN DEFAULT_PROPERTY_ACCESSOR name:<get-test2a> visibility:public modality:FINAL <> () returnType:KFunction0<String> flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='<get-test2a>(): KFunction0<String>' RETURN type=kotlin.Nothing from=<get-test2a>(): KFunction0<String>'
GET_FIELD 'test2a: KFunction0<String>' type=kotlin.reflect.KFunction0<kotlin.String> origin=null GET_FIELD 'test2a: KFunction0<String>' type=kotlin.reflect.KFunction0<kotlin.String> origin=null
+23 -23
View File
@@ -1,44 +1,44 @@
FILE /calls.kt FILE fqName:<root> fileName:/calls.kt
FUN public fun foo(x: kotlin.Int, y: kotlin.Int): kotlin.Int FUN name:foo visibility:public modality:FINAL <> (x:kotlin.Int, y:kotlin.Int) returnType:Int flags:
VALUE_PARAMETER value-parameter x: kotlin.Int VALUE_PARAMETER name:x index:0 type:kotlin.Int flags:
VALUE_PARAMETER value-parameter y: kotlin.Int VALUE_PARAMETER name:y index:1 type:kotlin.Int flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='foo(Int, Int): Int' RETURN type=kotlin.Nothing from=foo(Int, Int): Int'
GET_VAR 'value-parameter x: Int' type=kotlin.Int origin=null GET_VAR 'value-parameter x: Int' type=kotlin.Int origin=null
FUN public fun bar(x: kotlin.Int): kotlin.Int FUN name:bar visibility:public modality:FINAL <> (x:kotlin.Int) returnType:Int flags:
VALUE_PARAMETER value-parameter x: kotlin.Int VALUE_PARAMETER name:x index:0 type:kotlin.Int flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='bar(Int): Int' RETURN type=kotlin.Nothing from=bar(Int): Int'
CALL 'foo(Int, Int): Int' type=kotlin.Int origin=null CALL 'foo(Int, Int): Int' type=kotlin.Int origin=null
x: GET_VAR 'value-parameter x: Int' type=kotlin.Int origin=null x: GET_VAR 'value-parameter x: Int' type=kotlin.Int origin=null
y: CONST Int type=kotlin.Int value='1' y: CONST Int type=kotlin.Int value=1
FUN public fun qux(x: kotlin.Int): kotlin.Int FUN name:qux visibility:public modality:FINAL <> (x:kotlin.Int) returnType:Int flags:
VALUE_PARAMETER value-parameter x: kotlin.Int VALUE_PARAMETER name:x index:0 type:kotlin.Int flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='qux(Int): Int' RETURN type=kotlin.Nothing from=qux(Int): Int'
CALL 'foo(Int, Int): Int' type=kotlin.Int origin=null CALL 'foo(Int, Int): Int' type=kotlin.Int origin=null
x: CALL 'foo(Int, Int): Int' type=kotlin.Int origin=null x: CALL 'foo(Int, Int): Int' type=kotlin.Int origin=null
x: GET_VAR 'value-parameter x: Int' type=kotlin.Int origin=null x: GET_VAR 'value-parameter x: Int' type=kotlin.Int origin=null
y: GET_VAR 'value-parameter x: Int' type=kotlin.Int origin=null y: GET_VAR 'value-parameter x: Int' type=kotlin.Int origin=null
y: GET_VAR 'value-parameter x: Int' type=kotlin.Int origin=null y: GET_VAR 'value-parameter x: Int' type=kotlin.Int origin=null
FUN public fun kotlin.Int.ext1(): kotlin.Int FUN name:ext1 visibility:public modality:FINAL <> ($receiver:kotlin.Int) returnType:Int flags:
$receiver: VALUE_PARAMETER this@ext1: Int $receiver: VALUE_PARAMETER name:<this> type:kotlin.Int flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='ext1() on Int: Int' RETURN type=kotlin.Nothing from=ext1() on Int: Int'
GET_VAR 'this@ext1: Int' type=kotlin.Int origin=null GET_VAR 'this@ext1: Int' type=kotlin.Int origin=null
FUN public fun kotlin.Int.ext2(x: kotlin.Int): kotlin.Int FUN name:ext2 visibility:public modality:FINAL <> ($receiver:kotlin.Int, x:kotlin.Int) returnType:Int flags:
$receiver: VALUE_PARAMETER this@ext2: Int $receiver: VALUE_PARAMETER name:<this> type:kotlin.Int flags:
VALUE_PARAMETER value-parameter x: kotlin.Int VALUE_PARAMETER name:x index:0 type:kotlin.Int flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='ext2(Int) on Int: Int' RETURN type=kotlin.Nothing from=ext2(Int) on Int: Int'
CALL 'foo(Int, Int): Int' type=kotlin.Int origin=null CALL 'foo(Int, Int): Int' type=kotlin.Int origin=null
x: GET_VAR 'this@ext2: Int' type=kotlin.Int origin=null x: GET_VAR 'this@ext2: Int' type=kotlin.Int origin=null
y: GET_VAR 'value-parameter x: Int' type=kotlin.Int origin=null y: GET_VAR 'value-parameter x: Int' type=kotlin.Int origin=null
FUN public fun kotlin.Int.ext3(x: kotlin.Int): kotlin.Int FUN name:ext3 visibility:public modality:FINAL <> ($receiver:kotlin.Int, x:kotlin.Int) returnType:Int flags:
$receiver: VALUE_PARAMETER this@ext3: Int $receiver: VALUE_PARAMETER name:<this> type:kotlin.Int flags:
VALUE_PARAMETER value-parameter x: kotlin.Int VALUE_PARAMETER name:x index:0 type:kotlin.Int flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='ext3(Int) on Int: Int' RETURN type=kotlin.Nothing from=ext3(Int) on Int: Int'
CALL 'foo(Int, Int): Int' type=kotlin.Int origin=null CALL 'foo(Int, Int): Int' type=kotlin.Int origin=null
x: CALL 'ext1() on Int: Int' type=kotlin.Int origin=null x: CALL 'ext1() on Int: Int' type=kotlin.Int origin=null
$receiver: GET_VAR 'this@ext3: Int' type=kotlin.Int origin=null $receiver: GET_VAR 'this@ext3: Int' type=kotlin.Int origin=null
@@ -1,14 +1,14 @@
FILE /catchParameterAccess.kt FILE fqName:<root> fileName:/catchParameterAccess.kt
FUN public fun test(f: () -> kotlin.Unit): kotlin.Unit FUN name:test visibility:public modality:FINAL <> (f:() -> kotlin.Unit) returnType:Unit flags:
VALUE_PARAMETER value-parameter f: () -> kotlin.Unit VALUE_PARAMETER name:f index:0 type:() -> kotlin.Unit flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='test(() -> Unit): Unit' RETURN type=kotlin.Nothing from=test(() -> Unit): Unit'
TRY type=kotlin.Unit TRY type=kotlin.Unit
try: BLOCK type=kotlin.Unit origin=null try: BLOCK type=kotlin.Unit origin=null
CALL 'invoke(): Unit' type=kotlin.Unit origin=INVOKE CALL 'invoke(): Unit' type=kotlin.Unit origin=INVOKE
$this: GET_VAR 'value-parameter f: () -> Unit' type=() -> kotlin.Unit origin=VARIABLE_AS_FUNCTION $this: GET_VAR 'value-parameter f: () -> Unit' type=() -> kotlin.Unit origin=VARIABLE_AS_FUNCTION
CATCH parameter=e: Exception /* = Exception */ CATCH parameter=e: Exception /* = Exception */
VAR CATCH_PARAMETER val e: kotlin.Exception /* = java.lang.Exception */ VAR CATCH_PARAMETER name:e type:kotlin.Exception /* = java.lang.Exception */ flags:val
BLOCK type=kotlin.Nothing origin=null BLOCK type=kotlin.Nothing origin=null
THROW type=kotlin.Nothing THROW type=kotlin.Nothing
GET_VAR 'e: Exception /* = Exception */' type=kotlin.Exception /* = java.lang.Exception */ origin=null GET_VAR 'e: Exception /* = Exception */' type=kotlin.Exception /* = java.lang.Exception */ origin=null
+36 -36
View File
@@ -1,78 +1,78 @@
FILE /chainOfSafeCalls.kt FILE fqName:<root> fileName:/chainOfSafeCalls.kt
CLASS CLASS C CLASS CLASS name:C modality:FINAL visibility:public flags:
$this: VALUE_PARAMETER this@C: C $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:C flags:
CONSTRUCTOR public constructor C() CONSTRUCTOR visibility:public <> () returnType:C flags:
BLOCK_BODY BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'constructor Any()' DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
INSTANCE_INITIALIZER_CALL classDescriptor='C' INSTANCE_INITIALIZER_CALL classDescriptor='C'
FUN public final fun foo(): C FUN name:foo visibility:public modality:FINAL <> ($this:C) returnType:C flags:
$this: VALUE_PARAMETER this@C: C $this: VALUE_PARAMETER name:<this> type:C flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='foo(): C' RETURN type=kotlin.Nothing from=foo(): C'
GET_VAR 'this@C: C' type=C origin=null GET_VAR 'this@C: C' type=C origin=null
FUN public final fun bar(): C? FUN name:bar visibility:public modality:FINAL <> ($this:C) returnType:C? flags:
$this: VALUE_PARAMETER this@C: C $this: VALUE_PARAMETER name:<this> type:C flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='bar(): C?' RETURN type=kotlin.Nothing from=bar(): C?'
GET_VAR 'this@C: C' type=C origin=null GET_VAR 'this@C: C' type=C origin=null
FUN FAKE_OVERRIDE public open override fun equals(other: kotlin.Any?): kotlin.Boolean FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER value-parameter other: kotlin.Any? VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
FUN FAKE_OVERRIDE public open override fun hashCode(): kotlin.Int FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE public open override fun toString(): kotlin.String FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER this@Any: Any $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN public fun test(nc: C?): C? FUN name:test visibility:public modality:FINAL <> (nc:C?) returnType:C? flags:
VALUE_PARAMETER value-parameter nc: C? VALUE_PARAMETER name:nc index:0 type:C? flags:
BLOCK_BODY BLOCK_BODY
RETURN type=kotlin.Nothing from='test(C?): C?' RETURN type=kotlin.Nothing from=test(C?): C?'
BLOCK type=C? origin=SAFE_CALL BLOCK type=C? origin=SAFE_CALL
VAR IR_TEMPORARY_VARIABLE val tmp3_safe_receiver: C? VAR IR_TEMPORARY_VARIABLE name:tmp3_safe_receiver type:C? flags:val
BLOCK type=C? origin=SAFE_CALL BLOCK type=C? origin=SAFE_CALL
VAR IR_TEMPORARY_VARIABLE val tmp2_safe_receiver: C? VAR IR_TEMPORARY_VARIABLE name:tmp2_safe_receiver type:C? flags:val
BLOCK type=C? origin=SAFE_CALL BLOCK type=C? origin=SAFE_CALL
VAR IR_TEMPORARY_VARIABLE val tmp1_safe_receiver: C? VAR IR_TEMPORARY_VARIABLE name:tmp1_safe_receiver type:C? flags:val
BLOCK type=C? origin=SAFE_CALL BLOCK type=C? origin=SAFE_CALL
VAR IR_TEMPORARY_VARIABLE val tmp0_safe_receiver: C? VAR IR_TEMPORARY_VARIABLE name:tmp0_safe_receiver type:C? flags:val
GET_VAR 'value-parameter nc: C?' type=C? origin=null GET_VAR 'value-parameter nc: C?' type=C? origin=null
WHEN type=C? origin=SAFE_CALL WHEN type=C? origin=SAFE_CALL
BRANCH BRANCH
if: CALL 'EQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQ if: CALL 'EQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQ
arg0: GET_VAR 'tmp0_safe_receiver: C?' type=C? origin=null arg0: GET_VAR 'tmp0_safe_receiver: C?' type=C? origin=null
arg1: CONST Null type=kotlin.Nothing? value='null' arg1: CONST Null type=kotlin.Nothing? value=null
then: CONST Null type=kotlin.Nothing? value='null' then: CONST Null type=kotlin.Nothing? value=null
BRANCH BRANCH
if: CONST Boolean type=kotlin.Boolean value='true' if: CONST Boolean type=kotlin.Boolean value=true
then: CALL 'foo(): C' type=C origin=null then: CALL 'foo(): C' type=C origin=null
$this: GET_VAR 'tmp0_safe_receiver: C?' type=C? origin=null $this: GET_VAR 'tmp0_safe_receiver: C?' type=C? origin=null
WHEN type=C? origin=SAFE_CALL WHEN type=C? origin=SAFE_CALL
BRANCH BRANCH
if: CALL 'EQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQ if: CALL 'EQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQ
arg0: GET_VAR 'tmp1_safe_receiver: C?' type=C? origin=null arg0: GET_VAR 'tmp1_safe_receiver: C?' type=C? origin=null
arg1: CONST Null type=kotlin.Nothing? value='null' arg1: CONST Null type=kotlin.Nothing? value=null
then: CONST Null type=kotlin.Nothing? value='null' then: CONST Null type=kotlin.Nothing? value=null
BRANCH BRANCH
if: CONST Boolean type=kotlin.Boolean value='true' if: CONST Boolean type=kotlin.Boolean value=true
then: CALL 'bar(): C?' type=C? origin=null then: CALL 'bar(): C?' type=C? origin=null
$this: GET_VAR 'tmp1_safe_receiver: C?' type=C? origin=null $this: GET_VAR 'tmp1_safe_receiver: C?' type=C? origin=null
WHEN type=C? origin=SAFE_CALL WHEN type=C? origin=SAFE_CALL
BRANCH BRANCH
if: CALL 'EQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQ if: CALL 'EQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQ
arg0: GET_VAR 'tmp2_safe_receiver: C?' type=C? origin=null arg0: GET_VAR 'tmp2_safe_receiver: C?' type=C? origin=null
arg1: CONST Null type=kotlin.Nothing? value='null' arg1: CONST Null type=kotlin.Nothing? value=null
then: CONST Null type=kotlin.Nothing? value='null' then: CONST Null type=kotlin.Nothing? value=null
BRANCH BRANCH
if: CONST Boolean type=kotlin.Boolean value='true' if: CONST Boolean type=kotlin.Boolean value=true
then: CALL 'foo(): C' type=C origin=null then: CALL 'foo(): C' type=C origin=null
$this: GET_VAR 'tmp2_safe_receiver: C?' type=C? origin=null $this: GET_VAR 'tmp2_safe_receiver: C?' type=C? origin=null
WHEN type=C? origin=SAFE_CALL WHEN type=C? origin=SAFE_CALL
BRANCH BRANCH
if: CALL 'EQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQ if: CALL 'EQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQ
arg0: GET_VAR 'tmp3_safe_receiver: C?' type=C? origin=null arg0: GET_VAR 'tmp3_safe_receiver: C?' type=C? origin=null
arg1: CONST Null type=kotlin.Nothing? value='null' arg1: CONST Null type=kotlin.Nothing? value=null
then: CONST Null type=kotlin.Nothing? value='null' then: CONST Null type=kotlin.Nothing? value=null
BRANCH BRANCH
if: CONST Boolean type=kotlin.Boolean value='true' if: CONST Boolean type=kotlin.Boolean value=true
then: CALL 'foo(): C' type=C origin=null then: CALL 'foo(): C' type=C origin=null
$this: GET_VAR 'tmp3_safe_receiver: C?' type=C? origin=null $this: GET_VAR 'tmp3_safe_receiver: C?' type=C? origin=null

Some files were not shown because too many files have changed in this diff Show More