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
f132f596492012624f6b20c96c14a1f68258f719
wren
/
test
/
language
/
static_field
/
default_to_null.wren
T
6 lines
78 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Get static methods fully working.
2014-01-19 13:01:51 -08:00
class Foo {
static write { IO.print(__field) }
}
Foo.write // expect: null
Reference in New Issue
Copy Permalink