More tests for grammar

This commit is contained in:
barsdeveloper
2023-04-09 18:25:46 +02:00
parent ce1f875f46
commit 2a7f208070
21 changed files with 174 additions and 95 deletions

View File

@@ -12,6 +12,7 @@ export default class SymbolEntity extends IEntity {
this.cleanupAttributes(this.attributes)
}
/** @param {String | Object} values */
constructor(values) {
super(values)
/** @type {String} */ this.value