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
8651d9c12a9c8803342086a084c13f1625a800fb
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