svoid test_tok_cachedFunctions() { print(applyTranspilationFunction tok_cachedFunctions_new("final cached S x() { null; }")); print(applyTranspilationFunction tok_cachedFunctions_new("static cached final L x() { null; }")); }