vshaxe / haxe-TmLanguage

TextMate grammars for Haxe and HXML
MIT License
7 stars 9 forks source link

Unclosed function scope in enum constructor + structure in ternary #36

Closed Gama11 closed 6 years ago

Gama11 commented 6 years ago

Reduced from https://github.com/vshaxe/vshaxe/issues/219.

Foo(function(i) return i);
return e2 == null ? { t : HDyn } : bar(e2);