mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-11 08:31:29 +00:00
9 lines
345 B
Plaintext
Vendored
9 lines
345 B
Plaintext
Vendored
package test
|
|
|
|
public final class ClassWithObjectMethod {
|
|
public constructor ClassWithObjectMethod()
|
|
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*/ fun toString(): kotlin.String
|
|
}
|