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