[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
+4
@@ -1,4 +1,6 @@
|
||||
FILE: A.kt
|
||||
package a
|
||||
|
||||
public final class Outer : R|kotlin/Any| {
|
||||
public constructor(): R|a/Outer| {
|
||||
super<R|kotlin/Any|>()
|
||||
@@ -13,6 +15,8 @@ FILE: A.kt
|
||||
|
||||
}
|
||||
FILE: B.kt
|
||||
package b
|
||||
|
||||
public final class My : R|a/Outer.Nested| {
|
||||
public constructor(): R|b/My| {
|
||||
super<R|a/Outer.Nested|>()
|
||||
|
||||
Reference in New Issue
Block a user