Minor. Merge multiplatformTypeRefinement testdata with multiplatform testdata
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
@file:Suppress("ACTUAL_WITHOUT_EXPECT")
|
||||
|
||||
package foo
|
||||
|
||||
actual interface A {
|
||||
actual fun commonFun()
|
||||
actual val b: B
|
||||
actual fun bFun(): B
|
||||
fun platformFun()
|
||||
}
|
||||
|
||||
actual interface B {
|
||||
actual fun commonFunB()
|
||||
fun platformFunB()
|
||||
}
|
||||
Reference in New Issue
Block a user