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

Unified Diff: pkg/front_end/testcases/inference/super_initializer.dart.outline.expect

Issue 2992263002: Implement type inference for super initializers. (Closed)
Patch Set: Created 3 years, 4 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/inference/super_initializer.dart.outline.expect
diff --git a/pkg/front_end/testcases/inference/super_initializer.dart.outline.expect b/pkg/front_end/testcases/inference/super_initializer.dart.outline.expect
new file mode 100644
index 0000000000000000000000000000000000000000..3ad68e3174ab4e8fc5802043153995b33cb38eec
--- /dev/null
+++ b/pkg/front_end/testcases/inference/super_initializer.dart.outline.expect
@@ -0,0 +1,16 @@
+library test;
+import self as self;
+import "dart:core" as core;
+
+class C extends self::B {
+ constructor •() → void
+ ;
+}
+class B extends core::Object {
+ constructor •(core::int x) → void
+ ;
+}
+static method f<T extends core::Object>() → self::f::T
+ ;
+static method main() → dynamic
+ ;

Powered by Google App Engine
This is Rietveld 408576698