42 lines
849 B
Plaintext
Vendored
42 lines
849 B
Plaintext
Vendored
public final annotation class Anno : R|kotlin/Annotation| {
|
|
public final val value: R|kotlin/String|
|
|
public get(): R|kotlin/String|
|
|
|
|
public final val x: R|kotlin/Int|
|
|
public get(): R|kotlin/Int|
|
|
|
|
public constructor(value: R|kotlin/String| = STUB, x: R|kotlin/Int| = STUB): R|test/Anno|
|
|
|
|
}
|
|
|
|
public final annotation class Bnno : R|kotlin/Annotation| {
|
|
public constructor(): R|test/Bnno|
|
|
|
|
}
|
|
|
|
public final enum class Eee : R|kotlin/Enum<test/Eee>| {
|
|
private constructor(): R|test/Eee|
|
|
|
|
public final static val Entry1: R|test/Eee| = object : R|test/Eee| {
|
|
}
|
|
|
|
|
|
|
|
public final static val Entry2: R|test/Eee| = object : R|test/Eee| {
|
|
}
|
|
|
|
|
|
|
|
public final static val Entry3: R|test/Eee| = object : R|test/Eee| {
|
|
}
|
|
|
|
|
|
|
|
public final static val Entry4: R|test/Eee| = object : R|test/Eee| {
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|