[FIR] Fix a typo in a test data file name

^KT-65337
This commit is contained in:
Nikolay Lunyak
2024-02-13 13:38:59 +02:00
committed by Space Team
parent fdb2b714c9
commit fa5ae18980
7 changed files with 15 additions and 15 deletions
+5
View File
@@ -0,0 +1,5 @@
// ISSUE: KT-65337
inline fun bar(s: () -> Unit) {
(<!REDUNDANT_LABEL_WARNING!><!UNDERSCORE_IS_RESERVED!>_<!>@<!> s)()
}