add support for the getFunctionVariadicStyle trait

This commit is contained in:
Basile Burg 2017-05-24 22:55:48 +02:00 committed by GitHub
parent 181480faf7
commit 3299627e41
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ immutable string[] traits = [
"getAliasThis", "getAliasThis",
"getAttributes", "getAttributes",
"getFunctionAttributes", "getFunctionAttributes",
"getFunctionVariadicStyle",
"getLinkage", "getLinkage",
"getMember", "getMember",
"getOverloads", "getOverloads",