LTDA: Don't store illegal 'inner' modifier in descriptors
This commit is contained in:
committed by
Nikolay Krasko
parent
f2b6ea29c9
commit
0f852efb54
@@ -103,7 +103,7 @@ internal final enum class E : kotlin.Enum<E> {
|
||||
}
|
||||
}
|
||||
|
||||
public abstract enum entry ABSTRACT : E {
|
||||
public enum entry ABSTRACT : E {
|
||||
private constructor ABSTRACT()
|
||||
public final override /*1*/ /*fake_override*/ fun compareTo(/*0*/ other: E): kotlin.Int
|
||||
public final override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
||||
@@ -123,7 +123,7 @@ internal final enum class E : kotlin.Enum<E> {
|
||||
}
|
||||
}
|
||||
|
||||
public open enum entry OPEN : E {
|
||||
public enum entry OPEN : E {
|
||||
private constructor OPEN()
|
||||
public final override /*1*/ /*fake_override*/ fun compareTo(/*0*/ other: E): kotlin.Int
|
||||
public final override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
||||
@@ -143,7 +143,7 @@ internal final enum class E : kotlin.Enum<E> {
|
||||
}
|
||||
}
|
||||
|
||||
public open enum entry OVERRIDE : E {
|
||||
public enum entry OVERRIDE : E {
|
||||
private constructor OVERRIDE()
|
||||
public final override /*1*/ /*fake_override*/ fun compareTo(/*0*/ other: E): kotlin.Int
|
||||
public final override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
||||
|
||||
Reference in New Issue
Block a user