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

Unified Diff: pkg/front_end/test/fasta/rasta/unresolved_constructor.dart.direct.expect

Issue 2658093007: Update rasta direct expectations. (Closed)
Patch Set: Rebased on 5f1092d494bc8cae2b10917fc41c46764e867923. 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
« no previous file with comments | « pkg/front_end/test/fasta/rasta/unresolved.dart.direct.expect ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/front_end/test/fasta/rasta/unresolved_constructor.dart.direct.expect
diff --git a/pkg/front_end/test/fasta/rasta/unresolved_constructor.dart.direct.expect b/pkg/front_end/test/fasta/rasta/unresolved_constructor.dart.direct.expect
index 93d15b09bdd5e68f8d72a5dbf4fce925e66b312b..4fe083a2d24845b1ab7a29dc69092063d1024abc 100644
--- a/pkg/front_end/test/fasta/rasta/unresolved_constructor.dart.direct.expect
+++ b/pkg/front_end/test/fasta/rasta/unresolved_constructor.dart.direct.expect
@@ -3,11 +3,11 @@ import self as self;
import "dart:core" as core;
class Foo extends core::Object {
- constructor •(dynamic x, dynamic y) → dynamic
+ constructor •(dynamic x, dynamic y) → void
: super core::Object::•()
;
}
static method main() → dynamic {
- invalid-expression;
- throw core::_unresolvedConstructorError(self::Foo, #Foo.notHere, <dynamic>[], <dynamic, dynamic>{}, null);
+ throw new core::NoSuchMethodError::•(null, #, <dynamic>[], <dynamic, dynamic>{}, null);
+ throw new core::NoSuchMethodError::•(null, #Foo.notHere, <dynamic>[], <dynamic, dynamic>{}, null);
}
« no previous file with comments | « pkg/front_end/test/fasta/rasta/unresolved.dart.direct.expect ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698