e2a528d976
Some of the tests were fairly seriously broken, so this fixes them. Some of the tests were testing that we don't provide a fix when there is no lint, but I don't think that it's useful to test that. One test required no changes other than removing the marker. Change-Id: I6d85fd98506fa20d8bf4996d30603feb8b1ff252 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/134500 Reviewed-by: Phil Quitslund <pquitslund@google.com> Reviewed-by: Konstantin Shcheglov <scheglov@google.com> Commit-Queue: Brian Wilkerson <brianwilkerson@google.com>
16 lines
416 B
Dart
16 lines
416 B
Dart
// Copyright 2015 The Chromium Authors. All rights reserved.
|
|
// Use of this source code is governed by a BSD-style license that can be
|
|
// found in the LICENSE file.
|
|
|
|
export 'package:meta/meta.dart'
|
|
show
|
|
immutable,
|
|
mustCallSuper,
|
|
optionalTypeArgs,
|
|
protected,
|
|
required,
|
|
visibleForTesting;
|
|
|
|
export 'src/foundation/diagnostics.dart';
|
|
export 'src/foundation/key.dart';
|