Minor: add missing "'"

This commit is contained in:
Dmitry Petrov
2018-01-16 16:49:03 +03:00
parent bba8168150
commit 6cb68531ae
156 changed files with 683 additions and 682 deletions
@@ -9,6 +9,6 @@ FILE fqName:<root> fileName:/catchParameterInTopLevelProperty.kt
BLOCK type=kotlin.Unit origin=null
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-test> visibility:public modality:FINAL <> () returnType:Unit flags:
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
@@ -12,14 +12,14 @@ FILE fqName:<root> fileName:/classLevelProperties.kt
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-test1> visibility:public modality:FINAL <> ($this:C) returnType:Int flags:
$this: VALUE_PARAMETER name:<this> type:C flags:
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
receiver: GET_VAR 'this@C: C' type=C origin=null
PROPERTY name:test2 type:kotlin.Int visibility:public modality:FINAL flags:val
FUN name:<get-test2> visibility:public modality:FINAL <> ($this:C) returnType:Int flags:
$this: VALUE_PARAMETER name:<this> type:C flags:
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
PROPERTY name:test3 type:kotlin.Int visibility:public modality:FINAL flags:var
FIELD PROPERTY_BACKING_FIELD name:test3 type:kotlin.Int visibility:public
@@ -28,7 +28,7 @@ FILE fqName:<root> fileName:/classLevelProperties.kt
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-test3> visibility:public modality:FINAL <> ($this:C) returnType:Int flags:
$this: VALUE_PARAMETER name:<this> type:C flags:
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
receiver: GET_VAR 'this@C: C' type=C origin=null
FUN DEFAULT_PROPERTY_ACCESSOR name:<set-test3> visibility:public modality:FINAL <> ($this:C, <set-?>:kotlin.Int) returnType:Unit flags:
@@ -45,7 +45,7 @@ FILE fqName:<root> fileName:/classLevelProperties.kt
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-test4> visibility:public modality:FINAL <> ($this:C) returnType:Int flags:
$this: VALUE_PARAMETER name:<this> type:C flags:
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
receiver: GET_VAR 'this@C: C' type=C origin=null
FUN name:<set-test4> visibility:public modality:FINAL <> ($this:C, value:kotlin.Int) returnType:Unit flags:
@@ -62,7 +62,7 @@ FILE fqName:<root> fileName:/classLevelProperties.kt
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-test5> visibility:public modality:FINAL <> ($this:C) returnType:Int flags:
$this: VALUE_PARAMETER name:<this> type:C flags:
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
receiver: GET_VAR 'this@C: C' type=C origin=null
FUN name:<set-test5> visibility:private modality:FINAL <> ($this:C, <set-?>:kotlin.Int) returnType:Unit flags:
@@ -79,7 +79,7 @@ FILE fqName:<root> fileName:/classLevelProperties.kt
FUN name:<get-test6> visibility:public modality:FINAL <> ($this:C) returnType:Int flags:
$this: VALUE_PARAMETER name:<this> type:C flags:
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
receiver: GET_VAR 'this@C: C' type=C origin=null
PROPERTY name:test7 type:kotlin.Int visibility:public modality:FINAL flags:delegatedmval
@@ -90,13 +90,13 @@ FILE fqName:<root> fileName:/classLevelProperties.kt
initializer: BLOCK type=() -> kotlin.Int origin=LAMBDA
FUN LOCAL_FUNCTION_FOR_LAMBDA name:<anonymous> visibility:local modality:FINAL <> () returnType:Int flags:
BLOCK_BODY
RETURN type=kotlin.Nothing from=<anonymous>(): Int'
RETURN type=kotlin.Nothing from='<anonymous>(): Int'
CONST Int type=kotlin.Int value=42
FUNCTION_REFERENCE '<anonymous>(): Int' type=() -> kotlin.Int origin=LAMBDA
FUN DELEGATED_PROPERTY_ACCESSOR name:<get-test7> visibility:public modality:FINAL <> ($this:C) returnType:Int flags:
$this: VALUE_PARAMETER name:<this> type:C flags:
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
<T>: Int
$receiver: GET_FIELD '`test7$delegate`: Lazy<Int>' type=kotlin.Lazy<kotlin.Int> origin=null
@@ -112,7 +112,7 @@ FILE fqName:<root> fileName:/classLevelProperties.kt
FUN DELEGATED_PROPERTY_ACCESSOR name:<get-test8> visibility:public modality:FINAL <> ($this:C) returnType:Int flags:
$this: VALUE_PARAMETER name:<this> type:C flags:
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
<V>: Int
<V1 : V>: Int
@@ -124,7 +124,7 @@ FILE fqName:<root> fileName:/classLevelProperties.kt
$this: VALUE_PARAMETER name:<this> type:C flags:
VALUE_PARAMETER name:<set-?> index:0 type:kotlin.Int flags:
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
<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
@@ -7,12 +7,12 @@ FILE fqName:<root> fileName:/delegatedProperties.kt
initializer: BLOCK type=() -> kotlin.Int origin=LAMBDA
FUN LOCAL_FUNCTION_FOR_LAMBDA name:<anonymous> visibility:local modality:FINAL <> () returnType:Int flags:
BLOCK_BODY
RETURN type=kotlin.Nothing from=<anonymous>(): Int'
RETURN type=kotlin.Nothing from='<anonymous>(): Int'
CONST Int type=kotlin.Int value=42
FUNCTION_REFERENCE '<anonymous>(): Int' type=() -> kotlin.Int origin=LAMBDA
FUN DELEGATED_PROPERTY_ACCESSOR name:<get-test1> visibility:public modality:FINAL <> () returnType:Int flags:
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
<T>: Int
$receiver: GET_FIELD '`test1$delegate`: Lazy<Int>' type=kotlin.Lazy<kotlin.Int> origin=null
@@ -32,7 +32,7 @@ FILE fqName:<root> fileName:/delegatedProperties.kt
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-map> visibility:public modality:FINAL <> ($this:C) returnType:MutableMap<String, Any> flags:
$this: VALUE_PARAMETER name:<this> type:C flags:
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
receiver: GET_VAR 'this@C: C' type=C origin=null
PROPERTY name:test2 type:kotlin.Int visibility:public modality:FINAL flags:delegatedmval
@@ -43,13 +43,13 @@ FILE fqName:<root> fileName:/delegatedProperties.kt
initializer: BLOCK type=() -> kotlin.Int origin=LAMBDA
FUN LOCAL_FUNCTION_FOR_LAMBDA name:<anonymous> visibility:local modality:FINAL <> () returnType:Int flags:
BLOCK_BODY
RETURN type=kotlin.Nothing from=<anonymous>(): Int'
RETURN type=kotlin.Nothing from='<anonymous>(): Int'
CONST Int type=kotlin.Int value=42
FUNCTION_REFERENCE '<anonymous>(): Int' type=() -> kotlin.Int origin=LAMBDA
FUN DELEGATED_PROPERTY_ACCESSOR name:<get-test2> visibility:public modality:FINAL <> ($this:C) returnType:Int flags:
$this: VALUE_PARAMETER name:<this> type:C flags:
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
<T>: Int
$receiver: GET_FIELD '`test2$delegate`: Lazy<Int>' type=kotlin.Lazy<kotlin.Int> origin=null
@@ -64,7 +64,7 @@ FILE fqName:<root> fileName:/delegatedProperties.kt
FUN DELEGATED_PROPERTY_ACCESSOR name:<get-test3> visibility:public modality:FINAL <> ($this:C) returnType:Any flags:
$this: VALUE_PARAMETER name:<this> type:C flags:
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
<V>: Any
<V1 : V>: Any
@@ -76,7 +76,7 @@ FILE fqName:<root> fileName:/delegatedProperties.kt
$this: VALUE_PARAMETER name:<this> type:C flags:
VALUE_PARAMETER name:<set-?> index:0 type:kotlin.Any flags:
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
<V>: Any
$receiver: GET_FIELD '`test3$delegate`: MutableMap<String, Any>' type=kotlin.collections.MutableMap<kotlin.String, kotlin.Any> origin=null
@@ -99,7 +99,7 @@ FILE fqName:<root> fileName:/delegatedProperties.kt
<V>: Any
FUN DELEGATED_PROPERTY_ACCESSOR name:<get-test4> visibility:public modality:FINAL <> () returnType:Any flags:
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
<V>: Any
<V1 : V>: Any
@@ -109,7 +109,7 @@ FILE fqName:<root> fileName:/delegatedProperties.kt
FUN DELEGATED_PROPERTY_ACCESSOR name:<set-test4> visibility:public modality:FINAL <> (<set-?>:kotlin.Any) returnType:Unit flags:
VALUE_PARAMETER name:<set-?> index:0 type:kotlin.Any flags:
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
<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
@@ -47,3 +47,4 @@ FILE fqName:<root> fileName:/extensionProperties.kt
$this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
$this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
+1 -1
View File
@@ -55,7 +55,7 @@ FILE fqName:<root> fileName:/fakeOverrides.kt
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-bar> visibility:public modality:OPEN <> ($this:Test1) returnType:Int flags:
$this: VALUE_PARAMETER name:<this> type:Test1 flags:
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
receiver: GET_VAR 'this@Test1: Test1' type=Test1 origin=null
FUN FAKE_OVERRIDE name:foo visibility:public modality:FINAL <> ($this:CFoo<kotlin.String>, x:kotlin.String) returnType:Unit flags:
@@ -9,6 +9,6 @@ FILE fqName:<root> fileName:/fileWithAnnotations.kt
CONST Int type=kotlin.Int value=42
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-bar> visibility:public modality:FINAL <> () returnType:Int flags:
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
@@ -8,7 +8,7 @@ FILE fqName:<root> fileName:/interfaceProperties.kt
FUN name:<get-test2> visibility:public modality:OPEN <> ($this:C) returnType:Int flags:
$this: VALUE_PARAMETER name:<this> type:C flags:
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
PROPERTY name:test3 type:kotlin.Int visibility:public modality:ABSTRACT flags:var
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-test3> visibility:public modality:ABSTRACT <> ($this:C) returnType:Int flags:
@@ -20,7 +20,7 @@ FILE fqName:<root> fileName:/interfaceProperties.kt
FUN name:<get-test4> visibility:public modality:OPEN <> ($this:C) returnType:Int flags:
$this: VALUE_PARAMETER name:<this> type:C flags:
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
FUN name:<set-test4> visibility:public modality:OPEN <> ($this:C, value:kotlin.Int) returnType:Unit flags:
$this: VALUE_PARAMETER name:<this> type:C flags:
@@ -8,12 +8,12 @@ FILE fqName:<root> fileName:/localDelegatedProperties.kt
initializer: BLOCK type=() -> kotlin.Int origin=LAMBDA
FUN LOCAL_FUNCTION_FOR_LAMBDA name:<anonymous> visibility:local modality:FINAL <> () returnType:Int flags:
BLOCK_BODY
RETURN type=kotlin.Nothing from=<anonymous>(): Int'
RETURN type=kotlin.Nothing from='<anonymous>(): Int'
CONST Int type=kotlin.Int value=42
FUNCTION_REFERENCE '<anonymous>(): Int' type=() -> kotlin.Int origin=LAMBDA
FUN DELEGATED_PROPERTY_ACCESSOR name:<get-x> visibility:local modality:FINAL <> () returnType:Int flags:
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
<T>: Int
$receiver: GET_VAR '`x$delegate`: Lazy<Int>' type=kotlin.Lazy<kotlin.Int> origin=null
@@ -30,7 +30,7 @@ FILE fqName:<root> fileName:/localDelegatedProperties.kt
<V>: Int
FUN DELEGATED_PROPERTY_ACCESSOR name:<get-x> visibility:local modality:FINAL <> () returnType:Int flags:
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
<V>: Int
<V1 : V>: Int
@@ -40,7 +40,7 @@ FILE fqName:<root> fileName:/localDelegatedProperties.kt
FUN DELEGATED_PROPERTY_ACCESSOR name:<set-x> visibility:local modality:FINAL <> (value:kotlin.Int) returnType:Unit flags:
VALUE_PARAMETER name:value index:0 type:kotlin.Int flags:
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
<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
@@ -12,7 +12,7 @@ FILE fqName:<root> fileName:/localDelegatedPropertyWithSuspendOperators.kt
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-z> visibility:public modality:FINAL <> ($this:A) returnType:Int flags:
$this: VALUE_PARAMETER name:<this> type:A flags:
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
receiver: GET_VAR 'this@A: A' type=A origin=null
FUN DEFAULT_PROPERTY_ACCESSOR name:<set-z> visibility:public modality:FINAL <> ($this:A, <set-?>:kotlin.Int) returnType:Unit flags:
@@ -27,7 +27,7 @@ FILE fqName:<root> fileName:/localDelegatedPropertyWithSuspendOperators.kt
VALUE_PARAMETER name:thisRef index:0 type:kotlin.Any? flags:
VALUE_PARAMETER name:property index:1 type:kotlin.reflect.KProperty<*> flags:
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
$this: GET_VAR 'this@A: A' type=A origin=null
FUN name:setValue visibility:public modality:FINAL <> ($this:A, thisRef:kotlin.Any?, property:kotlin.reflect.KProperty<*>, value:kotlin.Int) returnType:Unit flags:suspend
@@ -36,7 +36,7 @@ FILE fqName:<root> fileName:/localDelegatedPropertyWithSuspendOperators.kt
VALUE_PARAMETER name:property index:1 type:kotlin.reflect.KProperty<*> flags:
VALUE_PARAMETER name:value index:2 type:kotlin.Int flags:
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
<T>: Unit
block: BLOCK type=(kotlin.coroutines.experimental.Continuation<kotlin.Unit>) -> kotlin.Any origin=LAMBDA
@@ -49,7 +49,7 @@ FILE fqName:<root> fileName:/localDelegatedPropertyWithSuspendOperators.kt
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
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
FUNCTION_REFERENCE '<anonymous>(Continuation<Unit>): Any' type=(kotlin.coroutines.experimental.Continuation<kotlin.Unit>) -> kotlin.Any origin=LAMBDA
FUN name:provideDelegate visibility:public modality:FINAL <> ($this:A, host:kotlin.Any?, p:kotlin.Any) returnType:A flags:suspend
@@ -57,7 +57,7 @@ FILE fqName:<root> fileName:/localDelegatedPropertyWithSuspendOperators.kt
VALUE_PARAMETER name:host index:0 type:kotlin.Any? flags:
VALUE_PARAMETER name:p index:1 type:kotlin.Any flags:
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
<T>: A
block: BLOCK type=(kotlin.coroutines.experimental.Continuation<A>) -> kotlin.Any origin=LAMBDA
@@ -67,7 +67,7 @@ FILE fqName:<root> fileName:/localDelegatedPropertyWithSuspendOperators.kt
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
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
FUNCTION_REFERENCE '<anonymous>(Continuation<A>): Any' type=(kotlin.coroutines.experimental.Continuation<A>) -> kotlin.Any origin=LAMBDA
FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
@@ -87,7 +87,7 @@ FILE fqName:<root> fileName:/localDelegatedPropertyWithSuspendOperators.kt
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 name:<get-testVal> visibility:local modality:FINAL <> () returnType:Int flags:suspend
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
$this: GET_VAR '`testVal$delegate`: A' type=A origin=null
thisRef: CONST Null type=kotlin.Nothing? value=null
@@ -100,7 +100,7 @@ FILE fqName:<root> fileName:/localDelegatedPropertyWithSuspendOperators.kt
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 name:<get-testVar> visibility:local modality:FINAL <> () returnType:Int flags:suspend
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
$this: GET_VAR '`testVar$delegate`: A' type=A origin=null
thisRef: CONST Null type=kotlin.Nothing? value=null
@@ -108,7 +108,7 @@ FILE fqName:<root> fileName:/localDelegatedPropertyWithSuspendOperators.kt
FUN DELEGATED_PROPERTY_ACCESSOR name:<set-testVar> visibility:local modality:FINAL <> (value:kotlin.Int) returnType:Unit flags:suspend
VALUE_PARAMETER name:value index:0 type:kotlin.Int flags:
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
$this: GET_VAR '`testVar$delegate`: A' type=A origin=null
thisRef: CONST Null type=kotlin.Nothing? value=null
@@ -5,12 +5,12 @@ FILE fqName:<root> fileName:/packageLevelProperties.kt
CONST Int type=kotlin.Int value=0
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-test1> visibility:public modality:FINAL <> () returnType:Int flags:
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
PROPERTY name:test2 type:kotlin.Int visibility:public modality:FINAL flags:val
FUN name:<get-test2> visibility:public modality:FINAL <> () returnType:Int flags:
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
PROPERTY name:test3 type:kotlin.Int visibility:public modality:FINAL flags:var
FIELD PROPERTY_BACKING_FIELD name:test3 type:kotlin.Int visibility:public
@@ -18,7 +18,7 @@ FILE fqName:<root> fileName:/packageLevelProperties.kt
CONST Int type=kotlin.Int value=0
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-test3> visibility:public modality:FINAL <> () returnType:Int flags:
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
FUN DEFAULT_PROPERTY_ACCESSOR name:<set-test3> visibility:public modality:FINAL <> (<set-?>:kotlin.Int) returnType:Unit flags:
VALUE_PARAMETER name:<set-?> index:0 type:kotlin.Int flags:
@@ -31,7 +31,7 @@ FILE fqName:<root> fileName:/packageLevelProperties.kt
CONST Int type=kotlin.Int value=1
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-test4> visibility:public modality:FINAL <> () returnType:Int flags:
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
FUN name:<set-test4> visibility:public modality:FINAL <> (value:kotlin.Int) returnType:Unit flags:
VALUE_PARAMETER name:value index:0 type:kotlin.Int flags:
@@ -44,7 +44,7 @@ FILE fqName:<root> fileName:/packageLevelProperties.kt
CONST Int type=kotlin.Int value=1
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-test5> visibility:public modality:FINAL <> () returnType:Int flags:
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
FUN name:<set-test5> visibility:private modality:FINAL <> (<set-?>:kotlin.Int) returnType:Unit flags:
VALUE_PARAMETER name:<set-?> index:0 type:kotlin.Int flags:
@@ -57,7 +57,7 @@ FILE fqName:<root> fileName:/packageLevelProperties.kt
CONST Int type=kotlin.Int value=1
FUN name:<get-test6> visibility:public modality:FINAL <> () returnType:Int flags:
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
PROPERTY name:test7 type:kotlin.Int visibility:public modality:FINAL flags:delegatedmval
FIELD DELEGATE name:test7$delegate type:kotlin.Lazy<kotlin.Int> visibility:private
@@ -67,12 +67,12 @@ FILE fqName:<root> fileName:/packageLevelProperties.kt
initializer: BLOCK type=() -> kotlin.Int origin=LAMBDA
FUN LOCAL_FUNCTION_FOR_LAMBDA name:<anonymous> visibility:local modality:FINAL <> () returnType:Int flags:
BLOCK_BODY
RETURN type=kotlin.Nothing from=<anonymous>(): Int'
RETURN type=kotlin.Nothing from='<anonymous>(): Int'
CONST Int type=kotlin.Int value=42
FUNCTION_REFERENCE '<anonymous>(): Int' type=() -> kotlin.Int origin=LAMBDA
FUN DELEGATED_PROPERTY_ACCESSOR name:<get-test7> visibility:public modality:FINAL <> () returnType:Int flags:
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
<T>: Int
$receiver: GET_FIELD '`test7$delegate`: Lazy<Int>' type=kotlin.Lazy<kotlin.Int> origin=null
@@ -86,7 +86,7 @@ FILE fqName:<root> fileName:/packageLevelProperties.kt
<V>: Int
FUN DELEGATED_PROPERTY_ACCESSOR name:<get-test8> visibility:public modality:FINAL <> () returnType:Int flags:
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
<V>: Int
<V1 : V>: Int
@@ -96,7 +96,7 @@ FILE fqName:<root> fileName:/packageLevelProperties.kt
FUN DELEGATED_PROPERTY_ACCESSOR name:<set-test8> visibility:public modality:FINAL <> (<set-?>:kotlin.Int) returnType:Unit flags:
VALUE_PARAMETER name:<set-?> index:0 type:kotlin.Int flags:
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
<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
@@ -16,7 +16,7 @@ FILE fqName:<root> fileName:/constructor.kt
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-x> visibility:public modality:FINAL <> ($this:Test1<T1, T2>) returnType:T1 flags:
$this: VALUE_PARAMETER name:<this> type:Test1<T1, T2> flags:
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
receiver: GET_VAR 'this@Test1: Test1<T1, T2>' type=Test1<T1, T2> origin=null
PROPERTY name:y type:T2 visibility:public modality:FINAL flags:val
@@ -26,7 +26,7 @@ FILE fqName:<root> fileName:/constructor.kt
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-y> visibility:public modality:FINAL <> ($this:Test1<T1, T2>) returnType:T2 flags:
$this: VALUE_PARAMETER name:<this> type:Test1<T1, T2> flags:
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
receiver: GET_VAR 'this@Test1: Test1<T1, T2>' type=Test1<T1, T2> origin=null
FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
@@ -51,7 +51,7 @@ FILE fqName:<root> fileName:/constructor.kt
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-y> visibility:public modality:FINAL <> ($this:Test2) returnType:String flags:
$this: VALUE_PARAMETER name:<this> type:Test2 flags:
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
receiver: GET_VAR 'this@Test2: Test2' type=Test2 origin=null
CLASS CLASS name:TestInner modality:FINAL visibility:public flags:
@@ -70,7 +70,7 @@ FILE fqName:<root> fileName:/constructor.kt
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-z> visibility:public modality:FINAL <> ($this:Test2.TestInner<Z>) returnType:Z flags:
$this: VALUE_PARAMETER name:<this> type:Test2.TestInner<Z> flags:
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
receiver: GET_VAR 'this@TestInner: TestInner<Z>' type=Test2.TestInner<Z> origin=null
CONSTRUCTOR visibility:public <> ($this:Test2, z:Z, i:kotlin.Int) returnType:Test2.TestInner<Z> flags:
@@ -113,7 +113,7 @@ FILE fqName:<root> fileName:/constructor.kt
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-x> visibility:public modality:FINAL <> ($this:Test3) returnType:Int flags:
$this: VALUE_PARAMETER name:<this> type:Test3 flags:
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
receiver: GET_VAR 'this@Test3: Test3' type=Test3 origin=null
PROPERTY name:y type:kotlin.String visibility:public modality:FINAL flags:val
@@ -123,7 +123,7 @@ FILE fqName:<root> fileName:/constructor.kt
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-y> visibility:public modality:FINAL <> ($this:Test3) returnType:String flags:
$this: VALUE_PARAMETER name:<this> type:Test3 flags:
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
receiver: GET_VAR 'this@Test3: Test3' type=Test3 origin=null
FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
@@ -148,7 +148,7 @@ FILE fqName:<root> fileName:/constructor.kt
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-x> visibility:public modality:FINAL <> ($this:Test4<T>) returnType:Int flags:
$this: VALUE_PARAMETER name:<this> type:Test4<T> flags:
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
receiver: GET_VAR 'this@Test4: Test4<T>' type=Test4<T> origin=null
CONSTRUCTOR visibility:public <> (x:kotlin.Int, y:kotlin.Int) returnType:Test4<T> flags:
@@ -17,7 +17,7 @@ FILE fqName:<root> fileName:/dataClassMembers.kt
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-x> visibility:public modality:FINAL <> ($this:Test<T>) returnType:T flags:
$this: VALUE_PARAMETER name:<this> type:Test<T> flags:
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
receiver: GET_VAR 'this@Test: Test<T>' type=Test<T> origin=null
PROPERTY name:y type:kotlin.String visibility:public modality:FINAL flags:val
@@ -27,19 +27,19 @@ FILE fqName:<root> fileName:/dataClassMembers.kt
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-y> visibility:public modality:FINAL <> ($this:Test<T>) returnType:String flags:
$this: VALUE_PARAMETER name:<this> type:Test<T> flags:
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
receiver: GET_VAR 'this@Test: Test<T>' type=Test<T> origin=null
FUN GENERATED_DATA_CLASS_MEMBER name:component1 visibility:public modality:FINAL <> ($this:Test<T>) returnType:T flags:
$this: VALUE_PARAMETER name:<this> type:Test<T> flags:
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
$this: GET_VAR 'this@Test: Test<T>' type=Test<T> origin=null
FUN GENERATED_DATA_CLASS_MEMBER name:component2 visibility:public modality:FINAL <> ($this:Test<T>) returnType:String flags:
$this: VALUE_PARAMETER name:<this> type:Test<T> flags:
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
$this: GET_VAR 'this@Test: Test<T>' type=Test<T> origin=null
FUN GENERATED_DATA_CLASS_MEMBER name:copy visibility:public modality:FINAL <> ($this:Test<T>, x:T, y:kotlin.String) returnType:Test<T> flags:
@@ -53,7 +53,7 @@ FILE fqName:<root> fileName:/dataClassMembers.kt
CALL '<get-y>(): String' type=kotlin.String origin=GET_PROPERTY
$this: GET_VAR 'this@Test: Test<T>' type=Test<T> origin=null
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
<T>: null
x: GET_VAR 'value-parameter x: T = ...' type=T origin=null
@@ -61,7 +61,7 @@ FILE fqName:<root> fileName:/dataClassMembers.kt
FUN GENERATED_DATA_CLASS_MEMBER name:toString visibility:public modality:OPEN <> ($this:Test<T>) returnType:String flags:
$this: VALUE_PARAMETER name:<this> type:Test<T> flags:
BLOCK_BODY
RETURN type=kotlin.Nothing from=toString(): String'
RETURN type=kotlin.Nothing from='toString(): String'
STRING_CONCATENATION type=kotlin.String
CONST String type=kotlin.String value=Test(
CONST String type=kotlin.String value=x=
@@ -101,7 +101,7 @@ FILE fqName:<root> fileName:/dataClassMembers.kt
other: CALL 'hashCode(): Int' type=kotlin.Int origin=null
$this: CALL '<get-y>(): String' type=kotlin.String origin=GET_PROPERTY
$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
FUN GENERATED_DATA_CLASS_MEMBER name:equals visibility:public modality:OPEN <> ($this:Test<T>, other:kotlin.Any?) returnType:Boolean flags:
$this: VALUE_PARAMETER name:<this> type:Test<T> flags:
@@ -112,13 +112,13 @@ FILE fqName:<root> fileName:/dataClassMembers.kt
if: CALL 'EQEQEQ(Any?, Any?): Boolean' type=kotlin.Boolean origin=EQEQEQ
arg0: GET_VAR 'this@Test: Test<T>' type=Test<T> 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
WHEN type=kotlin.Unit origin=null
BRANCH
if: TYPE_OP type=kotlin.Boolean origin=NOT_INSTANCEOF typeOperand=Test<T>
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
VAR IR_TEMPORARY_VARIABLE name:tmp0_other_with_cast type:Test<T> flags:val
TYPE_OP type=Test<T> origin=CAST typeOperand=Test<T>
@@ -131,7 +131,7 @@ FILE fqName:<root> fileName:/dataClassMembers.kt
$this: GET_VAR 'this@Test: Test<T>' type=Test<T> origin=null
arg1: CALL '<get-x>(): T' type=T origin=GET_PROPERTY
$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
WHEN type=kotlin.Unit origin=null
BRANCH
@@ -141,8 +141,8 @@ FILE fqName:<root> fileName:/dataClassMembers.kt
$this: GET_VAR 'this@Test: Test<T>' type=Test<T> origin=null
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
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
RETURN type=kotlin.Nothing from=equals(Any?): Boolean'
RETURN type=kotlin.Nothing from='equals(Any?): Boolean'
CONST Boolean type=kotlin.Boolean value=true
@@ -5,7 +5,7 @@ FILE fqName:<root> fileName:/defaultPropertyAccessors.kt
CONST Int type=kotlin.Int value=42
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-test1> visibility:public modality:FINAL <> () returnType:Int flags:
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
PROPERTY name:test2 type:kotlin.Int visibility:public modality:FINAL flags:var
FIELD PROPERTY_BACKING_FIELD name:test2 type:kotlin.Int visibility:public
@@ -13,7 +13,7 @@ FILE fqName:<root> fileName:/defaultPropertyAccessors.kt
CONST Int type=kotlin.Int value=42
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-test2> visibility:public modality:FINAL <> () returnType:Int flags:
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
FUN DEFAULT_PROPERTY_ACCESSOR name:<set-test2> visibility:public modality:FINAL <> (<set-?>:kotlin.Int) returnType:Unit flags:
VALUE_PARAMETER name:<set-?> index:0 type:kotlin.Int flags:
@@ -33,7 +33,7 @@ FILE fqName:<root> fileName:/defaultPropertyAccessors.kt
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-testMember1> visibility:public modality:FINAL <> ($this:Host) returnType:Int flags:
$this: VALUE_PARAMETER name:<this> type:Host flags:
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
receiver: GET_VAR 'this@Host: Host' type=Host origin=null
PROPERTY name:testMember2 type:kotlin.Int visibility:public modality:FINAL flags:var
@@ -43,7 +43,7 @@ FILE fqName:<root> fileName:/defaultPropertyAccessors.kt
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-testMember2> visibility:public modality:FINAL <> ($this:Host) returnType:Int flags:
$this: VALUE_PARAMETER name:<this> type:Host flags:
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
receiver: GET_VAR 'this@Host: Host' type=Host origin=null
FUN DEFAULT_PROPERTY_ACCESSOR name:<set-testMember2> visibility:public modality:FINAL <> ($this:Host, <set-?>:kotlin.Int) returnType:Unit flags:
@@ -78,7 +78,7 @@ FILE fqName:<root> fileName:/defaultPropertyAccessors.kt
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-testInPrimaryCtor1> visibility:public modality:FINAL <> ($this:InPrimaryCtor<T>) returnType:T flags:
$this: VALUE_PARAMETER name:<this> type:InPrimaryCtor<T> flags:
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
receiver: GET_VAR 'this@InPrimaryCtor: InPrimaryCtor<T>' type=InPrimaryCtor<T> origin=null
PROPERTY name:testInPrimaryCtor2 type:kotlin.Int visibility:public modality:FINAL flags:var
@@ -88,7 +88,7 @@ FILE fqName:<root> fileName:/defaultPropertyAccessors.kt
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-testInPrimaryCtor2> visibility:public modality:FINAL <> ($this:InPrimaryCtor<T>) returnType:Int flags:
$this: VALUE_PARAMETER name:<this> type:InPrimaryCtor<T> flags:
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
receiver: GET_VAR 'this@InPrimaryCtor: InPrimaryCtor<T>' type=InPrimaryCtor<T> origin=null
FUN DEFAULT_PROPERTY_ACCESSOR name:<set-testInPrimaryCtor2> visibility:public modality:FINAL <> ($this:InPrimaryCtor<T>, <set-?>:kotlin.Int) returnType:Unit flags:
@@ -56,7 +56,7 @@ FILE fqName:<root> fileName:/delegatedMembers.kt
FUN DELEGATED_MEMBER name:<get-bar> visibility:public modality:OPEN <> ($this:Test<TT>) returnType:Int flags:
$this: VALUE_PARAMETER name:<this> type:Test<TT> flags:
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
$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
@@ -6,12 +6,12 @@ FILE fqName:<root> fileName:/lambdas.kt
FUN LOCAL_FUNCTION_FOR_LAMBDA name:<anonymous> visibility:local modality:FINAL <> (it:kotlin.String) returnType:String flags:
VALUE_PARAMETER name:it index:0 type:kotlin.String flags:
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
FUNCTION_REFERENCE '<anonymous>(String): String' type=(kotlin.String) -> kotlin.String origin=LAMBDA
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-test1> visibility:public modality:FINAL <> () returnType:Function1<String, String> flags:
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
PROPERTY name:test2 type:kotlin.Any.(kotlin.Any) -> kotlin.Any visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD name:test2 type:kotlin.Any.(kotlin.Any) -> kotlin.Any visibility:public
@@ -21,13 +21,13 @@ FILE fqName:<root> fileName:/lambdas.kt
$receiver: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
VALUE_PARAMETER name:it index:0 type:kotlin.Any flags:
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
$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
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-test2> visibility:public modality:FINAL <> () returnType:[@kotlin.ExtensionFunctionType] Function2<Any, Any, Any> flags:
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
PROPERTY name:test3 type:(kotlin.Int, kotlin.Int) -> kotlin.Unit visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD name:test3 type:(kotlin.Int, kotlin.Int) -> kotlin.Unit visibility:public
@@ -37,12 +37,12 @@ FILE fqName:<root> fileName:/lambdas.kt
VALUE_PARAMETER name:i index:0 type:kotlin.Int flags:
VALUE_PARAMETER name:j index:1 type:kotlin.Int flags:
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
FUNCTION_REFERENCE '<anonymous>(Int, Int): Unit' type=(kotlin.Int, kotlin.Int) -> kotlin.Unit origin=LAMBDA
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-test3> visibility:public modality:FINAL <> () returnType:Function2<Int, Int, Unit> flags:
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
PROPERTY name:test4 type:(kotlin.Int, kotlin.Int) -> kotlin.Unit visibility:public modality:FINAL flags:val
FIELD PROPERTY_BACKING_FIELD name:test4 type:(kotlin.Int, kotlin.Int) -> kotlin.Unit visibility:public
@@ -55,6 +55,6 @@ FILE fqName:<root> fileName:/lambdas.kt
FUNCTION_REFERENCE '<no name provided>(Int, Int): Unit' type=(kotlin.Int, kotlin.Int) -> kotlin.Unit origin=ANONYMOUS_FUNCTION
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-test4> visibility:public modality:FINAL <> () returnType:Function2<Int, Int, Unit> flags:
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
@@ -2,12 +2,12 @@ FILE fqName:<root> fileName:/propertyAccessors.kt
PROPERTY name:test1 type:kotlin.Int visibility:public modality:FINAL flags:val
FUN name:<get-test1> visibility:public modality:FINAL <> () returnType:Int flags:
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
PROPERTY name:test2 type:kotlin.Int visibility:public modality:FINAL flags:var
FUN name:<get-test2> visibility:public modality:FINAL <> () returnType:Int flags:
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
FUN name:<set-test2> visibility:public modality:FINAL <> (value:kotlin.Int) returnType:Unit flags:
VALUE_PARAMETER name:value index:0 type:kotlin.Int flags:
@@ -16,13 +16,13 @@ FILE fqName:<root> fileName:/propertyAccessors.kt
FUN name:<get-testExt1> visibility:public modality:FINAL <> ($receiver:kotlin.String) returnType:Int flags:
$receiver: VALUE_PARAMETER name:<this> type:kotlin.String flags:
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
PROPERTY name:testExt2 type:kotlin.Int visibility:public modality:FINAL flags:var
FUN name:<get-testExt2> visibility:public modality:FINAL <> ($receiver:kotlin.String) returnType:Int flags:
$receiver: VALUE_PARAMETER name:<this> type:kotlin.String flags:
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
FUN name:<set-testExt2> visibility:public modality:FINAL <> ($receiver:kotlin.String, value:kotlin.Int) returnType:Unit flags:
$receiver: VALUE_PARAMETER name:<this> type:kotlin.String flags:
@@ -32,13 +32,13 @@ FILE fqName:<root> fileName:/propertyAccessors.kt
FUN name:<get-testExt3> visibility:public modality:FINAL <> ($receiver:T) returnType:Int flags:
$receiver: VALUE_PARAMETER name:<this> type:T flags:
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
PROPERTY name:testExt4 type:kotlin.Int visibility:public modality:FINAL flags:var
FUN name:<get-testExt4> visibility:public modality:FINAL <> ($receiver:T) returnType:Int flags:
$receiver: VALUE_PARAMETER name:<this> type:T flags:
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
FUN name:<set-testExt4> visibility:public modality:FINAL <> ($receiver:T, value:kotlin.Int) returnType:Unit flags:
$receiver: VALUE_PARAMETER name:<this> type:T flags:
@@ -55,13 +55,13 @@ FILE fqName:<root> fileName:/propertyAccessors.kt
FUN name:<get-testMem1> visibility:public modality:FINAL <> ($this:Host<T>) returnType:Int flags:
$this: VALUE_PARAMETER name:<this> type:Host<T> flags:
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
PROPERTY name:testMem2 type:kotlin.Int visibility:public modality:FINAL flags:var
FUN name:<get-testMem2> visibility:public modality:FINAL <> ($this:Host<T>) returnType:Int flags:
$this: VALUE_PARAMETER name:<this> type:Host<T> flags:
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
FUN name:<set-testMem2> visibility:public modality:FINAL <> ($this:Host<T>, value:kotlin.Int) returnType:Unit flags:
$this: VALUE_PARAMETER name:<this> type:Host<T> flags:
@@ -72,14 +72,14 @@ FILE fqName:<root> fileName:/propertyAccessors.kt
$this: VALUE_PARAMETER name:<this> type:Host<T> flags:
$receiver: VALUE_PARAMETER name:<this> type:kotlin.String flags:
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
PROPERTY name:testMemExt2 type:kotlin.Int visibility:public modality:FINAL flags:var
FUN name:<get-testMemExt2> visibility:public modality:FINAL <> ($this:Host<T>, $receiver:kotlin.String) returnType:Int flags:
$this: VALUE_PARAMETER name:<this> type:Host<T> flags:
$receiver: VALUE_PARAMETER name:<this> type:kotlin.String flags:
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
FUN name:<set-testMemExt2> visibility:public modality:FINAL <> ($this:Host<T>, $receiver:kotlin.String, value:kotlin.Int) returnType:Unit flags:
$this: VALUE_PARAMETER name:<this> type:Host<T> flags:
@@ -91,14 +91,14 @@ FILE fqName:<root> fileName:/propertyAccessors.kt
$this: VALUE_PARAMETER name:<this> type:Host<T> flags:
$receiver: VALUE_PARAMETER name:<this> type:TT flags:
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
PROPERTY name:testMemExt4 type:kotlin.Int visibility:public modality:FINAL flags:var
FUN name:<get-testMemExt4> visibility:public modality:FINAL <> ($this:Host<T>, $receiver:TT) returnType:Int flags:
$this: VALUE_PARAMETER name:<this> type:Host<T> flags:
$receiver: VALUE_PARAMETER name:<this> type:TT flags:
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
FUN name:<set-testMemExt4> visibility:public modality:FINAL <> ($this:Host<T>, $receiver:TT, value:kotlin.Int) returnType:Unit flags:
$this: VALUE_PARAMETER name:<this> type:Host<T> flags:
@@ -15,7 +15,7 @@ FILE fqName:<root> fileName:/primaryCtorDefaultArguments.kt
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-x> visibility:public modality:FINAL <> ($this:Test) returnType:Int flags:
$this: VALUE_PARAMETER name:<this> type:Test flags:
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
receiver: GET_VAR 'this@Test: Test' type=Test origin=null
FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
@@ -14,7 +14,7 @@ FILE fqName:<root> fileName:/primaryCtorProperties.kt
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-test1> visibility:public modality:FINAL <> ($this:C) returnType:Int flags:
$this: VALUE_PARAMETER name:<this> type:C flags:
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
receiver: GET_VAR 'this@C: C' type=C origin=null
PROPERTY name:test2 type:kotlin.Int visibility:public modality:FINAL flags:var
@@ -24,7 +24,7 @@ FILE fqName:<root> fileName:/primaryCtorProperties.kt
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-test2> visibility:public modality:FINAL <> ($this:C) returnType:Int flags:
$this: VALUE_PARAMETER name:<this> type:C flags:
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
receiver: GET_VAR 'this@C: C' type=C origin=null
FUN DEFAULT_PROPERTY_ACCESSOR name:<set-test2> visibility:public modality:FINAL <> ($this:C, <set-?>:kotlin.Int) returnType:Unit flags:
@@ -13,7 +13,7 @@ FILE fqName:<root> fileName:/differentReceivers.kt
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-value> visibility:public modality:FINAL <> ($this:MyClass) returnType:String flags:
$this: VALUE_PARAMETER name:<this> type:MyClass flags:
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
receiver: GET_VAR 'this@MyClass: MyClass' type=MyClass origin=null
FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
@@ -28,7 +28,7 @@ FILE fqName:<root> fileName:/differentReceivers.kt
VALUE_PARAMETER name:host index:0 type:kotlin.Any? flags:
VALUE_PARAMETER name:p index:1 type:kotlin.Any flags:
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
$this: GET_VAR 'this@provideDelegate: MyClass' type=MyClass origin=null
FUN name:getValue visibility:public modality:FINAL <> ($receiver:kotlin.String, receiver:kotlin.Any?, p:kotlin.Any) returnType:String flags:
@@ -36,7 +36,7 @@ FILE fqName:<root> fileName:/differentReceivers.kt
VALUE_PARAMETER name:receiver index:0 type:kotlin.Any? flags:
VALUE_PARAMETER name:p index:1 type:kotlin.Any flags:
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
PROPERTY name:testO type:kotlin.String visibility:public modality:FINAL flags:delegatedmval
FIELD DELEGATE name:testO$delegate type:kotlin.String visibility:private
@@ -48,7 +48,7 @@ FILE fqName:<root> fileName:/differentReceivers.kt
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 name:<get-testO> visibility:public modality:FINAL <> () returnType:String flags:
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
$receiver: GET_FIELD '`testO$delegate`: String' type=kotlin.String origin=null
receiver: CONST Null type=kotlin.Nothing? value=null
@@ -59,7 +59,7 @@ FILE fqName:<root> fileName:/differentReceivers.kt
CONST String type=kotlin.String value=K
FUN DELEGATED_PROPERTY_ACCESSOR name:<get-testK> visibility:public modality:FINAL <> () returnType:String flags:
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
$receiver: GET_FIELD '`testK$delegate`: String' type=kotlin.String origin=null
receiver: CONST Null type=kotlin.Nothing? value=null
@@ -72,6 +72,6 @@ FILE fqName:<root> fileName:/differentReceivers.kt
other: CALL '<get-testK>(): String' type=kotlin.String origin=GET_PROPERTY
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-testOK> visibility:public modality:FINAL <> () returnType:String flags:
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
@@ -13,7 +13,7 @@ FILE fqName:<root> fileName:/local.kt
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-value> visibility:public modality:FINAL <> ($this:Delegate) returnType:String flags:
$this: VALUE_PARAMETER name:<this> type:Delegate flags:
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
receiver: GET_VAR 'this@Delegate: Delegate' type=Delegate origin=null
FUN name:getValue visibility:public modality:FINAL <> ($this:Delegate, thisRef:kotlin.Any?, property:kotlin.Any?) returnType:String flags:
@@ -21,7 +21,7 @@ FILE fqName:<root> fileName:/local.kt
VALUE_PARAMETER name:thisRef index:0 type:kotlin.Any? flags:
VALUE_PARAMETER name:property index:1 type:kotlin.Any? flags:
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
$this: GET_VAR 'this@Delegate: Delegate' type=Delegate origin=null
FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
@@ -45,7 +45,7 @@ FILE fqName:<root> fileName:/local.kt
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-value> visibility:public modality:FINAL <> ($this:DelegateProvider) returnType:String flags:
$this: VALUE_PARAMETER name:<this> type:DelegateProvider flags:
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
receiver: GET_VAR 'this@DelegateProvider: DelegateProvider' type=DelegateProvider origin=null
FUN name:provideDelegate visibility:public modality:FINAL <> ($this:DelegateProvider, thisRef:kotlin.Any?, property:kotlin.Any?) returnType:Delegate flags:
@@ -53,7 +53,7 @@ FILE fqName:<root> fileName:/local.kt
VALUE_PARAMETER name:thisRef index:0 type:kotlin.Any? flags:
VALUE_PARAMETER name:property index:1 type:kotlin.Any? flags:
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
value: CALL '<get-value>(): String' type=kotlin.String origin=GET_PROPERTY
$this: GET_VAR 'this@DelegateProvider: DelegateProvider' type=DelegateProvider origin=null
@@ -75,7 +75,7 @@ FILE fqName:<root> fileName:/local.kt
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 name:<get-testMember> visibility:local modality:FINAL <> () returnType:String flags:
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
$this: GET_VAR '`testMember$delegate`: Delegate' type=Delegate origin=null
thisRef: CONST Null type=kotlin.Nothing? value=null
@@ -13,7 +13,7 @@ FILE fqName:<root> fileName:/localDifferentReceivers.kt
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-value> visibility:public modality:FINAL <> ($this:MyClass) returnType:String flags:
$this: VALUE_PARAMETER name:<this> type:MyClass flags:
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
receiver: GET_VAR 'this@MyClass: MyClass' type=MyClass origin=null
FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
@@ -28,7 +28,7 @@ FILE fqName:<root> fileName:/localDifferentReceivers.kt
VALUE_PARAMETER name:host index:0 type:kotlin.Any? flags:
VALUE_PARAMETER name:p index:1 type:kotlin.Any flags:
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
$this: GET_VAR 'this@provideDelegate: MyClass' type=MyClass origin=null
FUN name:getValue visibility:public modality:FINAL <> ($receiver:kotlin.String, receiver:kotlin.Any?, p:kotlin.Any) returnType:String flags:
@@ -36,7 +36,7 @@ FILE fqName:<root> fileName:/localDifferentReceivers.kt
VALUE_PARAMETER name:receiver index:0 type:kotlin.Any? flags:
VALUE_PARAMETER name:p index:1 type:kotlin.Any flags:
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
FUN name:box visibility:public modality:FINAL <> () returnType:String flags:
BLOCK_BODY
@@ -49,7 +49,7 @@ FILE fqName:<root> fileName:/localDifferentReceivers.kt
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 name:<get-testO> visibility:local modality:FINAL <> () returnType:String flags:
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
$receiver: GET_VAR '`testO$delegate`: String' type=kotlin.String origin=null
receiver: CONST Null type=kotlin.Nothing? value=null
@@ -59,7 +59,7 @@ FILE fqName:<root> fileName:/localDifferentReceivers.kt
CONST String type=kotlin.String value=K
FUN DELEGATED_PROPERTY_ACCESSOR name:<get-testK> visibility:local modality:FINAL <> () returnType:String flags:
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
$receiver: GET_VAR '`testK$delegate`: String' type=kotlin.String origin=null
receiver: CONST Null type=kotlin.Nothing? value=null
@@ -68,6 +68,6 @@ FILE fqName:<root> fileName:/localDifferentReceivers.kt
CALL 'plus(Any?): String' type=kotlin.String origin=PLUS
$this: CALL '<get-testO>(): 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
@@ -13,7 +13,7 @@ FILE fqName:<root> fileName:/member.kt
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-value> visibility:public modality:FINAL <> ($this:Delegate) returnType:String flags:
$this: VALUE_PARAMETER name:<this> type:Delegate flags:
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
receiver: GET_VAR 'this@Delegate: Delegate' type=Delegate origin=null
FUN name:getValue visibility:public modality:FINAL <> ($this:Delegate, thisRef:kotlin.Any?, property:kotlin.Any?) returnType:String flags:
@@ -21,7 +21,7 @@ FILE fqName:<root> fileName:/member.kt
VALUE_PARAMETER name:thisRef index:0 type:kotlin.Any? flags:
VALUE_PARAMETER name:property index:1 type:kotlin.Any? flags:
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
$this: GET_VAR 'this@Delegate: Delegate' type=Delegate origin=null
FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
@@ -45,7 +45,7 @@ FILE fqName:<root> fileName:/member.kt
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-value> visibility:public modality:FINAL <> ($this:DelegateProvider) returnType:String flags:
$this: VALUE_PARAMETER name:<this> type:DelegateProvider flags:
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
receiver: GET_VAR 'this@DelegateProvider: DelegateProvider' type=DelegateProvider origin=null
FUN name:provideDelegate visibility:public modality:FINAL <> ($this:DelegateProvider, thisRef:kotlin.Any?, property:kotlin.Any?) returnType:Delegate flags:
@@ -53,7 +53,7 @@ FILE fqName:<root> fileName:/member.kt
VALUE_PARAMETER name:thisRef index:0 type:kotlin.Any? flags:
VALUE_PARAMETER name:property index:1 type:kotlin.Any? flags:
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
value: CALL '<get-value>(): String' type=kotlin.String origin=GET_PROPERTY
$this: GET_VAR 'this@DelegateProvider: DelegateProvider' type=DelegateProvider origin=null
@@ -81,7 +81,7 @@ FILE fqName:<root> fileName:/member.kt
FUN DELEGATED_PROPERTY_ACCESSOR name:<get-testMember> visibility:public modality:FINAL <> ($this:Host) returnType:String flags:
$this: VALUE_PARAMETER name:<this> type:Host flags:
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
$this: GET_FIELD '`testMember$delegate`: Delegate' type=Delegate origin=null
receiver: GET_VAR 'this@Host: Host' type=Host origin=null
@@ -19,7 +19,7 @@ FILE fqName:<root> fileName:/memberExtension.kt
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-s> visibility:public modality:FINAL <> ($this:Host.StringDelegate) returnType:String flags:
$this: VALUE_PARAMETER name:<this> type:Host.StringDelegate flags:
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
receiver: GET_VAR 'this@StringDelegate: StringDelegate' type=Host.StringDelegate origin=null
FUN name:getValue visibility:public modality:FINAL <> ($this:Host.StringDelegate, receiver:kotlin.String, p:kotlin.Any) returnType:String flags:
@@ -27,7 +27,7 @@ FILE fqName:<root> fileName:/memberExtension.kt
VALUE_PARAMETER name:receiver index:0 type:kotlin.String flags:
VALUE_PARAMETER name:p index:1 type:kotlin.Any flags:
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
$this: GET_VAR 'value-parameter receiver: String' type=kotlin.String origin=null
other: CALL '<get-s>(): String' type=kotlin.String origin=GET_PROPERTY
@@ -45,7 +45,7 @@ FILE fqName:<root> fileName:/memberExtension.kt
VALUE_PARAMETER name:host index:0 type:kotlin.Any? flags:
VALUE_PARAMETER name:p index:1 type:kotlin.Any flags:
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
s: GET_VAR 'this@provideDelegate: String' type=kotlin.String origin=null
PROPERTY name:plusK type:kotlin.String visibility:public modality:FINAL flags:delegatedmval
@@ -60,7 +60,7 @@ FILE fqName:<root> fileName:/memberExtension.kt
$this: VALUE_PARAMETER name:<this> type:Host flags:
$receiver: VALUE_PARAMETER name:<this> type:kotlin.String flags:
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
$this: GET_FIELD '`plusK$delegate`: Host.StringDelegate' type=Host.StringDelegate origin=null
receiver: GET_VAR 'this@Host: Host' type=Host origin=null
@@ -75,7 +75,7 @@ FILE fqName:<root> fileName:/memberExtension.kt
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-ok> visibility:public modality:FINAL <> ($this:Host) returnType:String flags:
$this: VALUE_PARAMETER name:<this> type:Host flags:
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
receiver: GET_VAR 'this@Host: Host' type=Host origin=null
FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
@@ -13,7 +13,7 @@ FILE fqName:<root> fileName:/topLevel.kt
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-value> visibility:public modality:FINAL <> ($this:Delegate) returnType:String flags:
$this: VALUE_PARAMETER name:<this> type:Delegate flags:
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
receiver: GET_VAR 'this@Delegate: Delegate' type=Delegate origin=null
FUN name:getValue visibility:public modality:FINAL <> ($this:Delegate, thisRef:kotlin.Any?, property:kotlin.Any?) returnType:String flags:
@@ -21,7 +21,7 @@ FILE fqName:<root> fileName:/topLevel.kt
VALUE_PARAMETER name:thisRef index:0 type:kotlin.Any? flags:
VALUE_PARAMETER name:property index:1 type:kotlin.Any? flags:
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
$this: GET_VAR 'this@Delegate: Delegate' type=Delegate origin=null
FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
@@ -45,7 +45,7 @@ FILE fqName:<root> fileName:/topLevel.kt
FUN DEFAULT_PROPERTY_ACCESSOR name:<get-value> visibility:public modality:FINAL <> ($this:DelegateProvider) returnType:String flags:
$this: VALUE_PARAMETER name:<this> type:DelegateProvider flags:
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
receiver: GET_VAR 'this@DelegateProvider: DelegateProvider' type=DelegateProvider origin=null
FUN name:provideDelegate visibility:public modality:FINAL <> ($this:DelegateProvider, thisRef:kotlin.Any?, property:kotlin.Any?) returnType:Delegate flags:
@@ -53,7 +53,7 @@ FILE fqName:<root> fileName:/topLevel.kt
VALUE_PARAMETER name:thisRef index:0 type:kotlin.Any? flags:
VALUE_PARAMETER name:property index:1 type:kotlin.Any? flags:
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
value: CALL '<get-value>(): String' type=kotlin.String origin=GET_PROPERTY
$this: GET_VAR 'this@DelegateProvider: DelegateProvider' type=DelegateProvider origin=null
@@ -74,7 +74,7 @@ FILE fqName:<root> fileName:/topLevel.kt
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 name:<get-testTopLevel> visibility:public modality:FINAL <> () returnType:String flags:
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
$this: GET_FIELD '`testTopLevel$delegate`: Delegate' type=Delegate origin=null
thisRef: CONST Null type=kotlin.Nothing? value=null