[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
+19
@@ -0,0 +1,19 @@
|
||||
public final class ClassVal : R|kotlin/Any| {
|
||||
public final val property1: R|kotlin/Int|
|
||||
public get(): R|kotlin/Int|
|
||||
|
||||
internal final val property2: R|kotlin/Int|
|
||||
internal get(): R|kotlin/Int|
|
||||
|
||||
private final val property3: R|java/lang/Object|
|
||||
private get(): R|java/lang/Object|
|
||||
|
||||
protected final val property4: R|kotlin/String|
|
||||
protected get(): R|kotlin/String|
|
||||
|
||||
public final val property5: R|kotlin/Int|
|
||||
public get(): R|kotlin/Int|
|
||||
|
||||
public constructor(): R|test/ClassVal|
|
||||
|
||||
}
|
||||
+19
@@ -0,0 +1,19 @@
|
||||
public final class ClassValParams : R|kotlin/Any| {
|
||||
public final val pr1: R|kotlin/String|
|
||||
public get(): R|kotlin/String|
|
||||
|
||||
internal final val pr2: R|kotlin/Int|
|
||||
internal get(): R|kotlin/Int|
|
||||
|
||||
private final val pr3: R|kotlin/Long|
|
||||
private get(): R|kotlin/Long|
|
||||
|
||||
protected final val pr4: R|java/util/Date|
|
||||
protected get(): R|java/util/Date|
|
||||
|
||||
public final val pr5: R|kotlin/Any|
|
||||
public get(): R|kotlin/Any|
|
||||
|
||||
public constructor(pr1: R|kotlin/String|, pr2: R|kotlin/Int|, pr3: R|kotlin/Long|, pr4: R|java/util/Date|, pr5: R|kotlin/Any|, pr6: R|java/lang/Object|): R|test/ClassValParams|
|
||||
|
||||
}
|
||||
+19
@@ -0,0 +1,19 @@
|
||||
public final class ClassVal : R|kotlin/Any| {
|
||||
public final val property1: R|kotlin/Int|
|
||||
public get(): R|kotlin/Int|
|
||||
|
||||
internal final val property2: R|kotlin/Int|
|
||||
internal get(): R|kotlin/Int|
|
||||
|
||||
private final val property3: R|java/lang/Object|
|
||||
private get(): R|java/lang/Object|
|
||||
|
||||
protected final val property4: R|kotlin/String|
|
||||
protected get(): R|kotlin/String|
|
||||
|
||||
public final val property5: R|kotlin/Int|
|
||||
public get(): R|kotlin/Int|
|
||||
|
||||
public constructor(): R|test/ClassVal|
|
||||
|
||||
}
|
||||
+24
@@ -0,0 +1,24 @@
|
||||
public final class ClassVar : R|kotlin/Any| {
|
||||
public final var property1: R|kotlin/Int|
|
||||
public get(): R|kotlin/Int|
|
||||
public set(value: R|kotlin/Int|): R|kotlin/Unit|
|
||||
|
||||
internal final var property2: R|kotlin/Int|
|
||||
internal get(): R|kotlin/Int|
|
||||
internal set(value: R|kotlin/Int|): R|kotlin/Unit|
|
||||
|
||||
private final var property3: R|java/lang/Object|
|
||||
private get(): R|java/lang/Object|
|
||||
private set(value: R|java/lang/Object|): R|kotlin/Unit|
|
||||
|
||||
protected final var property4: R|kotlin/String|
|
||||
protected get(): R|kotlin/String|
|
||||
protected set(value: R|kotlin/String|): R|kotlin/Unit|
|
||||
|
||||
public final var property5: R|kotlin/Int|
|
||||
public get(): R|kotlin/Int|
|
||||
public set(value: R|kotlin/Int|): R|kotlin/Unit|
|
||||
|
||||
public constructor(): R|test/ClassVar|
|
||||
|
||||
}
|
||||
+29
@@ -0,0 +1,29 @@
|
||||
public open class ClassVarModality : R|kotlin/Any| {
|
||||
public open var property1: R|kotlin/Int|
|
||||
public get(): R|kotlin/Int|
|
||||
public set(value: R|kotlin/Int|): R|kotlin/Unit|
|
||||
|
||||
internal final var property2: R|kotlin/Int|
|
||||
internal get(): R|kotlin/Int|
|
||||
internal set(value: R|kotlin/Int|): R|kotlin/Unit|
|
||||
|
||||
public open var property3: R|kotlin/Int|
|
||||
public get(): R|kotlin/Int|
|
||||
public set(value: R|kotlin/Int|): R|kotlin/Unit|
|
||||
|
||||
internal final var property4: R|kotlin/Int|
|
||||
internal get(): R|kotlin/Int|
|
||||
private set(<set-?>: R|kotlin/Int|): R|kotlin/Unit|
|
||||
|
||||
public constructor(): R|test/ClassVarModality|
|
||||
|
||||
}
|
||||
|
||||
public abstract class ClassVarModalityAbstract : R|kotlin/Any| {
|
||||
public abstract var property1: R|java/util/Date|
|
||||
public get(): R|java/util/Date|
|
||||
public set(<set-?>: R|java/util/Date|): R|kotlin/Unit|
|
||||
|
||||
public constructor(): R|test/ClassVarModalityAbstract|
|
||||
|
||||
}
|
||||
+24
@@ -0,0 +1,24 @@
|
||||
public final class ClassVarParams : R|kotlin/Any| {
|
||||
public final var pr1: R|kotlin/String|
|
||||
public get(): R|kotlin/String|
|
||||
public set(value: R|kotlin/String|): R|kotlin/Unit|
|
||||
|
||||
internal final var pr2: R|kotlin/Int|
|
||||
internal get(): R|kotlin/Int|
|
||||
internal set(value: R|kotlin/Int|): R|kotlin/Unit|
|
||||
|
||||
private final var pr3: R|kotlin/Long|
|
||||
private get(): R|kotlin/Long|
|
||||
private set(value: R|kotlin/Long|): R|kotlin/Unit|
|
||||
|
||||
protected final var pr4: R|java/util/Date|
|
||||
protected get(): R|java/util/Date|
|
||||
protected set(value: R|java/util/Date|): R|kotlin/Unit|
|
||||
|
||||
public final var pr5: R|kotlin/Any|
|
||||
public get(): R|kotlin/Any|
|
||||
public set(value: R|kotlin/Any|): R|kotlin/Unit|
|
||||
|
||||
public constructor(pr1: R|kotlin/String|, pr2: R|kotlin/Int|, pr3: R|kotlin/Long|, pr4: R|java/util/Date|, pr5: R|kotlin/Any|, pr6: R|java/lang/Object|): R|test/ClassVarParams|
|
||||
|
||||
}
|
||||
+24
@@ -0,0 +1,24 @@
|
||||
public final class ClassVal : R|kotlin/Any| {
|
||||
public final var property1: R|kotlin/Int|
|
||||
public get(): R|kotlin/Int|
|
||||
public set(value: R|kotlin/Int|): R|kotlin/Unit|
|
||||
|
||||
internal final var property2: R|kotlin/Int|
|
||||
internal get(): R|kotlin/Int|
|
||||
internal set(value: R|kotlin/Int|): R|kotlin/Unit|
|
||||
|
||||
private final var property3: R|java/lang/Object|
|
||||
private get(): R|java/lang/Object|
|
||||
private set(value: R|java/lang/Object|): R|kotlin/Unit|
|
||||
|
||||
protected final var property4: R|kotlin/String|
|
||||
protected get(): R|kotlin/String|
|
||||
protected set(value: R|kotlin/String|): R|kotlin/Unit|
|
||||
|
||||
public final var property5: R|kotlin/Int|
|
||||
public get(): R|kotlin/Int|
|
||||
public set(value: R|kotlin/Int|): R|kotlin/Unit|
|
||||
|
||||
public constructor(): R|test/ClassVal|
|
||||
|
||||
}
|
||||
+40
@@ -0,0 +1,40 @@
|
||||
public final class ClassVal : R|kotlin/Any| {
|
||||
public final var property1: R|kotlin/Int|
|
||||
public get(): R|kotlin/Int|
|
||||
public set(<set-?>: R|kotlin/Int|): R|kotlin/Unit|
|
||||
|
||||
public final var property10: R|kotlin/Int|
|
||||
public get(): R|kotlin/Int|
|
||||
protected set(<set-?>: R|kotlin/Int|): R|kotlin/Unit|
|
||||
|
||||
public final var property11: R|kotlin/Int|
|
||||
public get(): R|kotlin/Int|
|
||||
internal set(<set-?>: R|kotlin/Int|): R|kotlin/Unit|
|
||||
|
||||
public final var property2: R|java/lang/Object|
|
||||
public get(): R|java/lang/Object|
|
||||
protected set(<set-?>: R|java/lang/Object|): R|kotlin/Unit|
|
||||
|
||||
public final var property3: R|java/lang/Object|
|
||||
public get(): R|java/lang/Object|
|
||||
private set(<set-?>: R|java/lang/Object|): R|kotlin/Unit|
|
||||
|
||||
protected final var property4: R|kotlin/String|
|
||||
protected get(): R|kotlin/String|
|
||||
protected set(<set-?>: R|kotlin/String|): R|kotlin/Unit|
|
||||
|
||||
protected final var property5: R|kotlin/String|
|
||||
protected get(): R|kotlin/String|
|
||||
private set(<set-?>: R|kotlin/String|): R|kotlin/Unit|
|
||||
|
||||
public final var property8: R|kotlin/Int|
|
||||
public get(): R|kotlin/Int|
|
||||
public set(<set-?>: R|kotlin/Int|): R|kotlin/Unit|
|
||||
|
||||
public final var property9: R|kotlin/Int|
|
||||
public get(): R|kotlin/Int|
|
||||
private set(<set-?>: R|kotlin/Int|): R|kotlin/Unit|
|
||||
|
||||
public constructor(): R|test/ClassVal|
|
||||
|
||||
}
|
||||
+12
@@ -0,0 +1,12 @@
|
||||
public final val R|kotlin/Long|.date1: R|kotlin/Any|
|
||||
public get(): R|kotlin/Any|
|
||||
|
||||
internal final val R|kotlin/Long|.date12: R|kotlin/Any|
|
||||
internal get(): R|kotlin/Any|
|
||||
|
||||
private final val R|kotlin/Long|.date3: R|java/util/Date|
|
||||
private get(): R|java/util/Date|
|
||||
|
||||
public final val R|kotlin/Long|.date4: R|java/util/Date|
|
||||
public get(): R|java/util/Date|
|
||||
|
||||
+28
@@ -0,0 +1,28 @@
|
||||
public final var R|kotlin/Long|.date1: R|kotlin/Any|
|
||||
public get(): R|kotlin/Any|
|
||||
public set(value: R|kotlin/Any|): R|kotlin/Unit|
|
||||
|
||||
public final var R|kotlin/Long|.date11: R|java/util/Date|
|
||||
public get(): R|java/util/Date|
|
||||
public set(value: R|java/util/Date|): R|kotlin/Unit|
|
||||
|
||||
public final var R|kotlin/Long|.date3: R|kotlin/Any|
|
||||
public get(): R|kotlin/Any|
|
||||
private set(value: R|kotlin/Any|): R|kotlin/Unit|
|
||||
|
||||
private final var R|kotlin/Long|.date4: R|java/util/Date|
|
||||
private get(): R|java/util/Date|
|
||||
private set(value: R|java/util/Date|): R|kotlin/Unit|
|
||||
|
||||
public final var R|kotlin/Long|.date7: R|java/util/Date|
|
||||
public get(): R|java/util/Date|
|
||||
public set(value: R|java/util/Date|): R|kotlin/Unit|
|
||||
|
||||
public final var R|kotlin/Long|.date8: R|java/util/Date|
|
||||
public get(): R|java/util/Date|
|
||||
internal set(value: R|java/util/Date|): R|kotlin/Unit|
|
||||
|
||||
public final var R|kotlin/Long|.date9: R|java/util/Date|
|
||||
public get(): R|java/util/Date|
|
||||
private set(value: R|java/util/Date|): R|kotlin/Unit|
|
||||
|
||||
Reference in New Issue
Block a user