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

Side by Side Diff: pkg/front_end/testcases/regress/issue_29981.dart.outline.expect

Issue 2955443002: Add regression tests from Luke's bug reports. Part 1. (Closed)
Patch Set: Fix type errors and incorrectly named tests. Created 3 years, 6 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
OLDNEW
(Empty)
1 library;
2 import self as self;
3 import "dart:core" as core;
4
5 class C<T extends core::Object> extends core::Object {
6 field self::C<core::String> field;
Johnni Winther 2017/06/23 10:51:44 Why `C<String>` and not `C<dynamic>` as type? What
ahe 2017/06/23 12:21:51 I haven't put much though into this. C<dynamic> se
Johnni Winther 2017/06/23 12:24:22 In dart2js we use dynamic (we discussed it a long
7 constructor •() → void
8 ;
9 }
10 static method main() → dynamic
11 ;
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698