renamed "functionscope" to "function_scope"

This commit is contained in:
Erik Krogh Kristensen
2020-09-04 11:54:41 +02:00
parent 1341f4beb4
commit a871963481
3 changed files with 3 additions and 3 deletions

View File

@@ -410,7 +410,7 @@ scopes (unique int id: @scope,
case @scope.kind of
0 = @global_scope
| 1 = @functionscope
| 1 = @function_scope
| 2 = @catchscope
| 3 = @modulescope
| 4 = @blockscope