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
8210452970eaa2e25c1a1a68318553a11f65b317
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