Minor. Merge multiplatformTypeRefinement testdata with multiplatform testdata
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
@file:Suppress("UNUSED_PARAMETER")
|
||||
|
||||
package sample
|
||||
|
||||
expect interface A
|
||||
|
||||
fun useA(block: A.() -> Unit) {}
|
||||
|
||||
fun anotherUseA(block: (A) -> Unit) {}
|
||||
Reference in New Issue
Block a user