[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: test.kt
|
||||
package test
|
||||
|
||||
public sealed class Test : R|kotlin/Any| {
|
||||
protected constructor(): R|test/Test| {
|
||||
super<R|kotlin/Any|>()
|
||||
@@ -23,6 +25,8 @@ FILE: test.kt
|
||||
|
||||
}
|
||||
FILE: main.kt
|
||||
package other
|
||||
|
||||
public abstract class Factory : R|kotlin/Any| {
|
||||
public constructor(): R|other/Factory| {
|
||||
super<R|kotlin/Any|>()
|
||||
|
||||
Reference in New Issue
Block a user