Index: pkg/front_end/testcases/inference/this_reference.dart.outline.expect |
diff --git a/pkg/front_end/testcases/inference/this_reference.dart.outline.expect b/pkg/front_end/testcases/inference/this_reference.dart.outline.expect |
new file mode 100644 |
index 0000000000000000000000000000000000000000..99dfe3586543086e76fb996369287dbdfae60580 |
--- /dev/null |
+++ b/pkg/front_end/testcases/inference/this_reference.dart.outline.expect |
@@ -0,0 +1,12 @@ |
+library test; |
+import self as self; |
+import "dart:core" as core; |
+ |
+class C<T extends core::Object> extends core::Object { |
+ constructor •() → void |
+ ; |
+ method f() → void |
+ ; |
+} |
+static method main() → dynamic |
+ ; |