-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 0.10.0
-
Component/s: Swift - Compiler
-
Labels:None
Swift has a number of reserved words that may still be used if quoted with backticks in the generated code:
Self
associatedtype
defer
deinit
dynamicType
enum
extension
fallthrough
false
func
guard
init
inout
internal
let
operator
protocol
repeat
rethrows
struct
subscript
throws
true
typealias
where