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
cd64d67c11ce6194678807e92732d5b350072c88
wren
/
test
/
language
/
super
/
super_in_static_method.wren
T
6 lines
62 B
Plaintext
Raw
Normal View
History
Unescape
Escape
feat: prevent metaclass inheritance and disallow super in static methods
2014-01-18 01:29:10 +00:00
class Foo {
static method {
super // expect error
}
}
Reference in New Issue
Copy Permalink