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

Unified Diff: tests/language_strong/factory5_test.dart

Issue 2765693002: Update all tests (Closed)
Patch Set: Created 3 years, 9 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/language_strong/factory5_test.dart
diff --git a/tests/language_strong/factory5_test.dart b/tests/language_strong/factory5_test.dart
index ff2013b15e59b0cd69b1ef834470cedddcef6eb5..96fa0f148f5ba192292392d92d0a79486960792a 100644
--- a/tests/language_strong/factory5_test.dart
+++ b/tests/language_strong/factory5_test.dart
@@ -8,7 +8,7 @@ abstract class Link<T> {
class LinkFactory<T> {
factory LinkFactory.create() { return null; }
- factory LinkFactory.Foo() = Foo<T>; /// 00: static type warning
+ factory LinkFactory.Foo() = Foo<T>; //# 00: static type warning
}
main() {

Powered by Google App Engine
This is Rietveld 408576698