[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:
Dmitriy Novozhilov
2020-08-13 11:55:12 +03:00
parent 41aa90ad71
commit 913ea9b56d
44 changed files with 254 additions and 11 deletions
@@ -1,3 +1,6 @@
public final val x: R|kotlin/Int|
public get(): R|kotlin/Int|
public final object Obj : R|kotlin/Any| {
public final fun f(): R|kotlin/String|
@@ -7,3 +10,4 @@ public final object Obj : R|kotlin/Any| {
private constructor(): R|test/Obj|
}