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

Unified Diff: test/codegen/dom.dart

Issue 962213003: fix analysis messages (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 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
Index: test/codegen/dom.dart
diff --git a/test/codegen/dom.dart b/test/codegen/dom.dart
index 05430c10de0feca03b44ea0f70719d4604d595d1..7ff6bb59ed66270df29fb24f8e12359c8840ee5c 100644
--- a/test/codegen/dom.dart
+++ b/test/codegen/dom.dart
@@ -20,10 +20,8 @@ class Overload {
}
const overload = const Overload();
-// TODO(jmesserly): uncomment once fix lands for:
-// https://github.com/dart-lang/dart_style/issues/85
-// @JsGlobal()
-final Document document;
+@JsGlobal()
+final Document document = null;
@JsType(name: 'Document')
abstract class Document {

Powered by Google App Engine
This is Rietveld 408576698