[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
+13
@@ -0,0 +1,13 @@
|
||||
public abstract interface A<T> : R|kotlin/Any| {
|
||||
public abstract fun bar(): R|T|
|
||||
|
||||
public open fun foo(): R|T|
|
||||
|
||||
}
|
||||
|
||||
public final class B : R|test/A<kotlin/String>| {
|
||||
public open fun bar(): R|kotlin/String|
|
||||
|
||||
public constructor(): R|test/B|
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user