summaryrefslogtreecommitdiff
path: root/test/files/neg/altherr3.check
blob: 1ee3655290bd7a32418da335723f840f111ffed4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
altherr3.scala:26: no type parameters for method foo0 of type [a](a*)bug.Foo[a] exist so that it can be applied to arguments ()
 --- because ---
result type bug.Foo[a] is incompatible with expected type scala.Int
  bar0[Int](foo0());                             // error  1
                ^
altherr3.scala:27: no type parameters for method foo0 of type [a](a*)bug.Foo[a] exist so that it can be applied to arguments (bug.Foo[scala.All])
 --- because ---
result type bug.Foo[a] is incompatible with expected type scala.Int
  bar0[Int](foo0(foo0()));                       // error  2
                ^
altherr3.scala:28: no type parameters for method foo0 of type [a](a*)bug.Foo[a] exist so that it can be applied to arguments (bug.Foo[bug.Foo[scala.All]])
 --- because ---
result type bug.Foo[a] is incompatible with expected type scala.Int
  bar0[Int](foo0(foo0(foo0())));                 // error  3
                ^
altherr3.scala:29: no type parameters for method foo0 of type [a](a*)bug.Foo[a] exist so that it can be applied to arguments (bug.Foo[bug.Foo[bug.Foo[scala.All]]])
 --- because ---
result type bug.Foo[a] is incompatible with expected type scala.Int
  bar0[Int](foo0(foo0(foo0(foo0()))));           // error  4
                ^
altherr3.scala:32: no type parameters for method foo0 of type [a](a*)bug.Foo[a] exist so that it can be applied to arguments ()
 --- because ---
result type bug.Foo[a] is incompatible with expected type scala.Int
  bar0[Foo[Int]](foo0(foo0()));                  // error  5
                          ^
altherr3.scala:33: no type parameters for method foo0 of type [a](a*)bug.Foo[a] exist so that it can be applied to arguments (bug.Foo[scala.All])
 --- because ---
result type bug.Foo[a] is incompatible with expected type scala.Int
  bar0[Foo[Int]](foo0(foo0(foo0())));            // error  6
                          ^
altherr3.scala:34: no type parameters for method foo0 of type [a](a*)bug.Foo[a] exist so that it can be applied to arguments (bug.Foo[bug.Foo[scala.All]])
 --- because ---
result type bug.Foo[a] is incompatible with expected type scala.Int
  bar0[Foo[Int]](foo0(foo0(foo0(foo0()))));      // error  7
                          ^
altherr3.scala:38: no type parameters for method foo0 of type [a](a*)bug.Foo[a] exist so that it can be applied to arguments ()
 --- because ---
result type bug.Foo[a] is incompatible with expected type scala.Int
  bar0[Foo[Foo[Int]]](foo0(foo0(foo0())));       // error  8
                                    ^
altherr3.scala:39: no type parameters for method foo0 of type [a](a*)bug.Foo[a] exist so that it can be applied to arguments (bug.Foo[scala.All])
 --- because ---
result type bug.Foo[a] is incompatible with expected type scala.Int
  bar0[Foo[Foo[Int]]](foo0(foo0(foo0(foo0())))); // error  9
                                    ^
altherr3.scala:49: no type parameters for method foo0 of type [a](a*)bug.Foo[a] exist so that it can be applied to arguments ()
 --- because ---
result type bug.Foo[a] is incompatible with expected type scala.Int
  bar1[Int](foo0(foo0()));                       // error 10
                     ^
altherr3.scala:50: no type parameters for method foo0 of type [a](a*)bug.Foo[a] exist so that it can be applied to arguments (bug.Foo[scala.All])
 --- because ---
result type bug.Foo[a] is incompatible with expected type scala.Int
  bar1[Int](foo0(foo0(foo0())));                 // error 11
                     ^
altherr3.scala:51: no type parameters for method foo0 of type [a](a*)bug.Foo[a] exist so that it can be applied to arguments (bug.Foo[bug.Foo[scala.All]])
 --- because ---
result type bug.Foo[a] is incompatible with expected type scala.Int
  bar1[Int](foo0(foo0(foo0(foo0()))));           // error 12
                     ^
altherr3.scala:55: no type parameters for method foo0 of type [a](a*)bug.Foo[a] exist so that it can be applied to arguments ()
 --- because ---
result type bug.Foo[a] is incompatible with expected type scala.Int
  bar1[Foo[Int]](foo0(foo0(foo0())));            // error 13
                               ^
altherr3.scala:56: no type parameters for method foo0 of type [a](a*)bug.Foo[a] exist so that it can be applied to arguments (bug.Foo[scala.All])
 --- because ---
result type bug.Foo[a] is incompatible with expected type scala.Int
  bar1[Foo[Int]](foo0(foo0(foo0(foo0()))));      // error 14
                               ^
altherr3.scala:61: no type parameters for method foo0 of type [a](a*)bug.Foo[a] exist so that it can be applied to arguments ()
 --- because ---
result type bug.Foo[a] is incompatible with expected type scala.Int
  bar1[Foo[Foo[Int]]](foo0(foo0(foo0(foo0())))); // error 15
                                         ^
altherr3.scala:72: no type parameters for method foo0 of type [a](a*)bug.Foo[a] exist so that it can be applied to arguments ()
 --- because ---
result type bug.Foo[a] is incompatible with expected type scala.Int
  bar2[Int](foo0(foo0(foo0())));                 // error 16
                          ^
altherr3.scala:73: no type parameters for method foo0 of type [a](a*)bug.Foo[a] exist so that it can be applied to arguments (bug.Foo[scala.All])
 --- because ---
result type bug.Foo[a] is incompatible with expected type scala.Int
  bar2[Int](foo0(foo0(foo0(foo0()))));           // error 17
                          ^
