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
/
duplicate_local.wren
T
7 lines
82 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 {
var a = "value"
var a = "other" // expect error
}
}
Reference in New Issue
Copy Permalink