Hi,
anyone else got a problem while updating SecureHashAlgorithm?

The symptom is a SyntaxError window telling we cannot store into TA.
TA is a new class variable, so we normally should be able to write into it.

But the compiler fails because the classPool contains a ClassBinding instead of an Association for #TA...

If I recompile SecureHashAlgorithm without the new class vars, then compile with the class vars again via the Browser, then I correctly get a classPool populated with Association only and I can proceed from the SyntaxError.

Any idea where these ClassBinding came from?

Nicolas