as3: compile-time constants now work
[swftools.git] / lib / as3 / ok / const.as
index 2ff88be..70aa9c2 100644 (file)
@@ -9,7 +9,7 @@ package {
         static const ok4:String = "ok 4/6";
         
         const ok5:String = "ok 5/6";
-        static const ok6:String = "ok 6/6";
+        static const ok6:String = "ok "+"6/6";
 
         function Main() {
             trace(ok1);