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
8408e862a3d8f6d84275e519c415313449be1824
wren
/
test
/
super
/
super_in_static_method.wren
T
6 lines
62 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Don't inherit metaclasses.
2014-01-17 17:29:10 -08:00
class Foo {
static method {
super // expect error
}
}
Reference in New Issue
Copy Permalink