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
d14601855917cafd9c73d8b9ecbc35a87de881aa
wren
/
test
/
new_on_nonclass.wren
T
3 lines
87 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Error if argument to new is not a class.
2014-03-06 06:51:16 -08:00
var a = 123
new a // expect runtime error: Must provide a class to 'new' to construct.
Reference in New Issue
Copy Permalink