|
1 |
| --- [E008] Not Found Error: tests/neg/i16920.scala:18:11 ---------------------------------------------------------------- |
2 |
| -18 | "five".wow // error |
| 1 | +-- [E008] Not Found Error: tests/neg/i16920.scala:20:11 ---------------------------------------------------------------- |
| 2 | +20 | "five".wow // error |
3 | 3 | | ^^^^^^^^^^
|
4 | 4 | | value wow is not a member of String.
|
5 | 5 | | An extension method was tried, but could not be fully constructed:
|
|
10 | 10 | |
|
11 | 11 | | Found: ("five" : String)
|
12 | 12 | | Required: Int
|
13 |
| --- [E008] Not Found Error: tests/neg/i16920.scala:26:6 ----------------------------------------------------------------- |
14 |
| -26 | 5.wow // error |
| 13 | +-- [E008] Not Found Error: tests/neg/i16920.scala:28:6 ----------------------------------------------------------------- |
| 14 | +28 | 5.wow // error |
15 | 15 | | ^^^^^
|
16 | 16 | | value wow is not a member of Int.
|
17 | 17 | | An extension method was tried, but could not be fully constructed:
|
|
22 | 22 | |
|
23 | 23 | | Found: (5 : Int)
|
24 | 24 | | Required: Boolean
|
25 |
| --- [E008] Not Found Error: tests/neg/i16920.scala:27:11 ---------------------------------------------------------------- |
26 |
| -27 | "five".wow // error |
| 25 | +-- [E008] Not Found Error: tests/neg/i16920.scala:29:11 ---------------------------------------------------------------- |
| 26 | +29 | "five".wow // error |
27 | 27 | | ^^^^^^^^^^
|
28 | 28 | | value wow is not a member of String.
|
29 | 29 | | An extension method was tried, but could not be fully constructed:
|
|
34 | 34 | |
|
35 | 35 | | Found: ("five" : String)
|
36 | 36 | | Required: Boolean
|
37 |
| --- [E008] Not Found Error: tests/neg/i16920.scala:34:6 ----------------------------------------------------------------- |
38 |
| -34 | 5.wow // error |
| 37 | +-- [E008] Not Found Error: tests/neg/i16920.scala:36:6 ----------------------------------------------------------------- |
| 38 | +36 | 5.wow // error |
39 | 39 | | ^^^^^
|
40 | 40 | | value wow is not a member of Int.
|
41 | 41 | | An extension method was tried, but could not be fully constructed:
|
|
48 | 48 | | both Three.wow(5)
|
49 | 49 | | and Two.wow(5)
|
50 | 50 | | are possible expansions of 5.wow
|
51 |
| --- [E008] Not Found Error: tests/neg/i16920.scala:42:11 ---------------------------------------------------------------- |
52 |
| -42 | "five".wow // error |
| 51 | +-- [E008] Not Found Error: tests/neg/i16920.scala:44:11 ---------------------------------------------------------------- |
| 52 | +44 | "five".wow // error |
53 | 53 | | ^^^^^^^^^^
|
54 | 54 | | value wow is not a member of String.
|
55 | 55 | | An extension method was tried, but could not be fully constructed:
|
|
60 | 60 | |
|
61 | 61 | | Found: ("five" : String)
|
62 | 62 | | Required: Int
|
63 |
| --- [E008] Not Found Error: tests/neg/i16920.scala:49:11 ---------------------------------------------------------------- |
64 |
| -49 | "five".wow // error |
| 63 | +-- [E008] Not Found Error: tests/neg/i16920.scala:51:11 ---------------------------------------------------------------- |
| 64 | +51 | "five".wow // error |
65 | 65 | | ^^^^^^^^^^
|
66 | 66 | | value wow is not a member of String.
|
67 | 67 | | An extension method was tried, but could not be fully constructed:
|
|
72 | 72 | |
|
73 | 73 | | Found: ("five" : String)
|
74 | 74 | | Required: Int
|
75 |
| --- [E008] Not Found Error: tests/neg/i16920.scala:56:6 ----------------------------------------------------------------- |
76 |
| -56 | 5.wow // error |
| 75 | +-- [E008] Not Found Error: tests/neg/i16920.scala:58:6 ----------------------------------------------------------------- |
| 76 | +58 | 5.wow // error |
77 | 77 | | ^^^^^
|
78 | 78 | | value wow is not a member of Int.
|
79 | 79 | | An extension method was tried, but could not be fully constructed:
|
|
0 commit comments