| Index: frog/leg/compiler.dart
|
| diff --git a/frog/leg/compiler.dart b/frog/leg/compiler.dart
|
| index db4a50aa7c52c4cf3ad2169bcf9a8748c153f48b..cf51d9c135fb7be19bdad3a04e403b2701bb4e8c 100644
|
| --- a/frog/leg/compiler.dart
|
| +++ b/frog/leg/compiler.dart
|
| @@ -401,7 +401,7 @@ class Compiler implements DiagnosticListener {
|
| () => resolver.resolveSignature(element));
|
| }
|
|
|
| - Object compileVariable(VariableElement element) {
|
| + Constant compileVariable(VariableElement element) {
|
| return withCurrentElement(element, () {
|
| return constantHandler.compileVariable(element);
|
| });
|
|
|