c60ba51f8f
Also include non root package directive of FirFile to dump
19 lines
327 B
Plaintext
Vendored
19 lines
327 B
Plaintext
Vendored
FILE: a.kt
|
|
package a
|
|
|
|
public final object A : R|kotlin/Any| {
|
|
private constructor(): R|a/A| {
|
|
super<R|kotlin/Any|>()
|
|
}
|
|
|
|
public final fun foo(): R|kotlin/Unit| {
|
|
}
|
|
|
|
}
|
|
FILE: b.kt
|
|
package b
|
|
|
|
public final fun bar(): R|kotlin/Unit| {
|
|
Q|a/A|.R|a/A.foo|()
|
|
}
|