Update IR text test
Additional implicit coercions to unit was added
This commit is contained in:
+17
-15
@@ -39,21 +39,23 @@ FILE fqName:<root> fileName:/localDelegatedPropertyWithSuspendOperators.kt
|
|||||||
VALUE_PARAMETER name:value index:2 type:kotlin.Int flags:
|
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
|
TYPE_OP type=kotlin.Unit origin=IMPLICIT_COERCION_TO_UNIT typeOperand=kotlin.Unit
|
||||||
<T>: kotlin.Unit
|
typeOperand: CLASS IR_EXTERNAL_DECLARATION_STUB OBJECT name:Unit modality:FINAL visibility:public flags: superTypes:[kotlin.Any]
|
||||||
block: BLOCK type=(kotlin.coroutines.experimental.Continuation<kotlin.Unit>) -> kotlin.Any origin=LAMBDA
|
CALL 'suspendCoroutineOrReturn(crossinline (Continuation<Unit>) -> Any?): Unit' type=kotlin.Unit origin=null
|
||||||
FUN LOCAL_FUNCTION_FOR_LAMBDA name:<anonymous> visibility:local modality:FINAL <> (x:kotlin.coroutines.experimental.Continuation<kotlin.Unit>) returnType:kotlin.Any flags:
|
<T>: kotlin.Unit
|
||||||
VALUE_PARAMETER name:x index:0 type:kotlin.coroutines.experimental.Continuation<kotlin.Unit> flags:
|
block: BLOCK type=(kotlin.coroutines.experimental.Continuation<kotlin.Unit>) -> kotlin.Any origin=LAMBDA
|
||||||
BLOCK_BODY
|
FUN LOCAL_FUNCTION_FOR_LAMBDA name:<anonymous> visibility:local modality:FINAL <> (x:kotlin.coroutines.experimental.Continuation<kotlin.Unit>) returnType:kotlin.Any flags:
|
||||||
CALL '<set-z>(Int): Unit' type=kotlin.Unit origin=EQ
|
VALUE_PARAMETER name:x index:0 type:kotlin.coroutines.experimental.Continuation<kotlin.Unit> flags:
|
||||||
$this: GET_VAR 'this@A: A' type=A origin=null
|
BLOCK_BODY
|
||||||
<set-?>: GET_VAR 'value-parameter value: Int' type=kotlin.Int origin=null
|
CALL '<set-z>(Int): Unit' type=kotlin.Unit origin=EQ
|
||||||
CALL 'resume(Unit): Unit' type=kotlin.Unit origin=null
|
$this: GET_VAR 'this@A: A' type=A origin=null
|
||||||
$this: GET_VAR 'value-parameter x: Continuation<Unit>' type=kotlin.coroutines.experimental.Continuation<kotlin.Unit> origin=null
|
<set-?>: GET_VAR 'value-parameter value: Int' type=kotlin.Int origin=null
|
||||||
value: GET_OBJECT 'Unit' type=kotlin.Unit
|
CALL 'resume(Unit): Unit' type=kotlin.Unit origin=null
|
||||||
RETURN type=kotlin.Nothing from='<anonymous>(Continuation<Unit>): Any'
|
$this: GET_VAR 'value-parameter x: Continuation<Unit>' type=kotlin.coroutines.experimental.Continuation<kotlin.Unit> origin=null
|
||||||
CALL '<get-COROUTINE_SUSPENDED>(): Any' type=kotlin.Any origin=GET_PROPERTY
|
value: GET_OBJECT 'Unit' type=kotlin.Unit
|
||||||
FUNCTION_REFERENCE '<anonymous>(Continuation<Unit>): Any' type=(kotlin.coroutines.experimental.Continuation<kotlin.Unit>) -> kotlin.Any origin=LAMBDA
|
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
|
FUN name:provideDelegate visibility:public modality:FINAL <> ($this:A, host:kotlin.Any?, p:kotlin.Any) returnType:A flags:suspend
|
||||||
$this: VALUE_PARAMETER name:<this> type:A flags:
|
$this: VALUE_PARAMETER name:<this> type:A flags:
|
||||||
VALUE_PARAMETER name:host index:0 type:kotlin.Any? flags:
|
VALUE_PARAMETER name:host index:0 type:kotlin.Any? flags:
|
||||||
|
|||||||
@@ -5,8 +5,10 @@ FILE fqName:<root> fileName:/catchParameterAccess.kt
|
|||||||
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
|
TYPE_OP type=kotlin.Unit origin=IMPLICIT_COERCION_TO_UNIT typeOperand=kotlin.Unit
|
||||||
$this: GET_VAR 'value-parameter f: () -> Unit' type=() -> kotlin.Unit origin=VARIABLE_AS_FUNCTION
|
typeOperand: CLASS IR_EXTERNAL_DECLARATION_STUB OBJECT name:Unit modality:FINAL visibility:public flags: superTypes:[kotlin.Any]
|
||||||
|
CALL 'invoke(): Unit' type=kotlin.Unit origin=INVOKE
|
||||||
|
$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 name:e type:kotlin.Exception /* = java.lang.Exception */ flags:val
|
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
|
||||||
|
|||||||
@@ -4,15 +4,19 @@ FILE fqName:<root> fileName:/extFunInvokeAsFun.kt
|
|||||||
VALUE_PARAMETER name:block index:1 type:kotlin.Any?.() -> kotlin.Unit flags:
|
VALUE_PARAMETER name:block index:1 type:kotlin.Any?.() -> kotlin.Unit flags:
|
||||||
BLOCK_BODY
|
BLOCK_BODY
|
||||||
RETURN type=kotlin.Nothing from='with1(Any?, Any?.() -> Unit): Unit'
|
RETURN type=kotlin.Nothing from='with1(Any?, Any?.() -> Unit): Unit'
|
||||||
CALL 'invoke(Any?): Unit' type=kotlin.Unit origin=INVOKE
|
TYPE_OP type=kotlin.Unit origin=IMPLICIT_COERCION_TO_UNIT typeOperand=kotlin.Unit
|
||||||
$this: GET_VAR 'value-parameter block: Any?.() -> Unit' type=kotlin.Any?.() -> kotlin.Unit origin=VARIABLE_AS_FUNCTION
|
typeOperand: CLASS IR_EXTERNAL_DECLARATION_STUB OBJECT name:Unit modality:FINAL visibility:public flags: superTypes:[kotlin.Any]
|
||||||
p1: GET_VAR 'value-parameter receiver: Any?' type=kotlin.Any? origin=null
|
CALL 'invoke(Any?): Unit' type=kotlin.Unit origin=INVOKE
|
||||||
|
$this: GET_VAR 'value-parameter block: Any?.() -> Unit' type=kotlin.Any?.() -> kotlin.Unit origin=VARIABLE_AS_FUNCTION
|
||||||
|
p1: GET_VAR 'value-parameter receiver: Any?' type=kotlin.Any? origin=null
|
||||||
FUN name:with2 visibility:public modality:FINAL <> (receiver:kotlin.Any?, block:kotlin.Any?.() -> kotlin.Unit) returnType:kotlin.Unit flags:
|
FUN name:with2 visibility:public modality:FINAL <> (receiver:kotlin.Any?, block:kotlin.Any?.() -> kotlin.Unit) returnType:kotlin.Unit flags:
|
||||||
VALUE_PARAMETER name:receiver index:0 type:kotlin.Any? flags:
|
VALUE_PARAMETER name:receiver index:0 type:kotlin.Any? flags:
|
||||||
VALUE_PARAMETER name:block index:1 type:kotlin.Any?.() -> kotlin.Unit flags:
|
VALUE_PARAMETER name:block index:1 type:kotlin.Any?.() -> kotlin.Unit flags:
|
||||||
BLOCK_BODY
|
BLOCK_BODY
|
||||||
RETURN type=kotlin.Nothing from='with2(Any?, Any?.() -> Unit): Unit'
|
RETURN type=kotlin.Nothing from='with2(Any?, Any?.() -> Unit): Unit'
|
||||||
CALL 'invoke(Any?): Unit' type=kotlin.Unit origin=INVOKE
|
TYPE_OP type=kotlin.Unit origin=IMPLICIT_COERCION_TO_UNIT typeOperand=kotlin.Unit
|
||||||
$this: GET_VAR 'value-parameter block: Any?.() -> Unit' type=kotlin.Any?.() -> kotlin.Unit origin=VARIABLE_AS_FUNCTION
|
typeOperand: CLASS IR_EXTERNAL_DECLARATION_STUB OBJECT name:Unit modality:FINAL visibility:public flags: superTypes:[kotlin.Any]
|
||||||
p1: GET_VAR 'value-parameter receiver: Any?' type=kotlin.Any? origin=null
|
CALL 'invoke(Any?): Unit' type=kotlin.Unit origin=INVOKE
|
||||||
|
$this: GET_VAR 'value-parameter block: Any?.() -> Unit' type=kotlin.Any?.() -> kotlin.Unit origin=VARIABLE_AS_FUNCTION
|
||||||
|
p1: GET_VAR 'value-parameter receiver: Any?' type=kotlin.Any? origin=null
|
||||||
|
|
||||||
|
|||||||
@@ -74,7 +74,9 @@ FILE fqName:<root> fileName:/implicitCastToNonNull.kt
|
|||||||
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 'value-parameter x: T' type=T origin=null
|
arg0: GET_VAR 'value-parameter x: T' type=T origin=null
|
||||||
arg1: CONST Null type=kotlin.Nothing? value=null
|
arg1: CONST Null type=kotlin.Nothing? value=null
|
||||||
then: CALL 'invoke(S): Unit' type=kotlin.Unit origin=INVOKE
|
then: TYPE_OP type=kotlin.Unit origin=IMPLICIT_COERCION_TO_UNIT typeOperand=kotlin.Unit
|
||||||
$this: GET_VAR 'value-parameter fn: (S) -> Unit' type=(S) -> kotlin.Unit origin=VARIABLE_AS_FUNCTION
|
typeOperand: CLASS IR_EXTERNAL_DECLARATION_STUB OBJECT name:Unit modality:FINAL visibility:public flags: superTypes:[kotlin.Any]
|
||||||
p1: GET_VAR 'value-parameter x: T' type=T origin=null
|
CALL 'invoke(S): Unit' type=kotlin.Unit origin=INVOKE
|
||||||
|
$this: GET_VAR 'value-parameter fn: (S) -> Unit' type=(S) -> kotlin.Unit origin=VARIABLE_AS_FUNCTION
|
||||||
|
p1: GET_VAR 'value-parameter x: T' type=T origin=null
|
||||||
|
|
||||||
|
|||||||
@@ -13,15 +13,19 @@ FILE fqName:<root> fileName:/variableAsFunctionCall.kt
|
|||||||
VALUE_PARAMETER name:f index:0 type:() -> kotlin.Unit flags:
|
VALUE_PARAMETER name:f index:0 type:() -> kotlin.Unit flags:
|
||||||
BLOCK_BODY
|
BLOCK_BODY
|
||||||
RETURN type=kotlin.Nothing from='test1(() -> Unit): Unit'
|
RETURN type=kotlin.Nothing from='test1(() -> Unit): Unit'
|
||||||
CALL 'invoke(): Unit' type=kotlin.Unit origin=INVOKE
|
TYPE_OP type=kotlin.Unit origin=IMPLICIT_COERCION_TO_UNIT typeOperand=kotlin.Unit
|
||||||
$this: GET_VAR 'value-parameter f: () -> Unit' type=() -> kotlin.Unit origin=VARIABLE_AS_FUNCTION
|
typeOperand: CLASS IR_EXTERNAL_DECLARATION_STUB OBJECT name:Unit modality:FINAL visibility:public flags: superTypes:[kotlin.Any]
|
||||||
|
CALL 'invoke(): Unit' type=kotlin.Unit origin=INVOKE
|
||||||
|
$this: GET_VAR 'value-parameter f: () -> Unit' type=() -> kotlin.Unit origin=VARIABLE_AS_FUNCTION
|
||||||
FUN name:test2 visibility:public modality:FINAL <> (f:kotlin.String.() -> kotlin.Unit) returnType:kotlin.Unit flags:
|
FUN name:test2 visibility:public modality:FINAL <> (f:kotlin.String.() -> kotlin.Unit) returnType:kotlin.Unit flags:
|
||||||
VALUE_PARAMETER name:f index:0 type:kotlin.String.() -> kotlin.Unit flags:
|
VALUE_PARAMETER name:f index:0 type:kotlin.String.() -> kotlin.Unit flags:
|
||||||
BLOCK_BODY
|
BLOCK_BODY
|
||||||
RETURN type=kotlin.Nothing from='test2(String.() -> Unit): Unit'
|
RETURN type=kotlin.Nothing from='test2(String.() -> Unit): Unit'
|
||||||
CALL 'invoke(String): Unit' type=kotlin.Unit origin=INVOKE
|
TYPE_OP type=kotlin.Unit origin=IMPLICIT_COERCION_TO_UNIT typeOperand=kotlin.Unit
|
||||||
$this: GET_VAR 'value-parameter f: String.() -> Unit' type=kotlin.String.() -> kotlin.Unit origin=VARIABLE_AS_FUNCTION
|
typeOperand: CLASS IR_EXTERNAL_DECLARATION_STUB OBJECT name:Unit modality:FINAL visibility:public flags: superTypes:[kotlin.Any]
|
||||||
p1: CONST String type=kotlin.String value=hello
|
CALL 'invoke(String): Unit' type=kotlin.Unit origin=INVOKE
|
||||||
|
$this: GET_VAR 'value-parameter f: String.() -> Unit' type=kotlin.String.() -> kotlin.Unit origin=VARIABLE_AS_FUNCTION
|
||||||
|
p1: CONST String type=kotlin.String value=hello
|
||||||
FUN name:test3 visibility:public modality:FINAL <> () returnType:kotlin.String flags:
|
FUN name:test3 visibility:public modality:FINAL <> () returnType:kotlin.String flags:
|
||||||
BLOCK_BODY
|
BLOCK_BODY
|
||||||
RETURN type=kotlin.Nothing from='test3(): String'
|
RETURN type=kotlin.Nothing from='test3(): String'
|
||||||
|
|||||||
+49
-39
@@ -1,51 +1,61 @@
|
|||||||
FILE fqName:<root> fileName:/nonLocalReturn.kt
|
FILE fqName:<root> fileName:/nonLocalReturn.kt
|
||||||
FUN name:test0 visibility:public modality:FINAL <> () returnType:kotlin.Unit flags:
|
FUN name:test0 visibility:public modality:FINAL <> () returnType:kotlin.Unit flags:
|
||||||
BLOCK_BODY
|
BLOCK_BODY
|
||||||
CALL 'run(() -> Nothing): Nothing' type=kotlin.Nothing origin=null
|
TYPE_OP type=kotlin.Unit origin=IMPLICIT_COERCION_TO_UNIT typeOperand=kotlin.Unit
|
||||||
<R>: kotlin.Nothing
|
typeOperand: CLASS IR_EXTERNAL_DECLARATION_STUB OBJECT name:Unit modality:FINAL visibility:public flags: superTypes:[kotlin.Any]
|
||||||
block: BLOCK type=() -> kotlin.Nothing origin=LAMBDA
|
CALL 'run(() -> Nothing): Nothing' type=kotlin.Nothing origin=null
|
||||||
FUN LOCAL_FUNCTION_FOR_LAMBDA name:<anonymous> visibility:local modality:FINAL <> () returnType:kotlin.Nothing flags:
|
<R>: kotlin.Nothing
|
||||||
BLOCK_BODY
|
block: BLOCK type=() -> kotlin.Nothing origin=LAMBDA
|
||||||
RETURN type=kotlin.Nothing from='test0(): Unit'
|
FUN LOCAL_FUNCTION_FOR_LAMBDA name:<anonymous> visibility:local modality:FINAL <> () returnType:kotlin.Nothing flags:
|
||||||
GET_OBJECT 'Unit' type=kotlin.Unit
|
BLOCK_BODY
|
||||||
FUNCTION_REFERENCE '<anonymous>(): Nothing' type=() -> kotlin.Nothing origin=LAMBDA
|
RETURN type=kotlin.Nothing from='test0(): Unit'
|
||||||
|
GET_OBJECT 'Unit' type=kotlin.Unit
|
||||||
|
FUNCTION_REFERENCE '<anonymous>(): Nothing' type=() -> kotlin.Nothing origin=LAMBDA
|
||||||
FUN name:test1 visibility:public modality:FINAL <> () returnType:kotlin.Unit flags:
|
FUN name:test1 visibility:public modality:FINAL <> () returnType:kotlin.Unit flags:
|
||||||
BLOCK_BODY
|
BLOCK_BODY
|
||||||
CALL 'run(() -> Unit): Unit' type=kotlin.Unit origin=null
|
TYPE_OP type=kotlin.Unit origin=IMPLICIT_COERCION_TO_UNIT typeOperand=kotlin.Unit
|
||||||
<R>: kotlin.Unit
|
typeOperand: CLASS IR_EXTERNAL_DECLARATION_STUB OBJECT name:Unit modality:FINAL visibility:public flags: superTypes:[kotlin.Any]
|
||||||
block: BLOCK type=() -> kotlin.Unit origin=LAMBDA
|
CALL 'run(() -> Unit): Unit' type=kotlin.Unit origin=null
|
||||||
FUN LOCAL_FUNCTION_FOR_LAMBDA name:<anonymous> visibility:local modality:FINAL <> () returnType:kotlin.Unit flags:
|
<R>: kotlin.Unit
|
||||||
BLOCK_BODY
|
block: BLOCK type=() -> kotlin.Unit origin=LAMBDA
|
||||||
RETURN type=kotlin.Nothing from='<anonymous>(): Unit'
|
FUN LOCAL_FUNCTION_FOR_LAMBDA name:<anonymous> visibility:local modality:FINAL <> () returnType:kotlin.Unit flags:
|
||||||
GET_OBJECT 'Unit' type=kotlin.Unit
|
BLOCK_BODY
|
||||||
FUNCTION_REFERENCE '<anonymous>(): Unit' type=() -> kotlin.Unit origin=LAMBDA
|
RETURN type=kotlin.Nothing from='<anonymous>(): Unit'
|
||||||
|
GET_OBJECT 'Unit' type=kotlin.Unit
|
||||||
|
FUNCTION_REFERENCE '<anonymous>(): Unit' type=() -> kotlin.Unit origin=LAMBDA
|
||||||
FUN name:test2 visibility:public modality:FINAL <> () returnType:kotlin.Unit flags:
|
FUN name:test2 visibility:public modality:FINAL <> () returnType:kotlin.Unit flags:
|
||||||
BLOCK_BODY
|
BLOCK_BODY
|
||||||
CALL 'run(() -> Unit): Unit' type=kotlin.Unit origin=null
|
TYPE_OP type=kotlin.Unit origin=IMPLICIT_COERCION_TO_UNIT typeOperand=kotlin.Unit
|
||||||
<R>: kotlin.Unit
|
typeOperand: CLASS IR_EXTERNAL_DECLARATION_STUB OBJECT name:Unit modality:FINAL visibility:public flags: superTypes:[kotlin.Any]
|
||||||
block: BLOCK type=() -> kotlin.Unit origin=LAMBDA
|
CALL 'run(() -> Unit): Unit' type=kotlin.Unit origin=null
|
||||||
FUN LOCAL_FUNCTION_FOR_LAMBDA name:<anonymous> visibility:local modality:FINAL <> () returnType:kotlin.Unit flags:
|
<R>: kotlin.Unit
|
||||||
BLOCK_BODY
|
block: BLOCK type=() -> kotlin.Unit origin=LAMBDA
|
||||||
RETURN type=kotlin.Nothing from='<anonymous>(): Unit'
|
FUN LOCAL_FUNCTION_FOR_LAMBDA name:<anonymous> visibility:local modality:FINAL <> () returnType:kotlin.Unit flags:
|
||||||
GET_OBJECT 'Unit' type=kotlin.Unit
|
BLOCK_BODY
|
||||||
FUNCTION_REFERENCE '<anonymous>(): Unit' type=() -> kotlin.Unit origin=LAMBDA
|
RETURN type=kotlin.Nothing from='<anonymous>(): Unit'
|
||||||
|
GET_OBJECT 'Unit' type=kotlin.Unit
|
||||||
|
FUNCTION_REFERENCE '<anonymous>(): Unit' type=() -> kotlin.Unit origin=LAMBDA
|
||||||
FUN name:test3 visibility:public modality:FINAL <> () returnType:kotlin.Unit flags:
|
FUN name:test3 visibility:public modality:FINAL <> () returnType:kotlin.Unit flags:
|
||||||
BLOCK_BODY
|
BLOCK_BODY
|
||||||
CALL 'run(() -> Unit): Unit' type=kotlin.Unit origin=null
|
TYPE_OP type=kotlin.Unit origin=IMPLICIT_COERCION_TO_UNIT typeOperand=kotlin.Unit
|
||||||
<R>: kotlin.Unit
|
typeOperand: CLASS IR_EXTERNAL_DECLARATION_STUB OBJECT name:Unit modality:FINAL visibility:public flags: superTypes:[kotlin.Any]
|
||||||
block: BLOCK type=() -> kotlin.Unit origin=LAMBDA
|
CALL 'run(() -> Unit): Unit' type=kotlin.Unit origin=null
|
||||||
FUN LOCAL_FUNCTION_FOR_LAMBDA name:<anonymous> visibility:local modality:FINAL <> () returnType:kotlin.Unit flags:
|
<R>: kotlin.Unit
|
||||||
BLOCK_BODY
|
block: BLOCK type=() -> kotlin.Unit origin=LAMBDA
|
||||||
RETURN type=kotlin.Nothing from='<anonymous>(): Unit'
|
FUN LOCAL_FUNCTION_FOR_LAMBDA name:<anonymous> visibility:local modality:FINAL <> () returnType:kotlin.Unit flags:
|
||||||
CALL 'run(() -> Nothing): Nothing' type=kotlin.Nothing origin=null
|
BLOCK_BODY
|
||||||
<R>: kotlin.Nothing
|
RETURN type=kotlin.Nothing from='<anonymous>(): Unit'
|
||||||
block: BLOCK type=() -> kotlin.Nothing origin=LAMBDA
|
TYPE_OP type=kotlin.Unit origin=IMPLICIT_COERCION_TO_UNIT typeOperand=kotlin.Unit
|
||||||
FUN LOCAL_FUNCTION_FOR_LAMBDA name:<anonymous> visibility:local modality:FINAL <> () returnType:kotlin.Nothing flags:
|
typeOperand: CLASS IR_EXTERNAL_DECLARATION_STUB OBJECT name:Unit modality:FINAL visibility:public flags: superTypes:[kotlin.Any]
|
||||||
BLOCK_BODY
|
CALL 'run(() -> Nothing): Nothing' type=kotlin.Nothing origin=null
|
||||||
RETURN type=kotlin.Nothing from='<anonymous>(): Unit'
|
<R>: kotlin.Nothing
|
||||||
GET_OBJECT 'Unit' type=kotlin.Unit
|
block: BLOCK type=() -> kotlin.Nothing origin=LAMBDA
|
||||||
FUNCTION_REFERENCE '<anonymous>(): Nothing' type=() -> kotlin.Nothing origin=LAMBDA
|
FUN LOCAL_FUNCTION_FOR_LAMBDA name:<anonymous> visibility:local modality:FINAL <> () returnType:kotlin.Nothing flags:
|
||||||
FUNCTION_REFERENCE '<anonymous>(): Unit' type=() -> kotlin.Unit origin=LAMBDA
|
BLOCK_BODY
|
||||||
|
RETURN type=kotlin.Nothing from='<anonymous>(): Unit'
|
||||||
|
GET_OBJECT 'Unit' type=kotlin.Unit
|
||||||
|
FUNCTION_REFERENCE '<anonymous>(): Nothing' type=() -> kotlin.Nothing origin=LAMBDA
|
||||||
|
FUNCTION_REFERENCE '<anonymous>(): Unit' type=() -> kotlin.Unit origin=LAMBDA
|
||||||
FUN name:testLrmFoo1 visibility:public modality:FINAL <> (ints:kotlin.collections.List<kotlin.Int>) returnType:kotlin.Unit flags:
|
FUN name:testLrmFoo1 visibility:public modality:FINAL <> (ints:kotlin.collections.List<kotlin.Int>) returnType:kotlin.Unit flags:
|
||||||
VALUE_PARAMETER name:ints index:0 type:kotlin.collections.List<kotlin.Int> flags:
|
VALUE_PARAMETER name:ints index:0 type:kotlin.collections.List<kotlin.Int> flags:
|
||||||
BLOCK_BODY
|
BLOCK_BODY
|
||||||
|
|||||||
Reference in New Issue
Block a user