does anyone know about this code
foo1();
foo2();
var tempo =
foo3();
... and it build the solution with out any error ????, rem. tempo is declare but not complete.
and but...
foo1();
foo2();
var tempo =
then it will return error CS1525: Invalid expression term '}'