Closed defuncart closed 4 years ago
For a loca strings of the form
test;My var: %do$d test2;Another var: %new$d ...
code generator will fail as the variable name is a reserved keyword in dart. Thus, before generating methods for a loca string with a variable, the variable name should be tested to ensure that it is not a reserved keyword.
For a loca strings of the form
code generator will fail as the variable name is a reserved keyword in dart. Thus, before generating methods for a loca string with a variable, the variable name should be tested to ensure that it is not a reserved keyword.