deb6410a5c
These test are by no means exhaustive, the correctness of the subsystem relies on it sharing code with well-tested js-decompilation
13 lines
412 B
Plaintext
Vendored
13 lines
412 B
Plaintext
Vendored
// IntelliJ API Decompiler stub source generated from a class file
|
|
// Implementation of methods is not available
|
|
|
|
package kotlin
|
|
|
|
public open class Any public constructor() {
|
|
public open operator fun equals(other: kotlin.Any?): kotlin.Boolean { /* compiled code */ }
|
|
|
|
public open fun hashCode(): kotlin.Int { /* compiled code */ }
|
|
|
|
public open fun toString(): kotlin.String { /* compiled code */ }
|
|
}
|