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

Unified Diff: lib/src/codegen/nullability_inferrer.dart

Issue 1710583002: Fix tests (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Fix hints and reformat Created 4 years, 10 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
« no previous file with comments | « lib/src/codegen/js_codegen.dart ('k') | test/browser/language_tests.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/codegen/nullability_inferrer.dart
diff --git a/lib/src/codegen/nullability_inferrer.dart b/lib/src/codegen/nullability_inferrer.dart
index 0513d1e66cc0f440486d5a68b6b158e3fdad0467..7104f76d8ac6ae476bd9b04996ba963e18304511 100644
--- a/lib/src/codegen/nullability_inferrer.dart
+++ b/lib/src/codegen/nullability_inferrer.dart
@@ -7,8 +7,7 @@ library dev_compiler.src.codegen.nullability_inferrer;
import 'package:analyzer/analyzer.dart' hide ConstantEvaluator;
import 'package:analyzer/src/generated/ast.dart' hide ConstantEvaluator;
import 'package:analyzer/src/generated/element.dart';
-import 'package:analyzer/src/generated/scanner.dart'
- show StringToken, Token, TokenType;
+import 'package:analyzer/dart/ast/token.dart' show Token, TokenType;
import 'assignments_index.dart';
import 'js_codegen.dart' show TemporaryVariableElement;
« no previous file with comments | « lib/src/codegen/js_codegen.dart ('k') | test/browser/language_tests.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698