From 3658bee253d47b8735805a4e445f6c4c0bd8ef96 Mon Sep 17 00:00:00 2001 From: Dmitriy Novozhilov Date: Tue, 29 Oct 2019 13:00:15 +0300 Subject: [PATCH] [FIR] Fix testdata related to callable references --- .../testData/ir/irText/expressions/sam/samOperators.fir.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/testData/ir/irText/expressions/sam/samOperators.fir.txt b/compiler/testData/ir/irText/expressions/sam/samOperators.fir.txt index 425fb5896e4..52c1eead88f 100644 --- a/compiler/testData/ir/irText/expressions/sam/samOperators.fir.txt +++ b/compiler/testData/ir/irText/expressions/sam/samOperators.fir.txt @@ -28,7 +28,7 @@ FILE fqName: fileName:/samOperators.kt BLOCK_BODY CALL 'public open fun plusAssign (i: java.lang.Runnable?): kotlin.Unit declared in .J' type=kotlin.Unit origin=null $this: GET_VAR ': .J declared in .test3' type=.J origin=null - i: ERROR_CALL 'Unsupported callable reference: ::#' type=IrErrorType + i: FUNCTION_REFERENCE 'public final fun f (): kotlin.Unit declared in ' type=kotlin.reflect.KFunction0 origin=null CALL 'public open fun minusAssign (i: java.lang.Runnable?): kotlin.Unit declared in .J' type=kotlin.Unit origin=null $this: GET_VAR ': .J declared in .test3' type=.J origin=null - i: ERROR_CALL 'Unsupported callable reference: ::#' type=IrErrorType + i: FUNCTION_REFERENCE 'public final fun f (): kotlin.Unit declared in ' type=kotlin.reflect.KFunction0 origin=null