This website requires JavaScript.
Explore
Help
Sign In
cerxes
/
babel
Watch
3
Star
0
Fork
0
You've already forked babel
Code
Issues
Pull Requests
Releases
Wiki
Activity
babel
/
test
/
fixtures
/
transformation
/
es6-classes
/
super-illegal-non-constructor-call
/
actual.js
Sebastian McKenzie
f2a432531e
make bare super call in non-constructors illegal
2015-01-22 07:52:31 +11:00
6 lines
42 B
JavaScript
Raw
Blame
History
class
Test
{
foo
(
)
{
super
(
)
;
}
}
Reference in New Issue
View Git Blame
Copy Permalink