[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,13 @@
@FIELD:R|test/Anno|(t = R|java/lang/annotation/ElementType.FIELD|) public final val bar: R|kotlin/Int|
public get(): R|kotlin/Int|
@R|test/Anno|(t = R|java/lang/annotation/ElementType.METHOD|) public final fun foo(): R|kotlin/Unit|
public final annotation class Anno : R|kotlin/Annotation| {
public final val t: R|java/lang/annotation/ElementType|
public get(): R|java/lang/annotation/ElementType|
public constructor(t: R|java/lang/annotation/ElementType|): R|test/Anno|
}