| Index: frog/leg/compiler.dart
|
| diff --git a/frog/leg/compiler.dart b/frog/leg/compiler.dart
|
| index 8be4afa7ef4015216327c58b734e1d9d4e09279d..2d4141f2137a75067eae6f0dbaf6bc1bac86d870 100644
|
| --- a/frog/leg/compiler.dart
|
| +++ b/frog/leg/compiler.dart
|
| @@ -103,8 +103,9 @@ class Compiler implements DiagnosticListener {
|
| }
|
|
|
| void unimplemented(String methodName,
|
| - [Node node, Token token, HInstruction instruction]) {
|
| - cancel("$methodName not implemented", node, token, instruction);
|
| + [Node node, Token token, HInstruction instruction,
|
| + Element element]) {
|
| + cancel("$methodName not implemented", node, token, instruction, element);
|
| }
|
|
|
| void internalError(String message,
|
|
|