1 2 3 4 5 6 7
Invalid Code void main () { string foo = "foo"; int bar = 42; var manam = true ? foo : bar; }