From 577250d73f4f642c3f5c578e6afe2981bf5db89d Mon Sep 17 00:00:00 2001 From: Kristoffer Andersen Date: Fri, 14 Feb 2020 11:09:12 +0100 Subject: [PATCH] [FIR] Fix FIR2IR Types on SetVariable Expressions --- compiler/testData/codegen/box/casts/functions/asFunKSmall.kt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/compiler/testData/codegen/box/casts/functions/asFunKSmall.kt b/compiler/testData/codegen/box/casts/functions/asFunKSmall.kt index ba59dbf1e1d..94d2cffd936 100644 --- a/compiler/testData/codegen/box/casts/functions/asFunKSmall.kt +++ b/compiler/testData/codegen/box/casts/functions/asFunKSmall.kt @@ -1,3 +1,6 @@ +// FIR inserts incorrect smart casts based on the cast in the +// lambda. However, that cast can fail and the failure can be caught +// by the inline function. // IGNORE_BACKEND: JS_IR // TODO: muted automatically, investigate should it be ran for JS or not // IGNORE_BACKEND: JS, NATIVE