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

Side by Side Diff: tests/compiler/dart2js_extra/23264_test.dart

Issue 1081873005: Visit arguments of invalid TypeLiteralSends during inference (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 import 'package:expect/expect.dart';
2
3 class A { A(ignore); }
4 main() => Expect.throws(() => A(const [])); // oops, `new` is missing!
Siggi Cherem (dart-lang) 2015/04/21 02:21:19 because of the missing new, we weren't visiting in
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698