File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 77 | testcode.ExtensionA.id(a) failed with
88 |
99 | Reference to id is ambiguous,
10- | it is both imported by import testcode.ExtensionB._
11- | and imported subsequently by import testcode.ExtensionA._
10+ | it is both imported by import testcode.ExtensionB.*
11+ | and imported subsequently by import testcode.ExtensionA.*
1212-- [E008] Not Found Error: tests/neg/i13558.scala:29:14 ----------------------------------------------------------------
131329 | println(a.id) // error
1414 | ^^^^
1818 | testcode.ExtensionB.id(a) failed with
1919 |
2020 | Reference to id is ambiguous,
21- | it is both imported by import testcode.ExtensionA._
22- | and imported subsequently by import testcode.ExtensionB._
21+ | it is both imported by import testcode.ExtensionA.*
22+ | and imported subsequently by import testcode.ExtensionB.*
You can’t perform that action at this time.
0 commit comments