Removed support for "typealias" declarations from the parser
#KT-10683 Fixed
This commit is contained in:
-8
@@ -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 {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user