849b8acbf8
Just in tests that changed after deprecation
9 lines
153 B
Kotlin
Vendored
9 lines
153 B
Kotlin
Vendored
// !DIAGNOSTICS: -UNUSED_PARAMETER
|
|
|
|
fun foo() {
|
|
@nativeInvoke
|
|
fun Int.ext() = 1
|
|
|
|
@nativeInvoke
|
|
fun Int.invoke(a: String, b: Int) = "OK"
|
|
} |