hi,
after declaring a class i get the following error
SyntaxError: Identifier 'Pos' has already been declared
here is some test code
class Pos {
}
my_spirits[1].shout('OK');
console.log('PASSED');
the test only passes once, and then throws the error until the class is renamed