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

Unified Diff: pkg/front_end/test/fasta/rasta/super.dart.outline.expect

Issue 2789863002: Sort procedures by source positions. (Closed)
Patch Set: Created 3 years, 9 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/test/fasta/rasta/super.dart.outline.expect
diff --git a/pkg/front_end/test/fasta/rasta/super.dart.outline.expect b/pkg/front_end/test/fasta/rasta/super.dart.outline.expect
index 5e860ffac30d69ac68fb94f925989039350f37af..6e83919105bbd947acbaeb07bc615389abf26b48 100644
--- a/pkg/front_end/test/fasta/rasta/super.dart.outline.expect
+++ b/pkg/front_end/test/fasta/rasta/super.dart.outline.expect
@@ -14,10 +14,10 @@ class A extends core::Object {
;
set g(dynamic _) → dynamic
;
- set h(dynamic _) → dynamic
- ;
get h() → dynamic
;
+ set h(dynamic _) → dynamic
+ ;
get i() → dynamic
;
operator [](dynamic _) → dynamic
@@ -32,10 +32,10 @@ class A extends core::Object {
;
method m() → void
;
- set n(dynamic _) → dynamic
- ;
method n() → void
;
+ set n(dynamic _) → dynamic
+ ;
}
class B extends self::A {
final field dynamic d;

Powered by Google App Engine
This is Rietveld 408576698