[FIR IDE] Fix loop inheritance tests
This commit is contained in:
+1
-1
@@ -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
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user