File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
| testcode.ExtensionA.id(a) failed with
8
8
|
9
9
| 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.*
12
12
-- [E008] Not Found Error: tests/neg/i13558.scala:29:14 ----------------------------------------------------------------
13
13
29 | println(a.id) // error
14
14
| ^^^^
18
18
| testcode.ExtensionB.id(a) failed with
19
19
|
20
20
| 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