[FIR IDE] Fix loop inheritance tests

This commit is contained in:
Igor Yakovlev
2021-06-09 19:21:53 +02:00
parent 3a1057eb60
commit 8012429e31
13 changed files with 184 additions and 174 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
FILE: main.kt
public final [STATUS] class WithElvis : R|kotlin/Any| {
public [STATUS] constructor([STATUS] value: R|kotlin/String?|): R|elvis/WithElvis| {
public? [RAW_FIR] constructor([RAW_FIR] value: String?): R|elvis/WithElvis| {
super<R|kotlin/Any|>()
}
+1 -1
View File
@@ -2,4 +2,4 @@ FILE: callMe.kt
public final [BODY_RESOLVE] fun callMe(): R|kotlin/Int| {
^callMe Int(42)
}
public final [STATUS] fun other(): R|kotlin/Unit| { LAZY_BLOCK }
public? final? [RAW_FIR] fun other(): R|kotlin/Unit| { LAZY_BLOCK }