samAdapter test doesn't actually need FULL_JDK
This commit is contained in:
@@ -1,4 +1,3 @@
|
|||||||
// FULL_JDK
|
|
||||||
// WITH_RUNTIME
|
// WITH_RUNTIME
|
||||||
|
|
||||||
fun test1() {
|
fun test1() {
|
||||||
|
|||||||
+2
-3
@@ -1,10 +1,10 @@
|
|||||||
FILE fqName:<root> fileName:/samAdapter.kt
|
FILE fqName:<root> fileName:/samAdapter.kt
|
||||||
FUN name:test1 visibility:public modality:FINAL <> () returnType:Unit flags:
|
FUN name:test1 visibility:public modality:FINAL <> () returnType:kotlin.Unit flags:
|
||||||
BLOCK_BODY
|
BLOCK_BODY
|
||||||
VAR name:hello type:java.lang.Runnable flags:val
|
VAR name:hello type:java.lang.Runnable flags:val
|
||||||
CALL 'Runnable(() -> Unit): Runnable' type=java.lang.Runnable origin=null
|
CALL 'Runnable(() -> Unit): Runnable' type=java.lang.Runnable origin=null
|
||||||
function: BLOCK type=() -> kotlin.Unit origin=LAMBDA
|
function: BLOCK type=() -> kotlin.Unit origin=LAMBDA
|
||||||
FUN LOCAL_FUNCTION_FOR_LAMBDA name:<anonymous> visibility:local modality:FINAL <> () returnType:Unit flags:
|
FUN LOCAL_FUNCTION_FOR_LAMBDA name:<anonymous> visibility:local modality:FINAL <> () returnType:kotlin.Unit flags:
|
||||||
BLOCK_BODY
|
BLOCK_BODY
|
||||||
RETURN type=kotlin.Nothing from='<anonymous>(): Unit'
|
RETURN type=kotlin.Nothing from='<anonymous>(): Unit'
|
||||||
CALL 'println(Any?): Unit' type=kotlin.Unit origin=null
|
CALL 'println(Any?): Unit' type=kotlin.Unit origin=null
|
||||||
@@ -12,4 +12,3 @@ FILE fqName:<root> fileName:/samAdapter.kt
|
|||||||
FUNCTION_REFERENCE '<anonymous>(): Unit' type=() -> kotlin.Unit origin=LAMBDA
|
FUNCTION_REFERENCE '<anonymous>(): Unit' type=() -> kotlin.Unit origin=LAMBDA
|
||||||
CALL 'run(): Unit' type=kotlin.Unit origin=null
|
CALL 'run(): Unit' type=kotlin.Unit origin=null
|
||||||
$this: GET_VAR 'hello: Runnable' type=java.lang.Runnable origin=null
|
$this: GET_VAR 'hello: Runnable' type=java.lang.Runnable origin=null
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user