Files
T
Yan Zhulanow 5179462632 [Analysis API] Support non-JVM platforms in code fragments
The 'evalJs' test is not available, as there is no proper support for
klib loading in non-standalone Analysis API yet.

^KT-64197 Fixed
2024-01-05 16:04:14 +00:00

6 lines
108 B
Kotlin
Vendored

// WITH_STDLIB
// TARGET_PLATFORM: JVM
fun foo(node: kotlinx.dom.Node) {
<caret>check(node.isElement)
}