This following compiles fine with haxe, but won't get parsed with haxeparser : class Test { var str = '${ "hello" }'; }
This following compiles fine with haxe, but won't get parsed with haxeparser :
class Test {
var str = '${
"hello"
}';
}