[FIR] Add expect actual checker
This commit is contained in:
committed by
teamcityserver
parent
faadb08174
commit
c3060e861f
-4
@@ -2,10 +2,6 @@ FILE: B.kt
|
||||
public abstract expect interface Other : R|kotlin/Any| {
|
||||
}
|
||||
public final expect class Another : R|kotlin/Any| {
|
||||
public expect constructor(): R|b/d/Another| {
|
||||
super<R|kotlin/Any|>()
|
||||
}
|
||||
|
||||
}
|
||||
public final fun baz(): R|kotlin/Unit| {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user