Compiler complains after fork #1133
-
Following a
The compiler would error out on the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Reach has normal lexical scope in this case. If you want to use the identifier binding, you need to put the code in the API case. If you want to use the value, then I recommend that you |
Beta Was this translation helpful? Give feedback.
Reach has normal lexical scope in this case. If you want to use the identifier binding, you need to put the code in the API case. If you want to use the value, then I recommend that you
return
.