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