849b8acbf8
Just in tests that changed after deprecation
7 lines
118 B
Kotlin
7 lines
118 B
Kotlin
// !DIAGNOSTICS: -UNUSED_PARAMETER
|
|
import kotlin.platform.*
|
|
|
|
@platformName("bar")
|
|
fun foo(a: Any) {}
|
|
|
|
fun Any.foo() {} |