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
The snippets compiles successfully when using scala compiler directly or with scala-cli with --server=false; crashes the compiler with scala-cli otherwise
Expectation
This should raise a compilation error as it does in scala 2.13.16:
[error] /tmp/wildcard/Wildcard.scala:2:17
[error] unbound wildcard type
[error] valx=???:?
[error] ^