Commit be10979
committed
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
|1 parent 5cdb001 commit be10979
1 file changed
+12
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
847 | 847 | | |
848 | 848 | | |
849 | 849 | | |
850 | | - | |
851 | | - | |
852 | | - | |
853 | | - | |
| 850 | + | |
| 851 | + | |
| 852 | + | |
| 853 | + | |
| 854 | + | |
| 855 | + | |
| 856 | + | |
| 857 | + | |
| 858 | + | |
| 859 | + | |
854 | 860 | | |
855 | | - | |
| 861 | + | |
| 862 | + | |
856 | 863 | | |
857 | 864 | | |
858 | 865 | | |
| |||
0 commit comments