13 lines
493 B
Plaintext
Vendored
13 lines
493 B
Plaintext
Vendored
package
|
|
|
|
package test {
|
|
public val some: test.SomeObject
|
|
|
|
@[Error type: Unresolved type for BadAnnotation] /* annotation class not found */ public object SomeObject {
|
|
private constructor SomeObject()
|
|
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
|
|
}
|
|
}
|