[FE Test] Move FIR dumps for LoadCompiledKotlin tests close to original testdata

This commit is contained in:
Dmitriy Novozhilov
2023-04-17 12:24:15 +03:00
committed by Space Team
parent de33a21fd1
commit e94a64a4f2
474 changed files with 0 additions and 0 deletions
@@ -0,0 +1,24 @@
private final const val topLevel: R|kotlin/Int| = Int(1)
private get(): R|kotlin/Int|
public final object A : R|kotlin/Any| {
internal final const val inObject: R|kotlin/Int| = Int(2)
internal get(): R|kotlin/Int|
private constructor(): R|test/A|
}
public final class B : R|kotlin/Any| {
public constructor(): R|test/B|
public final companion object Companion : R|kotlin/Any| {
public final const val inCompanion: R|kotlin/Int| = Int(3)
public get(): R|kotlin/Int|
private constructor(): R|test/B.Companion|
}
}