[FIR] Make expect class members also expect

This commit is contained in:
Mikhail Glukhikh
2020-06-24 15:25:52 +03:00
parent 2fefa682b7
commit c1609ed490
20 changed files with 124 additions and 85 deletions
@@ -2,7 +2,7 @@ FILE: B.kt
public abstract expect interface Other : R|kotlin/Any| {
}
public final expect class Another : R|kotlin/Any| {
public constructor(): R|b/d/Another| {
public expect constructor(): R|b/d/Another| {
super<R|kotlin/Any|>()
}