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
Thank you for a quick answer.
For 1. I didn't think about it - you're right, methods like += shouldn't be exported. Anyway, I think it should compile and export all methods that can be exported (maybe with a warning or maybe without). My main motivation to use it in this case is to avoid boilerplate, so exporting anything exportable seems like desired behavior.
Uh oh!
There was an error while loading. Please reload this page.
dottyVersion = "0.27.0-RC1"
Please find 3 different verions and 2 different outputs here:
Minimized code
1:
2:
3:
notice that all the methods I had to exclude to get rid of error messages from 1 return this.type
Output
1:
2 and 3 (same stack trace):
truncated stack trace:
Expectation
It compiles
The text was updated successfully, but these errors were encountered: