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
38125a9cfe51853d87c7aebdbc8c6d6f4427b667
wren
/
test
/
language
/
nonlocal
/
duplicate_nonlocal.wren
T
7 lines
82 B
Plaintext
Raw
Normal View
History
Unescape
Escape
feat: stop closure upvalue search at method boundaries and treat capitalized names as globals
2015-01-14 05:36:42 +00:00
class Foo {
bar {
var A = "value"
var A = "other" // expect error
}
}
Reference in New Issue
Copy Permalink