[FIR] Reproduce KT-65337

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