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
7084d6bfd5138855be86ad19e97c34e0ce5c1914
wren
/
test
/
language
/
nonlocal
/
duplicate_nonlocal.wren
T
7 lines
82 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add support for "nonlocal" (capitalized) names, and change how variable lookup works.
2015-01-13 21:36:42 -08:00
class Foo {
bar {
var A = "value"
var A = "other" // expect error
}
}
Reference in New Issue
Copy Permalink