From 0ed9b7542855838e802d7fdfbe9029e58126ae31 Mon Sep 17 00:00:00 2001 From: Alexander Udalov Date: Wed, 21 Jul 2021 20:14:55 +0200 Subject: [PATCH] Minor, fix diagnostic test data for FIR --- .../diagnostics/testsWithStdLib/coroutines/kt41430.fir.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/testData/diagnostics/testsWithStdLib/coroutines/kt41430.fir.kt b/compiler/testData/diagnostics/testsWithStdLib/coroutines/kt41430.fir.kt index 30277dd24e7..a51a109d4d9 100644 --- a/compiler/testData/diagnostics/testsWithStdLib/coroutines/kt41430.fir.kt +++ b/compiler/testData/diagnostics/testsWithStdLib/coroutines/kt41430.fir.kt @@ -1,4 +1,4 @@ -// ISSUE: KT-41430 +// ISSUE: KT-41430, KT-47830 class A