mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 15:53:46 +00:00
28 lines
1.1 KiB
Plaintext
Vendored
28 lines
1.1 KiB
Plaintext
Vendored
package test
|
|
|
|
public fun findCode(/*0*/ kotlin.Int): kotlin.Array<java.util.Locale.Category>
|
|
|
|
public final enum class EnumValues : kotlin.Enum<test.EnumValues!> {
|
|
enum entry OK
|
|
|
|
enum entry COMPILATION_ERROR
|
|
|
|
enum entry INTERNAL_ERROR
|
|
|
|
enum entry SCRIPT_EXECUTION_ERROR
|
|
|
|
private constructor EnumValues(/*0*/ kotlin.Int)
|
|
private final val code: kotlin.Int
|
|
public final /*fake_override*/ val name: kotlin.String
|
|
public final /*fake_override*/ val ordinal: kotlin.Int
|
|
protected final /*fake_override*/ fun clone(): kotlin.Any
|
|
public final /*fake_override*/ fun compareTo(/*0*/ test.EnumValues!): kotlin.Int
|
|
protected/*protected and package*/ final /*fake_override*/ /*isHiddenForResolutionEverywhereBesideSupercalls*/ fun finalize(): kotlin.Unit
|
|
public open fun getCode(): kotlin.Int
|
|
public final /*fake_override*/ /*isHiddenForResolutionEverywhereBesideSupercalls*/ fun getDeclaringClass(): java.lang.Class<test.EnumValues!>!
|
|
|
|
// Static members
|
|
public final /*synthesized*/ fun valueOf(/*0*/ kotlin.String): test.EnumValues
|
|
public final /*synthesized*/ fun values(): kotlin.Array<test.EnumValues>
|
|
}
|