[FE Test] Move FIR dumps for LoadCompiledKotlin tests close to original testdata
This commit is contained in:
committed by
Space Team
parent
de33a21fd1
commit
e94a64a4f2
Vendored
+15
@@ -0,0 +1,15 @@
|
||||
public final class Some : R|kotlin/Any| {
|
||||
public constructor(): R|test/Some|
|
||||
|
||||
public final companion object Companion : R|kotlin/Any| {
|
||||
private constructor(): R|test/Some.Companion|
|
||||
|
||||
public final annotation class TestAnnotation : R|kotlin/Annotation| {
|
||||
public constructor(): R|test/Some.Companion.TestAnnotation|
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
+16
@@ -0,0 +1,16 @@
|
||||
public final enum class Test : R|kotlin/Enum<test/Test>| {
|
||||
public final static fun valueOf(value: R|kotlin/String|): R|test/Test| {
|
||||
}
|
||||
|
||||
public final static fun values(): R|kotlin/Array<test/Test>| {
|
||||
}
|
||||
|
||||
public final static val entries: R|kotlin/enums/EnumEntries<test/Test>|
|
||||
public get(): R|kotlin/enums/EnumEntries<test/Test>|
|
||||
|
||||
private constructor(a: R|kotlin/Int|): R|test/Test|
|
||||
|
||||
public final static enum entry A: R|test/Test|
|
||||
public final static enum entry B: R|test/Test|
|
||||
}
|
||||
|
||||
+1
@@ -0,0 +1 @@
|
||||
public final fun <T> foo(t: R|T|): R|T|
|
||||
+12
@@ -0,0 +1,12 @@
|
||||
public final class A : R|kotlin/Any| {
|
||||
public constructor(): R|test/A|
|
||||
|
||||
public final object B : R|kotlin/Any| {
|
||||
public final fun foo(a: R|kotlin/Int|): R|kotlin/String|
|
||||
|
||||
private constructor(): R|test/A.B|
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
public final object SomeObject : R|kotlin/Any| {
|
||||
public final fun test(a: R|kotlin/Int|): R|kotlin/Int|
|
||||
|
||||
private constructor(): R|test/SomeObject|
|
||||
|
||||
}
|
||||
Vendored
+4
@@ -0,0 +1,4 @@
|
||||
public final object Bar : R|kotlin/Any| {
|
||||
private constructor(): R|test/Bar|
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user