"type" is not a keyword anymore ("typealias" reserved instead)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<!UNSUPPORTED!>type Foo = Any<!>
|
||||
<!UNSUPPORTED!>typealias Foo = Any<!>
|
||||
|
||||
fun foo() {
|
||||
<!UNSUPPORTED!>type Bar = Any<!>
|
||||
<!UNSUPPORTED!>typealias Bar = Any<!>
|
||||
}
|
||||
Reference in New Issue
Block a user