Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
labeledLambda.fir.kt
blob: 785742293cc1f743a71cefc2a42df8926ce6b661 [
file
]
// ISSUE: KT-65337
inline
fun bar
(
s
:
()
->
Unit
)
{
(<!
UNDERSCORE_IS_RESERVED
!>
_
<!>@
s
)()
}