3abfe59d75
Otherwise, we might get false positive AMBIGUOUS_ACTUALS due to one and the same descriptor appearing multiple times in a list
5 lines
46 B
Kotlin
Vendored
5 lines
46 B
Kotlin
Vendored
package sample
|
|
|
|
expect class A {
|
|
fun f()
|
|
} |