backtick(`)で挟めば使用できるとのこと。
つまり
class
はダメだけど
`class`
は使える。
- 宣言:
class
,deinit
,enum
,extension
,func
,import
,init
,let
,protocol
,static
,struct
,subscript
,typealias
,var
- 文:
break
,case
,continue
,default
,do
,else
,fallthrough
,if
,in
,for
,return
,switch
,where
,while
- 式・タイプ:
as
,dynamicType
,is
,new
,super
,self
,Self
,Type
,__COLUMN__
,__FILE__
,__FUNCTION__
,__LINE__
- 特別なコンテキストでの予約語:
associativity
,didSet
,get
,infix
,inout
,left
,mutating
,none
,nonmutating
,operator
,override
,postfix
,precedence
,prefix
,right
,set
,unowned
,unowned
(safe
),unowned
(unsafe
),weak
,willSet
参考資料