Removed support for "typealias" declarations from the parser
#KT-10683 Fixed
This commit is contained in:
-2
@@ -6,6 +6,4 @@ fun foo() {
|
||||
|
||||
out val foo = 5
|
||||
@a var foo = 4
|
||||
typealias f = T.() -> Unit
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user