mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 00:21:32 +00:00
13 lines
441 B
Plaintext
13 lines
441 B
Plaintext
package
|
|
|
|
package test {
|
|
internal val some: test.SomeObject
|
|
|
|
[ERROR : BadAnnotation]() internal 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
|
|
}
|
|
}
|