"type" is not a keyword anymore ("typealias" reserved instead)

This commit is contained in:
Andrey Breslav
2014-10-11 02:17:50 +04:00
parent b20439027c
commit cc68ed894b
41 changed files with 695 additions and 717 deletions
+3 -3
View File
@@ -13,7 +13,7 @@ class foo {
var f
type foo = bar
typealias foo = bar
}
@@ -46,7 +46,7 @@ class foo {
var f
type foo = bar
typealias foo = bar
}
@@ -56,7 +56,7 @@ class foo {
var f
type foo = bar
typealias foo = bar
class object {