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.
1 parent 13b6165 commit fec5b81Copy full SHA for fec5b81
test/dotc/tests.scala
@@ -158,6 +158,7 @@ class tests extends CompilerTest {
158
@Test def neg_i583 = compileFile(negDir, "i0583-skolemize", xerrors = 2)
159
@Test def neg_i941 = compileFile(negDir, "i941", xerrors = 3)
160
@Test def neg_finalSealed = compileFile(negDir, "final-sealed", xerrors = 2)
161
+ @Test def neg_i645 = compileFile(negDir, "amp", xerrors = 4)
162
@Test def neg_i705 = compileFile(negDir, "i705-inner-value-class", xerrors = 7)
163
@Test def neg_i803 = compileFile(negDir, "i803", xerrors = 2)
164
@Test def neg_i866 = compileFile(negDir, "i866", xerrors = 2)
tests/pending/run/amp.scala renamed to tests/neg/amp.scala
0 commit comments