mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 15:53:46 +00:00
9 lines
155 B
Kotlin
9 lines
155 B
Kotlin
// !DIAGNOSTICS: -UNUSED_PARAMETER
|
|
|
|
fun foo() {
|
|
[nativeInvoke]
|
|
fun Int.ext() = 1
|
|
|
|
[nativeInvoke]
|
|
fun Int.invoke(a: String, b: Int) = "OK"
|
|
} |