Chromium Code Reviews| 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 |
| + ; |