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 5b30038 commit c3ba4feCopy full SHA for c3ba4fe
test/dotc/tests.scala
@@ -41,6 +41,7 @@ class tests extends CompilerTest {
41
@Test def pos_templateParents() = compileFile(posDir, "templateParents")
42
@Test def pos_structural() = compileFile(posDir, "structural")
43
@Test def pos_i39 = compileFile(posDir, "i39")
44
+ @Test def pos_overloadedAccess = compileFile(posDir, "overloadedAccess")
45
46
@Test def neg_blockescapes() = compileFile(negDir, "blockescapesNeg", xerrors = 1)
47
@Test def neg_typedapply() = compileFile(negDir, "typedapply", xerrors = 4)
0 commit comments