c9db105a
8862b309
1 2 3 4 5
6 7
contract test { function f() pure public { uint a = a; } } // ---- // DeclarationError: (64-65): Undeclared identifier. "a" is not (or not yet) visible at this point.