You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
static method B|+(lowered final self::C #this, core::int i) → core::int
209
199
return i;
210
-
static method B|unary-(lowered final self::C* #this) → core::int*
200
+
static method B|unary-(lowered final self::C #this) → core::int
211
201
return 0;
212
-
static method B|[]=(lowered final self::C* #this, core::int* i, core::int* j) → void {}
213
-
static method errors(self::C* c) → dynamic {
202
+
static method B|[]=(lowered final self::C #this, core::int i, core::int j) → void {}
203
+
static method errors(self::C c) → dynamic {
214
204
invalid-expression "pkg/front_end/testcases/extensions/ambiguous.dart:28:5: Error: The method 'method' is defined in multiple extensions for 'C' and neither is more specific.
215
205
- 'C' is from 'pkg/front_end/testcases/extensions/ambiguous.dart'.
216
206
Try using an explicit extension application of the wanted extension or hiding unwanted extensions from scope.
static method B|+(lowered final self::C #this, core::int i) → core::int
209
199
return i;
210
-
static method B|unary-(lowered final self::C* #this) → core::int*
200
+
static method B|unary-(lowered final self::C #this) → core::int
211
201
return 0;
212
-
static method B|[]=(lowered final self::C* #this, core::int* i, core::int* j) → void {}
213
-
static method errors(self::C* c) → dynamic {
202
+
static method B|[]=(lowered final self::C #this, core::int i, core::int j) → void {}
203
+
static method errors(self::C c) → dynamic {
214
204
invalid-expression "pkg/front_end/testcases/extensions/ambiguous.dart:28:5: Error: The method 'method' is defined in multiple extensions for 'C' and neither is more specific.
215
205
- 'C' is from 'pkg/front_end/testcases/extensions/ambiguous.dart'.
216
206
Try using an explicit extension application of the wanted extension or hiding unwanted extensions from scope.
0 commit comments