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
-- [E051] ReferenceError: tests/playground/example.scala:17:12----------------17|valr3= f3(g)(1) // error ambiguous overload for g|^|Ambiguous overload. The overloaded alternatives of method g with types
| (x: String):Unit| (x: Double):Unit| both match expected type<?>|| longer explanation available when compiling with`-explain`
Expectation
Ideally, all should be resolved unambiguously.
The text was updated successfully, but these errors were encountered:
Compiler version
Scala compiler version 3.7.1-RC1-bin-SNAPSHOT-nonbootstrapped-git-ac47299
Minimized code
Output
Expectation
Ideally, all should be resolved unambiguously.
The text was updated successfully, but these errors were encountered: