Minor. Merge multiplatformTypeRefinement testdata with multiplatform testdata
This commit is contained in:
+16
@@ -0,0 +1,16 @@
|
||||
@file:Suppress("UNUSED_PARAMETER")
|
||||
package sample
|
||||
|
||||
actual interface A {
|
||||
actual fun foo_A()
|
||||
fun foo_A_3()
|
||||
}
|
||||
|
||||
fun take0(x: A): DD = null!!
|
||||
fun take1(x: A): DD = null!!
|
||||
fun take2(x: A): DD = null!!
|
||||
fun take4(x: A): DD = null!!
|
||||
|
||||
fun test(x: A) {
|
||||
<!OVERLOAD_RESOLUTION_AMBIGUITY(" public fun take4(x: A): AA defined in sample in file common-1.kt public fun take4(x: A): DD defined in sample in file common-2-3.kt")!>take4<!>(x)
|
||||
}
|
||||
Reference in New Issue
Block a user