Minor. Merge multiplatformTypeRefinement testdata with multiplatform testdata
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package sample
|
||||
|
||||
expect interface Input
|
||||
|
||||
abstract class AbstractInput : Input {
|
||||
val head: Int = null!!
|
||||
}
|
||||
Reference in New Issue
Block a user