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: '', |