Drop suppport for annotation syntax without '@' from parser
This commit is contained in:
@@ -12,6 +12,6 @@ class C {
|
||||
enum class<!SYNTAX!><!> {}
|
||||
}
|
||||
|
||||
class C1<in<!SYNTAX!>><!><!SYNTAX!><!> {}
|
||||
class C1<<!SYNTAX!>in<!>> {}
|
||||
|
||||
class C2(val<!SYNTAX!><!>) {}
|
||||
@@ -31,8 +31,8 @@ public final class C {
|
||||
}
|
||||
}
|
||||
|
||||
public final class C1</*0*/ in <no name provided>> {
|
||||
public constructor C1</*0*/ in <no name provided>>()
|
||||
public final class C1</*0*/ <no name provided>> {
|
||||
public constructor C1</*0*/ <no name provided>>()
|
||||
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
||||
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
|
||||
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
|
||||
|
||||
Reference in New Issue
Block a user