[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
+8
@@ -0,0 +1,8 @@
|
||||
public open class NotNullField : R|kotlin/Any| {
|
||||
public final var hi: R|kotlin/String|
|
||||
public get(): R|kotlin/String|
|
||||
public set(value: R|kotlin/String|): R|kotlin/Unit|
|
||||
|
||||
public constructor(): R|test/NotNullField|
|
||||
|
||||
}
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
public open class NotNullIntArray : R|kotlin/Any| {
|
||||
public open fun hi(): R|kotlin/IntArray|
|
||||
|
||||
public constructor(): R|test/NotNullIntArray|
|
||||
|
||||
}
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
public open class NotNullMethod : R|kotlin/Any| {
|
||||
public open fun hi(): R|kotlin/String|
|
||||
|
||||
public constructor(): R|test/NotNullMethod|
|
||||
|
||||
}
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
public open class NotNullObjectArray : R|kotlin/Any| {
|
||||
public open fun hi(): R|kotlin/Array<kotlin/Any>|
|
||||
|
||||
public constructor(): R|test/NotNullObjectArray|
|
||||
|
||||
}
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
public open class NotNullParameter : R|kotlin/Any| {
|
||||
public open fun hi(p0: R|kotlin/String|): R|kotlin/Unit|
|
||||
|
||||
public constructor(): R|test/NotNullParameter|
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user