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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: pkg/front_end/testcases/regress/issue_29981.dart.outline.expect
diff --git a/pkg/front_end/testcases/regress/issue_29981.dart.outline.expect b/pkg/front_end/testcases/regress/issue_29981.dart.outline.expect
new file mode 100644
index 0000000000000000000000000000000000000000..baed3e540af57ebd8b1f5bdc894ed411436d5502
--- /dev/null
+++ b/pkg/front_end/testcases/regress/issue_29981.dart.outline.expect
@@ -0,0 +1,11 @@
+library;
+import self as self;
+import "dart:core" as core;
+
+class C<T extends core::Object> extends core::Object {
+ 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
+ constructor •() → void
+ ;
+}
+static method main() → dynamic
+ ;

Powered by Google App Engine
This is Rietveld 408576698