[FIR] Add expect actual checker
This commit is contained in:
committed by
teamcityserver
parent
faadb08174
commit
c3060e861f
-4
@@ -1,10 +1,6 @@
|
||||
Module: m1-common
|
||||
FILE: common.kt
|
||||
public final expect class MyList : R|kotlin/Any| {
|
||||
public expect constructor(): R|MyList| {
|
||||
super<R|kotlin/Any|>()
|
||||
}
|
||||
|
||||
public final expect fun get(i: R|kotlin/Int|): R|kotlin/Int|
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user