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
Produces three errors:
end of statement expected but '(' found
';' expected, but identifier found
anonymous instance must implement a type or have at least one extension method
expectation
The code above should work, just like the below does:
typeIntFunc=Int=>IntgivenIntFunc= identity[Int]
The text was updated successfully, but these errors were encountered:
It worked as of 0.19.0-RC1, which was the release that I would have expected that to have been banned in... Seems a shame to either use type aliases or I assume Function[Int, Int] would work too.
minimized code
Produces three errors:
end of statement expected but '(' found
';' expected, but identifier found
anonymous instance must implement a type or have at least one extension method
expectation
The code above should work, just like the below does:
The text was updated successfully, but these errors were encountered: