[JS BE] add tests for es6-classes
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class E {
|
||||
constructor(x, y) {
|
||||
this.t = x + y;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user