================================================================================
Function without parens
:skip
================================================================================

// https://github.com/scala/scala3/blob/main/tests/pos/multiLineOps.scala#L15
send_! "!"

--------------------------------------------------------------------------------

================================================================================
Types of lambda parameters without parenthesis
:skip
================================================================================

// https://github.com/tree-sitter/tree-sitter-scala/issues/361
xs.map { x: Int => x }