2018-05-19 00:03:05 -04:00

9 lines
100 B
JavaScript

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