Removed support for "typealias" declarations from the parser
#KT-10683 Fixed
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
<!UNSUPPORTED!>typealias Foo = Any<!>
|
||||
|
||||
fun foo() {
|
||||
<!UNSUPPORTED!>typealias Bar = Any<!>
|
||||
}
|
||||
@@ -1,3 +0,0 @@
|
||||
package
|
||||
|
||||
public fun foo(): kotlin.Unit
|
||||
Reference in New Issue
Block a user