diff options
author | Andy Li <andy@onthewings.net> | 2014-05-15 01:26:57 +0800 |
---|---|---|
committer | Andy Li <andy@onthewings.net> | 2014-05-15 01:26:57 +0800 |
commit | 9daec978bb255a76890cfa7c977b504a0e4fe4a4 (patch) | |
tree | 6d1bc14ef2944f379876b0234e7c82db793f19d5 /tests | |
parent | 91142d31f1d82eb94e19990766c20e648854efa3 (diff) | |
download | pygments-9daec978bb255a76890cfa7c977b504a0e4fe4a4.tar.gz |
Haxe: optional semicolon after macro class reification.
Diffstat (limited to 'tests')
-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 |