[FIR-TEST] Get rid of deprecated methods usage in AbstractFirLoadCompiledKotlin
Now complied declaration names are collected via ModuleDescriptor, so tests pass more correctly. Before this change tests didn't render compiled typealiases and properties. Also some testdata was changed because of new order of declaration
This commit is contained in:
+5
@@ -1,3 +1,7 @@
|
||||
public final var foo: R|kotlin/Int|
|
||||
public get(): R|kotlin/Int|
|
||||
public set(@R|test/A|() @R|test/B|() value: R|kotlin/Int|): R|kotlin/Unit|
|
||||
|
||||
public final annotation class A : R|kotlin/Annotation| {
|
||||
public constructor(): R|test/A|
|
||||
|
||||
@@ -7,3 +11,4 @@ public final annotation class B : R|kotlin/Annotation| {
|
||||
public constructor(): R|test/B|
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user