From 089d907fd47349cea7a7d33361434ac534a70ccc Mon Sep 17 00:00:00 2001 From: Dmitriy Novozhilov Date: Wed, 19 Oct 2022 11:02:09 +0300 Subject: [PATCH] [FIR] Ignore leaked internal types because of KT-54517 --- compiler/testData/codegen/box/annotations/genericAnnotations.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/testData/codegen/box/annotations/genericAnnotations.kt b/compiler/testData/codegen/box/annotations/genericAnnotations.kt index 1f297d6ced8..debdc72ec92 100644 --- a/compiler/testData/codegen/box/annotations/genericAnnotations.kt +++ b/compiler/testData/codegen/box/annotations/genericAnnotations.kt @@ -1,3 +1,4 @@ +// IGNORE_LEAKED_INTERNAL_TYPES: KT-54517 // MODULE: lib // FILE: l1.kt package ann