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

Unified Diff: tests/language/regress_11010_test.dart

Issue 2771453003: Format all tests. (Closed)
Patch Set: Format files Created 3 years, 8 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/regress_11010_test.dart
diff --git a/tests/language/regress_11010_test.dart b/tests/language/regress_11010_test.dart
index 5028dcfd9ce2ef7870355394bbb4d208ddd48a0b..12f660988d3dd749a4525291cb5c4604d280a6e8 100644
--- a/tests/language/regress_11010_test.dart
+++ b/tests/language/regress_11010_test.dart
@@ -5,6 +5,7 @@
// We used to have an issue in dart2js where calling a top-level or
// static field wouldn't register the 'call' selector correctly.
var caller = new Caller();
+
class Caller {
call(a, b) => a + b;
}

Powered by Google App Engine
This is Rietveld 408576698