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
This is not a simple bug fix. It means we have to go much further into dependent types territory, which is at least a SIP, and might be a whole new research project. See also #3964
Compiler version
Minimized example
Output
Expectation
The compiler should figure out that
parser.Context
is indeedscala.collection.mutable.ListBuffer[Int]
.The text was updated successfully, but these errors were encountered: