Update testData after IR type rendering changes
This commit is contained in:
+2
-2
@@ -3,12 +3,12 @@ FILE fqName:<root> fileName:/samAdapter.kt
|
||||
BLOCK_BODY
|
||||
VAR name:hello type:java.lang.Runnable flags:val
|
||||
CALL 'Runnable(() -> Unit): Runnable' type=java.lang.Runnable origin=null
|
||||
function: BLOCK type=() -> kotlin.Unit origin=LAMBDA
|
||||
function: BLOCK type=kotlin.Function0<kotlin.Unit> origin=LAMBDA
|
||||
FUN LOCAL_FUNCTION_FOR_LAMBDA name:<anonymous> visibility:local modality:FINAL <> () returnType:kotlin.Unit flags:
|
||||
BLOCK_BODY
|
||||
RETURN type=kotlin.Nothing from='<anonymous>(): Unit'
|
||||
CALL 'println(Any?): Unit' type=kotlin.Unit origin=null
|
||||
message: CONST String type=kotlin.String value="Hello, world!"
|
||||
FUNCTION_REFERENCE '<anonymous>(): Unit' type=() -> kotlin.Unit origin=LAMBDA
|
||||
FUNCTION_REFERENCE '<anonymous>(): Unit' type=kotlin.Function0<kotlin.Unit> origin=LAMBDA
|
||||
CALL 'run(): Unit' type=kotlin.Unit origin=null
|
||||
$this: GET_VAR 'hello: Runnable' type=java.lang.Runnable origin=null
|
||||
|
||||
Reference in New Issue
Block a user