2015-01-04 19:40:09 +11:00

6 lines
66 B
JavaScript

export class TestClass {
static method() {
return 42;
}
}