* fix: do not throw invalid hash in tokenizer * refactor: bigint has been enabled by default * polish: add numeric separator missing plugin error * fix: forward expectPlugin declaration
5 lines
36 B
JavaScript
5 lines
36 B
JavaScript
class Point {
|
|
#x = 1;
|
|
#y = 2;
|
|
}
|