Index: lib/compiler/implementation/types/concrete_types_inferrer.dart |
=================================================================== |
--- lib/compiler/implementation/types/concrete_types_inferrer.dart (revision 13588) |
+++ lib/compiler/implementation/types/concrete_types_inferrer.dart (working copy) |
@@ -1242,7 +1242,7 @@ |
analyzeArguments(node.arguments)); |
} |
- void internalError(String reason, [Node node]) { |
+ void internalError(String reason, {Node node}) { |
inferrer.fail(node, reason); |
} |
} |