From 63374e870d7c35344fbc95862d8f632d8090bd48 Mon Sep 17 00:00:00 2001 From: Kirill Rakhman Date: Wed, 5 Jul 2023 13:34:43 +0200 Subject: [PATCH] [Tests] Specify ticket number in test mute reason #KT-60136 --- .../annotations/spreadOperatorInAnnotationArguments.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/testData/ir/irText/declarations/annotations/spreadOperatorInAnnotationArguments.kt b/compiler/testData/ir/irText/declarations/annotations/spreadOperatorInAnnotationArguments.kt index b2364e6b6b9..d23fb010dd7 100644 --- a/compiler/testData/ir/irText/declarations/annotations/spreadOperatorInAnnotationArguments.kt +++ b/compiler/testData/ir/irText/declarations/annotations/spreadOperatorInAnnotationArguments.kt @@ -1,5 +1,5 @@ // SKIP_SIGNATURE_DUMP -// ^ Different types in annotations generated by K1 and K2 +// ^ KT-60136 annotation class A(vararg val xs: String)