We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58e0027 commit 8d55dffCopy full SHA for 8d55dff
test/model_test.dart
@@ -286,10 +286,6 @@ void main() {
286
expect(Apple.mixins, hasLength(0));
287
});
288
289
- test('implementors', () {
290
- expect(Apple.implementors, hasLength(1));
291
- });
292
-
293
test('mixins not private', () {
294
expect(F.mixins, hasLength(0));
295
test_package/lib/fake.dart
@@ -43,7 +43,6 @@ library fake;
43
import 'dart:async';
44
45
import 'example.dart';
46
-export 'example.dart' show B;
47
48
/// Useful for annotations.
49
class Annotation {
0 commit comments