mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 00:21:29 +00:00
4 lines
97 B
Kotlin
Vendored
4 lines
97 B
Kotlin
Vendored
// !DIAGNOSTICS: -UNUSED_PARAMETER
|
|
fun Int.foo(x: Int) {
|
|
js("this = x<!JSCODE_ERROR!><!>;")
|
|
} |