We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
3.3.0-RC1-bin-20221130-72c4ffd-NIGHTLY
val x = Seq(1, 2, 3).map:
This compiles and the type of x is (Int => Any) => Seq[Any]
x
(Int => Any) => Seq[Any]
This should not compile and raise a syntax error telling that the argument block after a colon cannot be empty