why did I think this would work

... #moonscript

this would've been great if it just parsed
```moon
class B extends class A
@__inherited: => print " lmao"
new: => print "ayyyy"
```
#moonscript