[Swift-devel] Swift input data: @java and string interpolation bug

Mihael Hategan hategan at mcs.anl.gov
Mon Sep 26 14:03:47 CDT 2011


On Mon, 2011-09-26 at 11:23 -0500, Justin M Wozniak wrote:

> string v = "hi";
> string u = "{v}";
> 
> results in:
> 
> Execution failed:
>          Variable not found: v

The compiler should escape "{" I think.




More information about the Swift-devel mailing list