37 lines
1.7 KiB
Plaintext
Vendored
37 lines
1.7 KiB
Plaintext
Vendored
FILE: kt42346.kt
|
|
public final class StepRequest : R|kotlin/Any| {
|
|
public constructor(): R|StepRequest| {
|
|
super<R|kotlin/Any|>()
|
|
}
|
|
|
|
public final companion object Companion : R|kotlin/Any| {
|
|
private constructor(): R|StepRequest.Companion| {
|
|
super<R|kotlin/Any|>()
|
|
}
|
|
|
|
public final const val STEP_INTO: R|kotlin/Int| = Int(0)
|
|
public get(): R|kotlin/Int|
|
|
|
|
public final const val STEP_OVER: R|kotlin/Int| = Int(1)
|
|
public get(): R|kotlin/Int|
|
|
|
|
public final const val STEP_OUT: R|kotlin/Int| = Int(2)
|
|
public get(): R|kotlin/Int|
|
|
|
|
}
|
|
|
|
}
|
|
@R|MagicConstant|(vararg(intValues = <implicitArrayOf>(Q|StepRequest|.R|/StepRequest.Companion.STEP_INTO|.R|kotlin/Int.toLong|(), Q|StepRequest|.R|/StepRequest.Companion.STEP_OVER|.R|kotlin/Int.toLong|(), Q|StepRequest|.R|/StepRequest.Companion.STEP_OUT|.R|kotlin/Int.toLong|()))) public final val depth: R|kotlin/Int| = Int(42)
|
|
public get(): R|kotlin/Int|
|
|
public final annotation class KotlinMagicConstant : R|kotlin/Annotation| {
|
|
public constructor(intValues: R|kotlin/LongArray|): R|KotlinMagicConstant| {
|
|
super<R|kotlin/Any|>()
|
|
}
|
|
|
|
public final val intValues: R|kotlin/LongArray| = R|<local>/intValues|
|
|
public get(): R|kotlin/LongArray|
|
|
|
|
}
|
|
@R|KotlinMagicConstant|(intValues = <implicitArrayOf>(Q|StepRequest|.R|/StepRequest.Companion.STEP_INTO|.R|kotlin/Int.toLong|(), Q|StepRequest|.R|/StepRequest.Companion.STEP_OVER|.R|kotlin/Int.toLong|(), Q|StepRequest|.R|/StepRequest.Companion.STEP_OUT|.R|kotlin/Int.toLong|())) public final val kotlinDepth: R|kotlin/Int| = Int(42)
|
|
public get(): R|kotlin/Int|
|