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