"type" is not a keyword anymore ("typealias" reserved instead)
This commit is contained in:
@@ -3,7 +3,7 @@ fun foo() {
|
||||
fun foo()
|
||||
class foo
|
||||
|
||||
type x = t
|
||||
typealias x = t
|
||||
var r
|
||||
|
||||
[a] var foo = 4
|
||||
|
||||
Reference in New Issue
Block a user