Files
sdk/pkg/front_end/testing_with_lints.json
T
Vyacheslav Egorov 39e7da9ca4 [cfe] Fix ConstructorBuilder.prepareInitializers to refer to actual constructor.
Instead of referring to target constructor that is going to be patched.

Change-Id: Ic98146b69c9e5fbdcc13df86f3293f3d9d4462f0
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/121328
Commit-Queue: Vyacheslav Egorov <vegorov@google.com>
Reviewed-by: Johnni Winther <johnniwinther@google.com>
2019-10-11 18:44:18 +00:00

26 lines
767 B
JSON

{
"ignored_1":"Copyright (c) 2019, the Dart project authors. Please see the AUTHORS file",
"ignored_2":"for details. All rights reserved. Use of this source code is governed by a",
"ignored_3":"BSD-style license that can be found in the LICENSE.md file.",
"packages": "../../.packages",
"analyze": {
"options": "analysis_options.yaml",
"uris": [
"lib/"
],
"exclude": [
"test/analyser_ignored/",
"test/extensions/data/",
"test/id_testing/data/",
"test/language_versioning/data/",
"test/flow_analysis/definite_assignment/data/",
"test/flow_analysis/nullability/data/",
"test/flow_analysis/reachability/data/",
"test/flow_analysis/type_promotion/data/",
"test/patching/data/"
]
}
}