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

Unified Diff: pkg/compiler/lib/src/resolution/constructors.dart

Issue 1969313007: Handle explicit constructor. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 4 years, 7 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 | « no previous file | tests/compiler/dart2js/serialization/compilation_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/resolution/constructors.dart
diff --git a/pkg/compiler/lib/src/resolution/constructors.dart b/pkg/compiler/lib/src/resolution/constructors.dart
index 0f9f09920153103d3f6861c9300d7db6d387368e..17bd6e030d29d0abb2d2515352645776a7dba8ce 100644
--- a/pkg/compiler/lib/src/resolution/constructors.dart
+++ b/pkg/compiler/lib/src/resolution/constructors.dart
@@ -249,7 +249,7 @@ class InitializerResolver {
/// reported and an [ErroneousConstructorElement] is returned.
ConstructorElement verifyThatConstructorMatchesCall(
Node node,
- ConstructorElementX lookedupConstructor,
+ ConstructorElement lookedupConstructor,
Siggi Cherem (dart-lang) 2016/05/17 20:42:38 funny that all of the semantic changes are just 1
Johnni Winther 2016/05/18 10:17:21 Yes :)
CallStructure callStructure,
String className,
{String constructorName: '',
« no previous file with comments | « no previous file | tests/compiler/dart2js/serialization/compilation_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698