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

Unified Diff: tests/language/issue15606_test.dart

Issue 2774783002: Re-land "Format all multitests" (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
« no previous file with comments | « tests/language/issue1363_test.dart ('k') | tests/language/issue_25671a_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/issue15606_test.dart
diff --git a/tests/language/issue15606_test.dart b/tests/language/issue15606_test.dart
index ea963d7664cbb08213df56349a8eb2d584bb77d4..a9840cab16327f28af758281f9b0e69625b64cd7 100644
--- a/tests/language/issue15606_test.dart
+++ b/tests/language/issue15606_test.dart
@@ -7,12 +7,13 @@ class Foo<T> {}
var a = [new Object(), 42];
main() {
- while (false) { // Comply to inlining heuristics.
+ while (false) {
+ // Comply to inlining heuristics.
// Use an unresolved prefix.
var foo = Unresolved.foo( //# 01: static type warning
- // Make dart2js generate a call to setRuntimeTypeInfo.
+ // Make dart2js generate a call to setRuntimeTypeInfo.
new Foo<int>(), //# 01: continued
- // Use a one-shot interceptor.
+ // Use a one-shot interceptor.
a[0].toString()); //# 01: continued
// Do an is test on `Foo` to require setRuntimeTypeInfo.
« no previous file with comments | « tests/language/issue1363_test.dart ('k') | tests/language/issue_25671a_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698