2018-01-09 15:36:42 +01:00

9 lines
100 B
JavaScript

class Hotel {
get #evil() {
return ohNo();
}
set #evil(x) {
return makeEvil(x);
}
}