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
b8b0f36521ddb6d03a7610a39941405bb404e7d9
wren
/
test
/
core
/
object
/
not.wren
T
5 lines
77 B
Plaintext
Raw
Normal View
History
Unescape
Escape
No more default constructors.
2015-09-01 08:16:04 -07:00
class Foo {
construct new() {}
}
"IO" -> "System".
2015-09-15 07:46:09 -07:00
System.print(!Foo.new()) // expect: false
Reference in New Issue
Copy Permalink