mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 08:31:30 +00:00
Really, this commit implements early J2K mapping for all Java types. It's questionable and probably wrong at least for super-types, because, for example, we cannot resolve spliterator() in classes derived from java.lang.Iterable
19 lines
812 B
Plaintext
Vendored
19 lines
812 B
Plaintext
Vendored
public final enum class StaticMembersInEnum : R|kotlin/Enum<test/StaticMembersInEnum>| {
|
|
public final static val ENTRY: R|ft<test/StaticMembersInEnum, test/StaticMembersInEnum?>|!
|
|
public get(): R|ft<test/StaticMembersInEnum, test/StaticMembersInEnum?>|!
|
|
|
|
public open static var STATIC_FIELD: R|kotlin/Int|
|
|
public get(): R|kotlin/Int|
|
|
public set(value: R|kotlin/Int|): kotlin/Unit
|
|
|
|
public final static val CONSTANT: R|ft<test/StaticMembersInEnum, test/StaticMembersInEnum?>|!
|
|
public get(): R|ft<test/StaticMembersInEnum, test/StaticMembersInEnum?>|!
|
|
|
|
public open static operator fun foo(): R|kotlin/Unit|
|
|
|
|
public open static operator fun values(x: R|kotlin/Int|): R|kotlin/Unit|
|
|
|
|
public open static operator fun valueOf(x: R|kotlin/Int|): R|kotlin/Unit|
|
|
|
|
}
|