"type" is not a keyword anymore ("typealias" reserved instead)
This commit is contained in:
@@ -12,6 +12,6 @@ class foo {
|
||||
|
||||
var f
|
||||
|
||||
type foo = ;
|
||||
typealias foo = ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user