Closed zeroFruit closed 5 years ago
resolved: #309
details:
enter/leave scope when start parsing function literal, as a result we can now parsing like this situation:
contract { func foo(a int) {} func bar(a int) {} // now we can use `a` in the parameter }
resolved: #309
details:
enter/leave scope when start parsing function literal, as a result we can now parsing like this situation: