|
1 | 1 | library /*isNonNullableByDefault*/;
|
2 |
| -// |
3 |
| -// Problems in library: |
4 |
| -// |
5 |
| -// pkg/front_end/testcases/unscheduled_experiments/named_arguments_anywhere/all_kinds.dart:17:21: Error: Place positional arguments before named arguments. |
6 |
| -// Try moving the positional argument before the named arguments, or add a name to the argument. |
7 |
| -// method2(foo: 1, 2); // This call. |
8 |
| -// ^ |
9 |
| -// |
10 |
| -// pkg/front_end/testcases/unscheduled_experiments/named_arguments_anywhere/all_kinds.dart:27:16: Error: Place positional arguments before named arguments. |
11 |
| -// Try moving the positional argument before the named arguments, or add a name to the argument. |
12 |
| -// foo(1, z: 2, 3); |
13 |
| -// ^ |
14 |
| -// |
15 |
| -// pkg/front_end/testcases/unscheduled_experiments/named_arguments_anywhere/all_kinds.dart:28:13: Error: Place positional arguments before named arguments. |
16 |
| -// Try moving the positional argument before the named arguments, or add a name to the argument. |
17 |
| -// foo(z: 1, 2, 3); |
18 |
| -// ^ |
19 |
| -// |
20 |
| -// pkg/front_end/testcases/unscheduled_experiments/named_arguments_anywhere/all_kinds.dart:28:16: Error: Place positional arguments before named arguments. |
21 |
| -// Try moving the positional argument before the named arguments, or add a name to the argument. |
22 |
| -// foo(z: 1, 2, 3); |
23 |
| -// ^ |
24 |
| -// |
25 |
| -// pkg/front_end/testcases/unscheduled_experiments/named_arguments_anywhere/all_kinds.dart:32:22: Error: Place positional arguments before named arguments. |
26 |
| -// Try moving the positional argument before the named arguments, or add a name to the argument. |
27 |
| -// new A.foo(1, z: 2, 3); |
28 |
| -// ^ |
29 |
| -// |
30 |
| -// pkg/front_end/testcases/unscheduled_experiments/named_arguments_anywhere/all_kinds.dart:33:19: Error: Place positional arguments before named arguments. |
31 |
| -// Try moving the positional argument before the named arguments, or add a name to the argument. |
32 |
| -// new A.foo(z: 1, 2, 3); |
33 |
| -// ^ |
34 |
| -// |
35 |
| -// pkg/front_end/testcases/unscheduled_experiments/named_arguments_anywhere/all_kinds.dart:33:22: Error: Place positional arguments before named arguments. |
36 |
| -// Try moving the positional argument before the named arguments, or add a name to the argument. |
37 |
| -// new A.foo(z: 1, 2, 3); |
38 |
| -// ^ |
39 |
| -// |
40 |
| -// pkg/front_end/testcases/unscheduled_experiments/named_arguments_anywhere/all_kinds.dart:35:22: Error: Place positional arguments before named arguments. |
41 |
| -// Try moving the positional argument before the named arguments, or add a name to the argument. |
42 |
| -// new B.foo(1, z: 2, 3); |
43 |
| -// ^ |
44 |
| -// |
45 |
| -// pkg/front_end/testcases/unscheduled_experiments/named_arguments_anywhere/all_kinds.dart:36:19: Error: Place positional arguments before named arguments. |
46 |
| -// Try moving the positional argument before the named arguments, or add a name to the argument. |
47 |
| -// new B.foo(z: 1, 2, 3); |
48 |
| -// ^ |
49 |
| -// |
50 |
| -// pkg/front_end/testcases/unscheduled_experiments/named_arguments_anywhere/all_kinds.dart:36:22: Error: Place positional arguments before named arguments. |
51 |
| -// Try moving the positional argument before the named arguments, or add a name to the argument. |
52 |
| -// new B.foo(z: 1, 2, 3); |
53 |
| -// ^ |
54 |
| -// |
55 |
| -// pkg/front_end/testcases/unscheduled_experiments/named_arguments_anywhere/all_kinds.dart:40:18: Error: Place positional arguments before named arguments. |
56 |
| -// Try moving the positional argument before the named arguments, or add a name to the argument. |
57 |
| -// new A(1, z: 2, 3); |
58 |
| -// ^ |
59 |
| -// |
60 |
| -// pkg/front_end/testcases/unscheduled_experiments/named_arguments_anywhere/all_kinds.dart:41:15: Error: Place positional arguments before named arguments. |
61 |
| -// Try moving the positional argument before the named arguments, or add a name to the argument. |
62 |
| -// new A(z: 1, 2, 3); |
63 |
| -// ^ |
64 |
| -// |
65 |
| -// pkg/front_end/testcases/unscheduled_experiments/named_arguments_anywhere/all_kinds.dart:41:18: Error: Place positional arguments before named arguments. |
66 |
| -// Try moving the positional argument before the named arguments, or add a name to the argument. |
67 |
| -// new A(z: 1, 2, 3); |
68 |
| -// ^ |
69 |
| -// |
70 |
| -// pkg/front_end/testcases/unscheduled_experiments/named_arguments_anywhere/all_kinds.dart:43:18: Error: Place positional arguments before named arguments. |
71 |
| -// Try moving the positional argument before the named arguments, or add a name to the argument. |
72 |
| -// new B(1, z: 2, 3); |
73 |
| -// ^ |
74 |
| -// |
75 |
| -// pkg/front_end/testcases/unscheduled_experiments/named_arguments_anywhere/all_kinds.dart:44:15: Error: Place positional arguments before named arguments. |
76 |
| -// Try moving the positional argument before the named arguments, or add a name to the argument. |
77 |
| -// new B(z: 1, 2, 3); |
78 |
| -// ^ |
79 |
| -// |
80 |
| -// pkg/front_end/testcases/unscheduled_experiments/named_arguments_anywhere/all_kinds.dart:44:18: Error: Place positional arguments before named arguments. |
81 |
| -// Try moving the positional argument before the named arguments, or add a name to the argument. |
82 |
| -// new B(z: 1, 2, 3); |
83 |
| -// ^ |
84 |
| -// |
85 |
| -// pkg/front_end/testcases/unscheduled_experiments/named_arguments_anywhere/all_kinds.dart:48:14: Error: Place positional arguments before named arguments. |
86 |
| -// Try moving the positional argument before the named arguments, or add a name to the argument. |
87 |
| -// d(1, z: 2, 3); |
88 |
| -// ^ |
89 |
| -// |
90 |
| -// pkg/front_end/testcases/unscheduled_experiments/named_arguments_anywhere/all_kinds.dart:49:11: Error: Place positional arguments before named arguments. |
91 |
| -// Try moving the positional argument before the named arguments, or add a name to the argument. |
92 |
| -// d(z: 1, 2, 3); |
93 |
| -// ^ |
94 |
| -// |
95 |
| -// pkg/front_end/testcases/unscheduled_experiments/named_arguments_anywhere/all_kinds.dart:49:14: Error: Place positional arguments before named arguments. |
96 |
| -// Try moving the positional argument before the named arguments, or add a name to the argument. |
97 |
| -// d(z: 1, 2, 3); |
98 |
| -// ^ |
99 |
| -// |
100 |
| -// pkg/front_end/testcases/unscheduled_experiments/named_arguments_anywhere/all_kinds.dart:53:14: Error: Place positional arguments before named arguments. |
101 |
| -// Try moving the positional argument before the named arguments, or add a name to the argument. |
102 |
| -// f(1, z: 2, 3); |
103 |
| -// ^ |
104 |
| -// |
105 |
| -// pkg/front_end/testcases/unscheduled_experiments/named_arguments_anywhere/all_kinds.dart:54:11: Error: Place positional arguments before named arguments. |
106 |
| -// Try moving the positional argument before the named arguments, or add a name to the argument. |
107 |
| -// f(z: 1, 2, 3); |
108 |
| -// ^ |
109 |
| -// |
110 |
| -// pkg/front_end/testcases/unscheduled_experiments/named_arguments_anywhere/all_kinds.dart:54:14: Error: Place positional arguments before named arguments. |
111 |
| -// Try moving the positional argument before the named arguments, or add a name to the argument. |
112 |
| -// f(z: 1, 2, 3); |
113 |
| -// ^ |
114 |
| -// |
115 |
| -// pkg/front_end/testcases/unscheduled_experiments/named_arguments_anywhere/all_kinds.dart:58:23: Error: Place positional arguments before named arguments. |
116 |
| -// Try moving the positional argument before the named arguments, or add a name to the argument. |
117 |
| -// a.property(1, z: 2, 3); |
118 |
| -// ^ |
119 |
| -// |
120 |
| -// pkg/front_end/testcases/unscheduled_experiments/named_arguments_anywhere/all_kinds.dart:59:20: Error: Place positional arguments before named arguments. |
121 |
| -// Try moving the positional argument before the named arguments, or add a name to the argument. |
122 |
| -// a.property(z: 1, 2, 3); |
123 |
| -// ^ |
124 |
| -// |
125 |
| -// pkg/front_end/testcases/unscheduled_experiments/named_arguments_anywhere/all_kinds.dart:59:23: Error: Place positional arguments before named arguments. |
126 |
| -// Try moving the positional argument before the named arguments, or add a name to the argument. |
127 |
| -// a.property(z: 1, 2, 3); |
128 |
| -// ^ |
129 |
| -// |
130 |
| -// pkg/front_end/testcases/unscheduled_experiments/named_arguments_anywhere/all_kinds.dart:63:18: Error: Place positional arguments before named arguments. |
131 |
| -// Try moving the positional argument before the named arguments, or add a name to the argument. |
132 |
| -// a.bar(1, z: 2, 3); |
133 |
| -// ^ |
134 |
| -// |
135 |
| -// pkg/front_end/testcases/unscheduled_experiments/named_arguments_anywhere/all_kinds.dart:64:15: Error: Place positional arguments before named arguments. |
136 |
| -// Try moving the positional argument before the named arguments, or add a name to the argument. |
137 |
| -// a.bar(z: 1, 2, 3); |
138 |
| -// ^ |
139 |
| -// |
140 |
| -// pkg/front_end/testcases/unscheduled_experiments/named_arguments_anywhere/all_kinds.dart:64:18: Error: Place positional arguments before named arguments. |
141 |
| -// Try moving the positional argument before the named arguments, or add a name to the argument. |
142 |
| -// a.bar(z: 1, 2, 3); |
143 |
| -// ^ |
144 |
| -// |
145 |
| -// pkg/front_end/testcases/unscheduled_experiments/named_arguments_anywhere/all_kinds.dart:68:18: Error: Place positional arguments before named arguments. |
146 |
| -// Try moving the positional argument before the named arguments, or add a name to the argument. |
147 |
| -// local(1, z: 2, 3); |
148 |
| -// ^ |
149 |
| -// |
150 |
| -// pkg/front_end/testcases/unscheduled_experiments/named_arguments_anywhere/all_kinds.dart:69:15: Error: Place positional arguments before named arguments. |
151 |
| -// Try moving the positional argument before the named arguments, or add a name to the argument. |
152 |
| -// local(z: 1, 2, 3); |
153 |
| -// ^ |
154 |
| -// |
155 |
| -// pkg/front_end/testcases/unscheduled_experiments/named_arguments_anywhere/all_kinds.dart:69:18: Error: Place positional arguments before named arguments. |
156 |
| -// Try moving the positional argument before the named arguments, or add a name to the argument. |
157 |
| -// local(z: 1, 2, 3); |
158 |
| -// ^ |
159 |
| -// |
160 |
| -// pkg/front_end/testcases/unscheduled_experiments/named_arguments_anywhere/all_kinds.dart:77:24: Error: Place positional arguments before named arguments. |
161 |
| -// Try moving the positional argument before the named arguments, or add a name to the argument. |
162 |
| -// super.bar(1, z: 2, 3); |
163 |
| -// ^ |
164 |
| -// |
165 |
| -// pkg/front_end/testcases/unscheduled_experiments/named_arguments_anywhere/all_kinds.dart:78:21: Error: Place positional arguments before named arguments. |
166 |
| -// Try moving the positional argument before the named arguments, or add a name to the argument. |
167 |
| -// super.bar(z: 1, 2, 3); |
168 |
| -// ^ |
169 |
| -// |
170 |
| -// pkg/front_end/testcases/unscheduled_experiments/named_arguments_anywhere/all_kinds.dart:78:24: Error: Place positional arguments before named arguments. |
171 |
| -// Try moving the positional argument before the named arguments, or add a name to the argument. |
172 |
| -// super.bar(z: 1, 2, 3); |
173 |
| -// ^ |
174 |
| -// |
175 | 2 | import self as self;
|
176 | 3 | import "dart:core" as core;
|
177 | 4 |
|
|
0 commit comments