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
There's a fairly high likelihood that new style conversions like this will be disallowed unless the language option is given. They certainly are discouraged now. So this might not be very important to fix.
Compiler version
3.1.1
Minimized code
Completions for objects converted with given Conversion[_, _] clause are not present.
Paste following snippet into repl:
Now try to complete
1.m
{hit completion}Output
max, min completion options
Expectation
Option[Int] completions should also be present for
1.m
The text was updated successfully, but these errors were encountered: