Files
kotlin-fork/compiler/fir/analysis-tests/testData/resolve/problems/kt42346.fir.txt
T
Dmitriy Novozhilov e6b5cb5216 [TD] Update diagnostics test data due to new test runners
Update includes:
- Changing syntax of `OI/`NI` tags from `<!NI;TAG!>` to `<!TAG{NI}!>`
- Fix some incorrect directives
- Change order of diagnostics in some places
- Remove ignored diagnostics from FIR test data (previously `DIAGNOSTICS` didn't work)
- Update FIR dumps in some places and add `FIR_IDENTICAL` if needed
- Replace all JAVAC_SKIP with SKIP_JAVAC directive
2020-12-16 19:52:25 +03:00

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|(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|