2014-11-23 16:17:49 +11:00

6 lines
50 B
JavaScript

class Test {
get test() {
return 5 + 5;
}
}