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
Copy file name to clipboardExpand all lines: tests/language/inference_update_2/why_not_promoted_conflict_error_test.dart
+3-3
Original file line number
Diff line number
Diff line change
@@ -26,9 +26,9 @@ class E {
26
26
}
27
27
28
28
classFimplementsC {
29
-
// ^
30
-
// [context 1] '_i' couldn't be promoted because there is a conflicting noSuchMethod forwarder in class 'F'. See http://dart.dev/go/non-promo-conflicting-noSuchMethod-forwarder
31
-
// [context 2] '_i' couldn't be promoted because there is a conflicting noSuchMethod forwarder in class 'F'.
29
+
// ^
30
+
// [context 1] '_i' couldn't be promoted because there is a conflicting noSuchMethod forwarder in class 'F'. See http://dart.dev/go/non-promo-conflicting-noSuchMethod-forwarder
31
+
// [context 2] '_i' couldn't be promoted because there is a conflicting noSuchMethod forwarder in class 'F'.
Copy file name to clipboardExpand all lines: tests/language/inference_update_2/why_not_promoted_mixin_error_test.dart
+9-9
Original file line number
Diff line number
Diff line change
@@ -87,15 +87,15 @@ class C6 {
87
87
}
88
88
89
89
classC7implementsC6 {
90
-
// ^^
91
-
// [context 6] '_conflictingNsmForwarder' couldn't be promoted because there is a conflicting noSuchMethod forwarder in class 'C7'. See http://dart.dev/go/non-promo-conflicting-noSuchMethod-forwarder
92
-
// [context 12] '_conflictingNsmForwarder' couldn't be promoted because there is a conflicting noSuchMethod forwarder in class 'C7'. See http://dart.dev/go/non-promo-conflicting-noSuchMethod-forwarder
93
-
// [context 18] '_conflictingNsmForwarder' couldn't be promoted because there is a conflicting noSuchMethod forwarder in class 'C7'. See http://dart.dev/go/non-promo-conflicting-noSuchMethod-forwarder
94
-
// [context 24] '_conflictingNsmForwarder' couldn't be promoted because there is a conflicting noSuchMethod forwarder in class 'C7'. See http://dart.dev/go/non-promo-conflicting-noSuchMethod-forwarder
95
-
// [context 30] '_conflictingNsmForwarder' couldn't be promoted because there is a conflicting noSuchMethod forwarder in class 'C7'.
96
-
// [context 36] '_conflictingNsmForwarder' couldn't be promoted because there is a conflicting noSuchMethod forwarder in class 'C7'.
97
-
// [context 42] '_conflictingNsmForwarder' couldn't be promoted because there is a conflicting noSuchMethod forwarder in class 'C7'.
98
-
// [context 48] '_conflictingNsmForwarder' couldn't be promoted because there is a conflicting noSuchMethod forwarder in class 'C7'.
90
+
// ^^
91
+
// [context 6] '_conflictingNsmForwarder' couldn't be promoted because there is a conflicting noSuchMethod forwarder in class 'C7'. See http://dart.dev/go/non-promo-conflicting-noSuchMethod-forwarder
92
+
// [context 12] '_conflictingNsmForwarder' couldn't be promoted because there is a conflicting noSuchMethod forwarder in class 'C7'. See http://dart.dev/go/non-promo-conflicting-noSuchMethod-forwarder
93
+
// [context 18] '_conflictingNsmForwarder' couldn't be promoted because there is a conflicting noSuchMethod forwarder in class 'C7'. See http://dart.dev/go/non-promo-conflicting-noSuchMethod-forwarder
94
+
// [context 24] '_conflictingNsmForwarder' couldn't be promoted because there is a conflicting noSuchMethod forwarder in class 'C7'. See http://dart.dev/go/non-promo-conflicting-noSuchMethod-forwarder
95
+
// [context 30] '_conflictingNsmForwarder' couldn't be promoted because there is a conflicting noSuchMethod forwarder in class 'C7'.
96
+
// [context 36] '_conflictingNsmForwarder' couldn't be promoted because there is a conflicting noSuchMethod forwarder in class 'C7'.
97
+
// [context 42] '_conflictingNsmForwarder' couldn't be promoted because there is a conflicting noSuchMethod forwarder in class 'C7'.
98
+
// [context 48] '_conflictingNsmForwarder' couldn't be promoted because there is a conflicting noSuchMethod forwarder in class 'C7'.
0 commit comments