[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
+31
@@ -0,0 +1,31 @@
|
||||
public final class O : R|kotlin/Any| {
|
||||
public constructor(): R|test/O|
|
||||
|
||||
public final class A1 : R|kotlin/Any| {
|
||||
public constructor(): R|test/O.A1|
|
||||
|
||||
}
|
||||
|
||||
public final inner class A2 : R|kotlin/Any| {
|
||||
public test/O.constructor(): R|test/O.A2|
|
||||
|
||||
}
|
||||
|
||||
public final class B1 : R|kotlin/Any| {
|
||||
public constructor(): R|test/O.B1|
|
||||
|
||||
}
|
||||
|
||||
public final inner class B2 : R|kotlin/Any| {
|
||||
public test/O.constructor(): R|test/O.B2|
|
||||
|
||||
}
|
||||
|
||||
public abstract interface C1 : R|kotlin/Any| {
|
||||
}
|
||||
|
||||
public abstract interface C2 : R|kotlin/Any| {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user