Removed support for "typealias" declarations from the parser

#KT-10683 Fixed
This commit is contained in:
Valentin Kipyatkov
2016-01-18 17:59:17 +03:00
parent 38d374d4b9
commit 68853fecc3
33 changed files with 157 additions and 1586 deletions
-8
View File
@@ -12,9 +12,6 @@ class foo {
val x
var f
typealias foo = bar
}
class Bar {
@@ -45,9 +42,6 @@ class foo {
val x
var f
typealias foo = bar
}
fun foo()
@@ -56,8 +50,6 @@ class foo {
var f
typealias foo = bar
companion object {
}