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
8651d9c12a9c8803342086a084c13f1625a800fb
wren
/
test
/
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