Skip to content

Commit

Permalink
fix StaticCall template for R
Browse files Browse the repository at this point in the history
  • Loading branch information
vigsterkr committed Feb 16, 2018
1 parent f23601c commit 7332898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/meta/generator/targets/r.json
Expand Up @@ -27,7 +27,7 @@
"RealLiteral": "$number",
"FloatLiteral": "$number",
"MethodCall": "$object$$$method($arguments)",
"StaticCall": "$typeName$$$method($arguments)",
"StaticCall": "${typeName}_$method($arguments)",
"GlobalCall": "$method($arguments)",
"Identifier": "$identifier",
"Enum":"\"$value\""
Expand Down

0 comments on commit 7332898

Please sign in to comment.