1 2 3 4 5 6 7 8 9 10 11
pragma experimental "v0.5.0"; contract test { function f() public { { uint256 x; } x = 2; } } // ---- // DeclarationError: (123-124): Undeclared identifier.