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
When compiling Parsers.scala with mismatched braces, I saw
```
java.lang.AssertionError: assertion failed: leak: <error no implicit values were found that match type dotty.tools.dotc.core.Contexts.Context>
[error] (
[error] vdef) in ...
```
The issue is here that we should disregard leaks with erroneous types.
0 commit comments