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
Revert "Drop no-longer-necessary guard to javaSig"
This reverts commit 5cdb001.
Breaks in CI, here's a snippet:
[info] Test dotty.tools.dotc.BootstrappedOnlyCompilationTests.posWithCompiler started
-- Error: compiler/src/dotty/tools/dotc/transform/CapturedVars.scala:31:20 ---------------------------------------------
31 | private[this] var Captured: Store.Location[util.ReadOnlySet[Symbol]] = _
| ^
|compiler bug: created invalid generic signature for variable Captured in dotty.tools.dotc.transform.CapturedVars
|signature: I
|if this is reproducible, please report bug at https://github.com/lampepfl/dotty/issues
|
0 commit comments