[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
@@ -15,3 +15,4 @@ public abstract interface X : R|kotlin/Any| {
public abstract interface Y : R|test/X| {
}
@@ -14,3 +14,4 @@ public abstract interface Super2 : R|kotlin/Any| {
private final fun foo(): R|kotlin/String|
}
@@ -20,3 +20,4 @@ public abstract interface Super2 : R|kotlin/Any| {
public get(): R|kotlin/String|
}
@@ -18,3 +18,4 @@ public abstract interface Super2 : R|kotlin/Any| {
public get(): R|kotlin/String|
}