Fixing various bugs in the grammar

This commit is contained in:
barsdeveloper
2023-03-28 14:32:16 +02:00
parent 3dcbfb6ff0
commit 53a99a426e
24 changed files with 302 additions and 437 deletions

View File

@@ -14,9 +14,10 @@ export default class Integer64Entity extends IEntity {
this.cleanupAttributes(this.attributes)
}
/** @param {BigInt | Number} value */
constructor(value = 0) {
super(value)
/** @type {Number} */ this.value
/** @type {BigInt | Number} */ this.value
}
valueOf() {