3e69838f48
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
16 lines
588 B
Plaintext
Vendored
16 lines
588 B
Plaintext
Vendored
public final enum class EnumMembers : R|kotlin/Enum<test/EnumMembers>| {
|
|
public final static val FIRST: R|ft<test/EnumMembers, test/EnumMembers?>|!
|
|
public get(): R|ft<test/EnumMembers, test/EnumMembers?>|!
|
|
|
|
public final static val SECOND: R|ft<test/EnumMembers, test/EnumMembers?>|!
|
|
public get(): R|ft<test/EnumMembers, test/EnumMembers?>|!
|
|
|
|
public final val isFirst: R|kotlin/Boolean|
|
|
public get(): R|kotlin/Boolean|
|
|
|
|
public open operator fun first(): R|kotlin/Boolean|
|
|
|
|
private constructor(isFirst: R|kotlin/Boolean|): R|test/EnumMembers|
|
|
|
|
}
|