6 lines
61 B
JavaScript
6 lines
61 B
JavaScript
class Hotel {
|
|
async #evil() {
|
|
await notReally();
|
|
}
|
|
}
|