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 3521e2b commit 88b75a2Copy full SHA for 88b75a2
test/dotc/tests.scala
@@ -60,7 +60,8 @@ class tests extends CompilerTest {
60
@Test def pos_nullarify = compileFile(posDir, "nullarify", "-Ycheck:nullarify" :: doErase)
61
@Test def pos_subtyping = compileFile(posDir, "subtyping", doErase)
62
@Test def pos_t2613 = compileFile(posSpecialDir, "t2613", doErase)(allowDeepSubtypes)
63
-
+ @Test def pos_packageObj = compileFile(posDir, "i0239")
64
+
65
@Test def pos_all = compileFiles(posDir, twice)
66
@Test def new_all = compileFiles(newDir, twice)
67
0 commit comments