mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 08:31:35 +00:00
8 lines
124 B
Kotlin
Vendored
8 lines
124 B
Kotlin
Vendored
// !DIAGNOSTICS: -UNUSED_PARAMETER
|
|
|
|
@nativeInvoke
|
|
fun Int.ext() = 1
|
|
|
|
@nativeInvoke
|
|
fun Int.invoke(a: String, b: Int) = "OK"
|