String Interpolation

Hej !

Is it a bug or I miss something please ?
Test.hx:3: characters 26-30 : Expected : Try Haxe !

class Test {
  static function main() {
    var s = '${ true ? "\"true\"" : "false" }';
    trace( s );
  }
}

It’s a known issue https://github.com/HaxeFoundation/haxe/issues/2244#issuecomment-168219123

Thanks Aleksandr !
Wow since 2013…