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
-- [E172] TypeError:Test.scala:13:9------------------------------------------13|Foo.foo
|^| foo!-- [E172] TypeError:Test.scala:14:14-----------------------------------------14|FooClone.foo
|^|Nogiveninstance of typeX was found for parameter x of method foo in objectFooClone
Note that the FooClone.foo call no longer emits the custom error message "foo!".
Expectation
Calling FooClone.foo should properly give the custom error message.
The text was updated successfully, but these errors were encountered:
Compiler version
3.3.2, 3.4.1, latest
main
(20ae563)Minimized code
Output
Note that the
FooClone.foo
call no longer emits the custom error message "foo!".Expectation
Calling
FooClone.foo
should properly give the custom error message.The text was updated successfully, but these errors were encountered: