From bbcb12ea4b9d64a2716c6cfd16e0f27d854f944d Mon Sep 17 00:00:00 2001 From: Dmitry Petrov Date: Fri, 29 Jun 2018 14:27:57 +0300 Subject: [PATCH] samAdapter test doesn't actually need FULL_JDK --- compiler/testData/ir/irText/lambdas/samAdapter.kt | 1 - compiler/testData/ir/irText/lambdas/samAdapter.txt | 5 ++--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/compiler/testData/ir/irText/lambdas/samAdapter.kt b/compiler/testData/ir/irText/lambdas/samAdapter.kt index 53cad165aff..bfc6f5e4bb7 100644 --- a/compiler/testData/ir/irText/lambdas/samAdapter.kt +++ b/compiler/testData/ir/irText/lambdas/samAdapter.kt @@ -1,4 +1,3 @@ -// FULL_JDK // WITH_RUNTIME fun test1() { diff --git a/compiler/testData/ir/irText/lambdas/samAdapter.txt b/compiler/testData/ir/irText/lambdas/samAdapter.txt index a3457f818de..a626b5a112a 100644 --- a/compiler/testData/ir/irText/lambdas/samAdapter.txt +++ b/compiler/testData/ir/irText/lambdas/samAdapter.txt @@ -1,10 +1,10 @@ FILE fqName: 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 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 - FUN LOCAL_FUNCTION_FOR_LAMBDA name: visibility:local modality:FINAL <> () returnType:Unit flags: + FUN LOCAL_FUNCTION_FOR_LAMBDA name: visibility:local modality:FINAL <> () returnType:kotlin.Unit flags: BLOCK_BODY RETURN type=kotlin.Nothing from='(): Unit' CALL 'println(Any?): Unit' type=kotlin.Unit origin=null @@ -12,4 +12,3 @@ FILE fqName: fileName:/samAdapter.kt FUNCTION_REFERENCE '(): Unit' type=() -> kotlin.Unit origin=LAMBDA CALL 'run(): Unit' type=kotlin.Unit origin=null $this: GET_VAR 'hello: Runnable' type=java.lang.Runnable origin=null -