[FIR] Include generated declarations into FIR dump in tests
Also include non root package directive of FirFile to dump
This commit is contained in:
committed by
TeamCityServer
parent
ea93d23dca
commit
c60ba51f8f
@@ -1,10 +1,14 @@
|
||||
FILE: byteArray.kt
|
||||
package Test
|
||||
|
||||
public abstract interface ByteArray : R|kotlin/Any| {
|
||||
public abstract val array: R|Test/ByteArray|
|
||||
public get(): R|Test/ByteArray|
|
||||
|
||||
}
|
||||
FILE: main.kt
|
||||
package use
|
||||
|
||||
public abstract interface My : R|kotlin/Any| {
|
||||
public abstract val array: R|kotlin/ByteArray|
|
||||
public get(): R|kotlin/ByteArray|
|
||||
|
||||
Reference in New Issue
Block a user