Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(52)

Unified Diff: pkg/front_end/testcases/inference/local_reference_upwards_local.dart

Issue 2846883005: Rollback instrumentation during analysis and validate resolved ASTs instead. (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: pkg/front_end/testcases/inference/local_reference_upwards_local.dart
diff --git a/pkg/front_end/testcases/inference/local_reference_upwards_local.dart b/pkg/front_end/testcases/inference/local_reference_upwards_local.dart
index 7af4d7bf5d9129a3b6af0ed23e69004c5d120a9a..12bef7d057c5fbf766711471f7619409a7f46ea7 100644
--- a/pkg/front_end/testcases/inference/local_reference_upwards_local.dart
+++ b/pkg/front_end/testcases/inference/local_reference_upwards_local.dart
@@ -3,6 +3,8 @@
// BSD-style license that can be found in the LICENSE.md file.
/*@testedFeatures=inference*/
+library test;
+
import 'dart:async';
main() {

Powered by Google App Engine
This is Rietveld 408576698