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

Unified Diff: tests/compiler/dart2js/partial_parser_test.dart

Issue 2535373003: Resolve type arguments to generic methods. (Closed)
Patch Set: Created 4 years, 1 month 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/compiler/dart2js/partial_parser_test.dart
diff --git a/tests/compiler/dart2js/partial_parser_test.dart b/tests/compiler/dart2js/partial_parser_test.dart
index 8cf82ae80201c3fc053d954afdf1bca7aa534f4e..0bc4de2db10439b186c140f81ecfb32d9c1ed906 100644
--- a/tests/compiler/dart2js/partial_parser_test.dart
+++ b/tests/compiler/dart2js/partial_parser_test.dart
@@ -11,8 +11,7 @@ void main() {
}
void testSkipExpression() {
- PartialParser parser =
- new PartialParser(new Listener());
+ PartialParser parser = new PartialParser(new Listener());
Token token = scan('a < b;');
token = parser.skipExpression(token);
Expect.equals(';', token.value);
« pkg/compiler/lib/src/tree/unparser.dart ('K') | « tests/compiler/dart2js/kernel/assert_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698