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

Unified Diff: pkg/front_end/testcases/call.dart.outline.expect

Issue 2825063002: Move kernel baseline tests to front_end. (Closed)
Patch Set: Created 3 years, 8 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
« no previous file with comments | « pkg/front_end/testcases/call.dart.direct.expect ('k') | pkg/front_end/testcases/call.dart.strong.expect » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/front_end/testcases/call.dart.outline.expect
diff --git a/pkg/front_end/test/fasta/rasta/this_invoke.dart.outline.expect b/pkg/front_end/testcases/call.dart.outline.expect
similarity index 55%
copy from pkg/front_end/test/fasta/rasta/this_invoke.dart.outline.expect
copy to pkg/front_end/testcases/call.dart.outline.expect
index b77f816832942afd6bd1a73838fc4bfa10f8443c..c9559d4e94d6cffc7d98d7cf266d6471a7fa734a 100644
--- a/pkg/front_end/test/fasta/rasta/this_invoke.dart.outline.expect
+++ b/pkg/front_end/testcases/call.dart.outline.expect
@@ -2,13 +2,17 @@ library;
import self as self;
import "dart:core" as core;
-class C extends core::Object {
+class Callable extends core::Object {
constructor •() → void
;
- method m(dynamic x) → dynamic
- ;
method call(dynamic x) → dynamic
;
}
+class CallableGetter extends core::Object {
+ constructor •() → void
+ ;
+ get call() → dynamic
+ ;
+}
static method main() → dynamic
;
« no previous file with comments | « pkg/front_end/testcases/call.dart.direct.expect ('k') | pkg/front_end/testcases/call.dart.strong.expect » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698