blob: 785742293cc1f743a71cefc2a42df8926ce6b661 [file]
// ISSUE: KT-65337
inline fun bar(s: () -> Unit) {
(<!UNDERSCORE_IS_RESERVED!>_<!>@ s)()
}