Removed support for "typealias" declarations from the parser
#KT-10683 Fixed
This commit is contained in:
-1
@@ -3,7 +3,6 @@ fun foo() {
|
||||
fun foo()
|
||||
class foo
|
||||
|
||||
typealias x = t
|
||||
var r
|
||||
|
||||
@a var foo = 4
|
||||
|
||||
Reference in New Issue
Block a user