altherr3.scala:78: no type parameters for method foo0 of type [a](a*)bug.Foo[a] exist so that it can be applied to arguments ()
 --- because ---
result type bug.Foo[a] is incompatible with expected type scala.Int
  bar2[Foo[Int]](foo0(foo0(foo0(foo0()))));      // error 18
                                    ^
altherr3.scala:95: no type parameters for method foo0 of type [a](a*)bug.Foo[a] exist so that it can be applied to arguments ()
 --- because ---
result type bug.Foo[a] is incompatible with expected type scala.Int
  bar3[Int](foo0(foo0(foo0(foo0()))));           // error 20
                               ^
altherr3.scala:116: no type parameters for method foo1 of type [a](a*)bug.Foo[a] exist so that it can be applied to arguments ()
 --- because ---
result type bug.Foo[a] is incompatible with expected type scala.Int
  bar0[Int](foo1());                             // error 21
                ^
altherr3.scala:117: no type parameters for method foo1 of type [a](a*)bug.Foo[a] exist so that it can be applied to arguments (bug.Foo[scala.All])
 --- because ---
result type bug.Foo[a] is incompatible with expected type scala.Int
  bar0[Int](foo1(foo1()));                       // error 22
                ^
altherr3.scala:118: no type parameters for method foo1 of type [a](a*)bug.Foo[a] exist so that it can be applied to arguments (bug.Foo[bug.Foo[scala.All]])
 --- because ---
result type bug.Foo[a] is incompatible with expected type scala.Int
  bar0[Int](foo1(foo1(foo1())));                 // error 23
                ^
altherr3.scala:119: no type parameters for method foo1 of type [a](a*)bug.Foo[a] exist so that it can be applied to arguments (bug.Foo[bug.Foo[bug.Foo[scala.All]]])
 --- because ---
result type bug.Foo[a] is incompatible with expected type scala.Int
  bar0[Int](foo1(foo1(foo1(foo1()))));           // error 24
                ^
altherr3.scala:122: no type parameters for method foo1 of type [a](a*)bug.Foo[a] exist so that it can be applied to arguments ()
 --- because ---
result type bug.Foo[a] is incompatible with expected type scala.Int
  bar0[Foo[Int]](foo1(foo1()));                  // error 25
                          ^
altherr3.scala:123: no type parameters for method foo1 of type [a](a*)bug.Foo[a] exist so that it can be applied to arguments (bug.Foo[scala.All])
 --- because ---
result type bug.Foo[a] is incompatible with expected type scala.Int
  bar0[Foo[Int]](foo1(foo1(foo1())));            // error 26
                          ^
altherr3.scala:124: no type parameters for method foo1 of type [a](a*)bug.Foo[a] exist so that it can be applied to arguments (bug.Foo[bug.Foo[scala.All]])
 --- because ---
result type bug.Foo[a] is incompatible with expected type scala.Int
  bar0[Foo[Int]](foo0(foo1(foo1(foo1()))));      // error 27
                          ^
altherr3.scala:128: no type parameters for method foo1 of type [a](a*)bug.Foo[a] exist so that it can be applied to arguments ()
 --- because ---
result type bug.Foo[a] is incompatible with expected type scala.Int
  bar0[Foo[Foo[Int]]](foo1(foo1(foo1())));       // error 28
                                    ^
altherr3.scala:129: no type parameters for method foo1 of type [a](a*)bug.Foo[a] exist so that it can be applied to arguments (bug.Foo[scala.All])
 --- because ---
result type bug.Foo[a] is incompatible with expected type scala.Int
  bar0[Foo[Foo[Int]]](foo1(foo0(foo1(foo1())))); // error 29
                                    ^
altherr3.scala:139: no type parameters for method foo1 of type [a](a*)bug.Foo[a] exist so that it can be applied to arguments ()
 --- because ---
result type bug.Foo[a] is incompatible with expected type scala.Int
  bar1[Int](foo1(foo1()));                       // error 30
                     ^
altherr3.scala:140: no type parameters for method foo1 of type [a](a*)bug.Foo[a] exist so that it can be applied to arguments (bug.Foo[scala.All])
 --- because ---
result type bug.Foo[a] is incompatible with expected type scala.Int
  bar1[Int](foo1(foo1(foo1())));                 // error 31
                     ^
altherr3.scala:141: no type parameters for method foo1 of type [a](a*)bug.Foo[a] exist so that it can be applied to arguments (bug.Foo[bug.Foo[scala.All]])
 --- because ---
result type bug.Foo[a] is incompatible with expected type scala.Int
  bar1[Int](foo1(foo1(foo1(foo1()))));           // error 32
                     ^
altherr3.scala:145: no type parameters for method foo1 of type [a](a*)bug.Foo[a] exist so that it can be applied to arguments ()
 --- because ---
result type bug.Foo[a] is incompatible with expected type scala.Int
  bar1[Foo[Int]](foo1(foo1(foo1())));            // error 33
                               ^
altherr3.scala:146: no type parameters for method foo1 of type [a](a*)bug.Foo[a] exist so that it can be applied to arguments (bug.Foo[scala.All])
 --- because ---
result type bug.Foo[a] is incompatible with expected type scala.Int
  bar1[Foo[Int]](foo1(foo1(foo1(foo1()))));      // error 34
                               ^
altherr3.scala:151: no type parameters for method foo1 of type [a](a*)bug.Foo[a] exist so that it can be applied to arguments ()
 --- because ---
result type bug.Foo[a] is incompatible with expected type scala.Int
  bar1[Foo[Foo[Int]]](foo1(foo1(foo1(foo1())))); // error 35
                                         ^
34 errors found