You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know if this is intended, but the following works with scalac but not dotty:
objectTest {
deffoo(x: Int):Int= x
Some(foo):Option[Int=>Int]
// missing arguments for method foo// follow this method with `_' if you want to treat it as a partially applied function
}
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
I don't know if this is intended, but the following works with scalac but not dotty:
The text was updated successfully, but these errors were encountered: