Index: tests/standalone/vmservice/field_script.dart |
=================================================================== |
--- tests/standalone/vmservice/field_script.dart (revision 28233) |
+++ tests/standalone/vmservice/field_script.dart (working copy) |
@@ -19,7 +19,7 @@ |
final Float32List final_fixed_length_list; |
final List fixed_length_array = new List(3); |
num v; |
- const c = 4; |
+ final c = 4; |
BadBanana() : final_fixed_length_list = new Float32List(1); |
BadBanana.variable() : final_fixed_length_list = new Float32List(2); |
} |