1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
//This var a = hello( @"world" ); //should stay the same. //But this var a = hello( @"world "); //should get formatted to this var a = hello( @"world ");