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 Jan 19, 2018
1 parent a4c84ee commit 558da6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/meta/generator/targets/r.json
Expand Up @@ -21,7 +21,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 558da6b

Please sign in to comment.