Index: frog/tests/leg_only/src/TypedLocalsTest.dart |
=================================================================== |
--- frog/tests/leg_only/src/TypedLocalsTest.dart (revision 0) |
+++ frog/tests/leg_only/src/TypedLocalsTest.dart (working copy) |
@@ -3,7 +3,7 @@ |
// BSD-style license that can be found in the LICENSE file. |
void main() { |
- // String s = 3; |
- // int i = 'hestfisk'; |
- // void v; |
+ String s = 3; |
+ int i = 'hestfisk'; |
+ void v; |
} |