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

Unified Diff: pkg/fasta/test/accessors.dart.outline.expect

Issue 2631613003: Add Fasta tests. (Closed)
Patch Set: Created 3 years, 11 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/fasta/test/accessors.dart.outline.expect
diff --git a/pkg/fasta/test/accessors.dart.outline.expect b/pkg/fasta/test/accessors.dart.outline.expect
new file mode 100644
index 0000000000000000000000000000000000000000..0fd35930db5e12ab3d215ad8b1dc670c315bc956
--- /dev/null
+++ b/pkg/fasta/test/accessors.dart.outline.expect
@@ -0,0 +1,26 @@
+library;
+import self as self;
+import "dart:core" as core;
+
+class C extends core::Object {
+ constructor •() → void
+ ;
+ set onlySetter(dynamic value) → void
+ ;
+ method testC() → dynamic
+ ;
+ method testD() → dynamic
+ ;
+}
+class D extends self::C {
+ constructor •() → void
+ ;
+ set onlySetter(dynamic value) → void
+ ;
+ get onlySetter() → core::String
+ ;
+}
+static set onlySetter(dynamic value) → void
+ ;
+static method main() → dynamic
+ ;

Powered by Google App Engine
This is Rietveld 408576698