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

Unified Diff: tests/language/regress_20394_lib.dart

Issue 455393003: Do not add forwarding constructors to a pricate constructor from a different library. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comment. Created 6 years, 4 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 | « sdk/lib/_internal/compiler/implementation/typechecker.dart ('k') | tests/language/regress_20394_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/regress_20394_lib.dart
diff --git a/tests/language/regress_20394_lib.dart b/tests/language/regress_20394_lib.dart
new file mode 100644
index 0000000000000000000000000000000000000000..ab5154b27ba9dabd4529b9860a73df0cc0bdfbdf
--- /dev/null
+++ b/tests/language/regress_20394_lib.dart
@@ -0,0 +1,6 @@
+library lib;
+
+class Super {
+ Super();
+ Super._private(arg);
+}
« no previous file with comments | « sdk/lib/_internal/compiler/implementation/typechecker.dart ('k') | tests/language/regress_20394_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698