e89aabbba1
It is required when enum members contain some special annotations which should be recorded in descriptor. Due to some recursive/lazy resolve problems, compiler plugin frontend can't infer @Serializable on enum automatically, therefore, we ask a user to explicitly provide it. Also fix ir tests
8 lines
340 B
Plaintext
Vendored
8 lines
340 B
Plaintext
Vendored
package
|
|
|
|
@kotlinx.serialization.Serializable public interface INonSerializable {
|
|
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
|
|
}
|