Files
2018-11-07 07:48:25 +00:00

5 lines
50 B
JavaScript

class A {
constructor(x) {
this.x = x;
}
}