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