fix add "Data" to reserved Keywords (#6011) (#6021)

This commit is contained in:
julien-h-webcenter 2017-07-23 18:03:33 +02:00 committed by wing328
parent 827c8c38ed
commit f5591232fc

View File

@ -125,7 +125,7 @@ public class Swift3Codegen extends DefaultCodegen implements CodegenConfig {
"true", "lazy", "operator", "in", "COLUMN", "left", "private", "return", "FILE", "mutating", "protocol",
"switch", "FUNCTION", "none", "public", "where", "LINE", "nonmutating", "static", "while", "optional",
"struct", "override", "subscript", "postfix", "typealias", "precedence", "var", "prefix", "Protocol",
"required", "right", "set", "Type", "unowned", "weak")
"required", "right", "set", "Type", "unowned", "weak", "Data")
);
typeMapping = new HashMap<>();