Skip to content

Commit c3ba4fe

Browse files
committed
Added test for overloaded access with import/inheritance conflict
1 parent 5b30038 commit c3ba4fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/dotc/tests.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ class tests extends CompilerTest {
4141
@Test def pos_templateParents() = compileFile(posDir, "templateParents")
4242
@Test def pos_structural() = compileFile(posDir, "structural")
4343
@Test def pos_i39 = compileFile(posDir, "i39")
44+
@Test def pos_overloadedAccess = compileFile(posDir, "overloadedAccess")
4445

4546
@Test def neg_blockescapes() = compileFile(negDir, "blockescapesNeg", xerrors = 1)
4647
@Test def neg_typedapply() = compileFile(negDir, "typedapply", xerrors = 4)

0 commit comments

Comments
 (0)