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
57ad565b646c758d63551f9639363578d18e60d5
wren
/
test
/
field
/
default_to_null.wren
T
6 lines
76 B
Plaintext
Raw
Normal View
History
Unescape
Escape
feat: add instance field support with lexer, compiler, and GC tracing
2013-11-23 22:55:05 +00:00
class Foo {
feat: rename IO.write to IO.print and add Unicode escape support in strings
2014-01-05 20:27:12 +00:00
write { IO.print(_field) }
feat: add instance field support with lexer, compiler, and GC tracing
2013-11-23 22:55:05 +00:00
}
refactor: replace
Foo.new
constructor syntax with
new Foo
and simplify superclass constructor calls
2013-12-19 15:02:27 +00:00
(new Foo).write // expect: null
Reference in New Issue
Copy Permalink