[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
+2
@@ -1,4 +1,6 @@
|
||||
FILE: test.kt
|
||||
package some
|
||||
|
||||
public final fun test(jc: R|JavaClass|): R|kotlin/Unit| {
|
||||
R|<local>/jc|.R|/JavaClass.field|
|
||||
}
|
||||
|
||||
Vendored
+2
@@ -1,4 +1,6 @@
|
||||
FILE: test.kt
|
||||
package jvm
|
||||
|
||||
public final fun <K> select(x: R|K|, y: R|K|): R|K| {
|
||||
^select R|<local>/x|
|
||||
}
|
||||
|
||||
+4
@@ -1,4 +1,6 @@
|
||||
FILE: k.kt
|
||||
package k
|
||||
|
||||
public final class A : R|kotlin/Any| {
|
||||
public constructor(): R|k/A| {
|
||||
super<R|kotlin/Any|>()
|
||||
@@ -40,6 +42,8 @@ FILE: k.kt
|
||||
|
||||
}
|
||||
FILE: j.kt
|
||||
package j
|
||||
|
||||
public final class C : R|kotlin/Any| {
|
||||
public constructor(): R|j/C| {
|
||||
super<R|kotlin/Any|>()
|
||||
|
||||
Reference in New Issue
Block a user