5179462632
The 'evalJs' test is not available, as there is no proper support for klib loading in non-standalone Analysis API yet. ^KT-64197 Fixed
6 lines
112 B
Kotlin
Vendored
6 lines
112 B
Kotlin
Vendored
// WITH_STDLIB
|
|
// TARGET_PLATFORM: JVM, JS
|
|
|
|
fun foo(node: kotlinx.dom.Node) {
|
|
<caret>check(node.isElement)
|
|
} |