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 cb799be commit 3105890Copy full SHA for 3105890
test/dotc/tests.scala
@@ -68,6 +68,7 @@ class tests extends CompilerTest {
68
@Test def pos_nullarify = compileFile(posDir, "nullarify", "-Ycheck:nullarify" :: Nil)
69
@Test def pos_subtyping = compileFile(posDir, "subtyping")
70
@Test def pos_t2613 = compileFile(posSpecialDir, "t2613")(allowDeepSubtypes)
71
+ @Test def pos_packageObj = compileFile(posDir, "i0239")
72
73
@Test def pos_all = compileFiles(posDir, failedOther)
74
0 commit comments