This website requires JavaScript.
Explore
Help
Register
Sign In
retoor
/
wren
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
1175d93efac56dc822d3e0156ba1819f2f0f8751
wren
/
test
/
variable
/
local_collide_with_method_parameter.wren
T
6 lines
64 B
Plaintext
Raw
Normal View
History
Unescape
Escape
fix: correct local variable storage and remove premature local slot allocation in vm
2013-11-09 19:38:01 +00:00
class Foo {
bar(a) {
var a = "oops" // expect error
}
}
Reference in New Issue
Copy Permalink