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
-- Error: examples/MatcherFactory1.scala:10:7 ----------------------------------
10 | '{ ~self }
| ^^^^^
| access to MatcherFactory1.this from wrong staging level:
| - the definition is at level 0,
| - but the access is at level 1.
-- Error: examples/MatcherFactory1.scala:13:7 ----------------------------------
13 | '{ ~self }
| ^^^^^
| access to MatcherFactory1.this from wrong staging level:
| - the definition is at level 0,
| - but the access is at level 1.
two errors found
The text was updated successfully, but these errors were encountered:
The first one should clearly pass the checks. Though the second one is capturing a within the type which means the error should be on a rather than MatcherFactory1.this.
Uh oh!
There was an error while loading. Please reload this page.
The following code used to type check, but does not compile after #5763.
Error message:
The text was updated successfully, but these errors were encountered: