1 2 3 4 5 6 7 8 9 10
const pi = 3.14; test "inside test block" { // Let's even go inside another block { var pi: i32 = 1234; } } // test_error=local variable shadows declaration