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

Unified Diff: tests/language_strong/regress_21912_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/regress_21912_test.dart
diff --git a/tests/language_strong/regress_21912_test.dart b/tests/language_strong/regress_21912_test.dart
index 8a7151bcf0cd80939f8194684929aa14af69f828..84817e3f4369527d0a0a0108bd83f213ab9d0dd4 100644
--- a/tests/language_strong/regress_21912_test.dart
+++ b/tests/language_strong/regress_21912_test.dart
@@ -16,7 +16,7 @@ void main() {
Function2<Function2<A, B>, Function2<B, A>> t1;
Function2<AToB, BToA> t2;
Function2<Function2<int, double>, Function2<int, double>> left;
- left = t1; /// 01: static type warning
- left = t2; /// 02: static type warning
+ left = t1; //# 01: static type warning
+ left = t2; //# 02: static type warning
}
}

Powered by Google App Engine
This is Rietveld 408576698