9882e86ecb
They are irrelevant because cannot be accessed from the outside anyway
12 lines
400 B
Plaintext
Vendored
12 lines
400 B
Plaintext
Vendored
package
|
|
|
|
internal interface Some {
|
|
enum entry D
|
|
|
|
internal abstract val foo: kotlin.Int
|
|
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
|
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
|
|
internal abstract fun test(): kotlin.Unit
|
|
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
|
|
}
|