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
a308c16a2519624a8aa3e679450b5ae3cb34742b
wren
/
test
/
field
/
in_fn_in_static_method.wren
T
6 lines
79 B
Plaintext
Raw
Normal View
History
Unescape
Escape
feat: implement static methods as local variables in implicit class scope
2014-01-19 21:01:51 +00:00
class Foo {
static bar {
feat: migrate all function literals from
fn
syntax to
new Fn
block syntax
2014-04-03 02:41:53 +00:00
new Fn { _field = "wat" } // expect error
feat: implement static methods as local variables in implicit class scope
2014-01-19 21:01:51 +00:00
}
}
Reference in New Issue
Copy Permalink