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

Unified Diff: tests/compiler/dart2js/sourcemaps/diff_view.dart

Issue 2944843002: All strong mode cleaning of dart2js. (Closed)
Patch Set: More issues discovered during testing. Created 3 years, 6 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: tests/compiler/dart2js/sourcemaps/diff_view.dart
diff --git a/tests/compiler/dart2js/sourcemaps/diff_view.dart b/tests/compiler/dart2js/sourcemaps/diff_view.dart
index ba0b5a1049399d7570d2334dbb01b63b0d6270a0..b0b2b69773f1cdb4ef271c967f6b1f48bb15da53 100644
--- a/tests/compiler/dart2js/sourcemaps/diff_view.dart
+++ b/tests/compiler/dart2js/sourcemaps/diff_view.dart
@@ -145,7 +145,7 @@ class CodeLineAnnotationJsonStrategy implements JsonStrategy {
}
@override
- encodeLineAnnotation(CodeSource lineAnnotation) {
+ encodeLineAnnotation(covariant CodeSource lineAnnotation) {
if (lineAnnotation != null) {
return lineAnnotation.toJson();
}
« no previous file with comments | « tests/compiler/dart2js/sourcemaps/data/invokes_test_file.dart ('k') | tests/compiler/dart2js/sourcemaps/mapping_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698