c60ba51f8f
Also include non root package directive of FirFile to dump
17 lines
389 B
Plaintext
Vendored
17 lines
389 B
Plaintext
Vendored
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|
|
|
|
|
}
|