From de33b83bb3a22613e6b28c8c27487ff48bfec984 Mon Sep 17 00:00:00 2001 From: Kristoffer Andersen Date: Fri, 14 Feb 2020 11:55:04 +0100 Subject: [PATCH] Update asFunKSmall.kt --- compiler/testData/codegen/box/casts/functions/asFunKSmall.kt | 3 --- 1 file changed, 3 deletions(-) diff --git a/compiler/testData/codegen/box/casts/functions/asFunKSmall.kt b/compiler/testData/codegen/box/casts/functions/asFunKSmall.kt index 94d2cffd936..ba59dbf1e1d 100644 --- a/compiler/testData/codegen/box/casts/functions/asFunKSmall.kt +++ b/compiler/testData/codegen/box/casts/functions/asFunKSmall.kt @@ -1,6 +1,3 @@ -// 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