Minor. Merge multiplatformTypeRefinement testdata with multiplatform testdata
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package sample
|
||||
|
||||
expect class A {
|
||||
fun commonFun()
|
||||
val x: Int
|
||||
val y: Double
|
||||
val z: String
|
||||
}
|
||||
|
||||
fun getCommonA(): A = null!!
|
||||
Reference in New Issue
Block a user