We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9d19ef6 + fec5b81 commit 6cc0e48Copy full SHA for 6cc0e48
test/dotc/tests.scala
@@ -159,6 +159,7 @@ class tests extends CompilerTest {
159
@Test def neg_i583 = compileFile(negDir, "i0583-skolemize", xerrors = 2)
160
@Test def neg_i941 = compileFile(negDir, "i941", xerrors = 3)
161
@Test def neg_finalSealed = compileFile(negDir, "final-sealed", xerrors = 2)
162
+ @Test def neg_i645 = compileFile(negDir, "amp", xerrors = 4)
163
@Test def neg_i705 = compileFile(negDir, "i705-inner-value-class", xerrors = 7)
164
@Test def neg_i803 = compileFile(negDir, "i803", xerrors = 2)
165
@Test def neg_i866 = compileFile(negDir, "i866", xerrors = 2)
tests/pending/run/amp.scala renamed to tests/neg/amp.scala
0 commit comments