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: pkg/front_end/testcases/extension_types/implements_conflicts.dart.strong.expect
-55Lines changed: 0 additions & 55 deletions
Original file line number
Diff line number
Diff line change
@@ -79,61 +79,6 @@ library;
79
79
// void set method4(int value) {}
80
80
// ^^^^^^^
81
81
//
82
-
// pkg/front_end/testcases/extension_types/implements_conflicts.dart:89:11: Error: The type 'int' of the getter 'ExtensionType11.property' is not a subtype of the type 'String' of the setter 'ExtensionType11.property'.
83
-
// int get property => 42; /* Error */
84
-
// ^^^^^^^^
85
-
// pkg/front_end/testcases/extension_types/implements_conflicts.dart:90:12: Context: This is the declaration of the setter 'ExtensionType11.property'.
86
-
// void set property(String value) {} /* Error */
87
-
// ^^^^^^^^
88
-
//
89
-
// pkg/front_end/testcases/extension_types/implements_conflicts.dart:93:16: Error: The type 'int' of the inherited getter 'ClassL.property' is not a subtype of the type 'String' of the inherited setter 'ClassM.property'.
90
-
// extension type ExtensionType12a(ClassLM n) /* Error */
91
-
// ^
92
-
// pkg/front_end/testcases/extension_types/implements_conflicts_lib.dart:93:11: Context: This is the declaration of the getter 'ClassL.property'.
93
-
// int get property => 42;
94
-
// ^^^^^^^^
95
-
// pkg/front_end/testcases/extension_types/implements_conflicts_lib.dart:97:12: Context: This is the declaration of the setter 'ClassM.property'.
96
-
// void set property(String value) {}
97
-
// ^^^^^^^^
98
-
//
99
-
// pkg/front_end/testcases/extension_types/implements_conflicts.dart:98:12: Error: The type 'int' of the inherited getter 'ClassL.property' is not a subtype of the type 'bool' of the setter 'ExtensionType12b.property'.
100
-
// void set property(bool value) {} /* Error */
101
-
// ^^^^^^^^
102
-
// pkg/front_end/testcases/extension_types/implements_conflicts_lib.dart:93:11: Context: This is the declaration of the getter 'ClassL.property'.
103
-
// int get property => 42;
104
-
// ^^^^^^^^
105
-
//
106
-
// pkg/front_end/testcases/extension_types/implements_conflicts.dart:103:12: Error: The type 'bool' of the getter 'ExtensionType12c.property' is not a subtype of the type 'String' of the inherited setter 'ClassM.property'.
107
-
// bool get property => true; /* Error */
108
-
// ^^^^^^^^
109
-
// pkg/front_end/testcases/extension_types/implements_conflicts_lib.dart:97:12: Context: This is the declaration of the setter 'ClassM.property'.
110
-
// void set property(String value) {}
111
-
// ^^^^^^^^
112
-
//
113
-
// pkg/front_end/testcases/extension_types/implements_conflicts.dart:112:16: Error: The type 'int' of the inherited getter 'ExtensionTypeL.property' is not a subtype of the type 'String' of the inherited setter 'ExtensionTypeM.property'.
114
-
// extension type ExtensionType13a(ClassLM i) /* Error */
115
-
// ^
116
-
// pkg/front_end/testcases/extension_types/implements_conflicts_lib.dart:103:11: Context: This is the declaration of the getter 'ExtensionTypeL.property'.
117
-
// int get property => 42;
118
-
// ^^^^^^^^
119
-
// pkg/front_end/testcases/extension_types/implements_conflicts_lib.dart:107:12: Context: This is the declaration of the setter 'ExtensionTypeM.property'.
120
-
// void set property(String value) {}
121
-
// ^^^^^^^^
122
-
//
123
-
// pkg/front_end/testcases/extension_types/implements_conflicts.dart:117:12: Error: The type 'int' of the inherited getter 'ExtensionTypeL.property' is not a subtype of the type 'bool' of the setter 'ExtensionType13b.property'.
124
-
// void set property(bool value) {} /* Error */
125
-
// ^^^^^^^^
126
-
// pkg/front_end/testcases/extension_types/implements_conflicts_lib.dart:103:11: Context: This is the declaration of the getter 'ExtensionTypeL.property'.
127
-
// int get property => 42;
128
-
// ^^^^^^^^
129
-
//
130
-
// pkg/front_end/testcases/extension_types/implements_conflicts.dart:122:12: Error: The type 'bool' of the getter 'ExtensionType13c.property' is not a subtype of the type 'String' of the inherited setter 'ExtensionTypeM.property'.
131
-
// bool get property => true; /* Error */
132
-
// ^^^^^^^^
133
-
// pkg/front_end/testcases/extension_types/implements_conflicts_lib.dart:107:12: Context: This is the declaration of the setter 'ExtensionTypeM.property'.
134
-
// void set property(String value) {}
135
-
// ^^^^^^^^
136
-
//
137
82
// pkg/front_end/testcases/extension_types/implements_conflicts.dart:42:16: Error: Extension type 'ExtensionType6a' inherits multiple members named 'method2' with incompatible signatures.
138
83
// Try adding a declaration of 'method2' to 'ExtensionType6a'.
139
84
// extension type ExtensionType6a(ClassF c) /* Error */
0 commit comments