diff options
Diffstat (limited to 'tests/examplefiles/example.hx')
-rw-r--r-- | tests/examplefiles/example.hx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/examplefiles/example.hx b/tests/examplefiles/example.hx index 76749c0a..381cf825 100644 --- a/tests/examplefiles/example.hx +++ b/tests/examplefiles/example.hx @@ -179,7 +179,7 @@ var c = macro class MyClass { } } -var c = macro interface IClass {} +var c = macro interface IClass {}; //ECheckType var f = (123:Float);
\ No newline at end of file |