With previous versions, it was possible to have static dictionaries inside classes. With SDK version 4.1.6, it is not working anymore.
Previously working:
class Test { static private var some_variable = {}; static function test(some_arg){ return;...