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

Unified Diff: test/kernel/regression/unresolved_constructor.dart.txt

Issue 2108193002: Change error handling. (Closed) Base URL: git@github.com:dart-lang/rasta.git@master
Patch Set: Address comments Created 4 years, 6 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 | « test/kernel/regression/unresolved_constructor.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/kernel/regression/unresolved_constructor.dart.txt
diff --git a/test/kernel/regression/unresolved_constructor.dart.txt b/test/kernel/regression/unresolved_constructor.dart.txt
new file mode 100644
index 0000000000000000000000000000000000000000..93d15b09bdd5e68f8d72a5dbf4fce925e66b312b
--- /dev/null
+++ b/test/kernel/regression/unresolved_constructor.dart.txt
@@ -0,0 +1,13 @@
+library;
+import self as self;
+import "dart:core" as core;
+
+class Foo extends core::Object {
+ constructor •(dynamic x, dynamic y) → dynamic
+ : super core::Object::•()
+ ;
+}
+static method main() → dynamic {
+ invalid-expression;
+ throw core::_unresolvedConstructorError(self::Foo, #Foo.notHere, <dynamic>[], <dynamic, dynamic>{}, null);
+}
« no previous file with comments | « test/kernel/regression/unresolved_constructor.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698