mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 00:21:32 +00:00
7 lines
195 B
Kotlin
Vendored
7 lines
195 B
Kotlin
Vendored
// !DIAGNOSTICS: -NO_VALUE_FOR_PARAMETER, -CONSTANT_EXPECTED_TYPE_MISMATCH
|
|
// This should not crash
|
|
package foo
|
|
|
|
@JsModule @native fun foo(x: Int): Int
|
|
|
|
@JsModule(23) @native fun bar(x: Int): Int |