[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
This commit is contained in:
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
// WITH_STDLIB
|
||||
// TARGET_PLATFORM: JVM, JS
|
||||
|
||||
fun foo(node: kotlinx.dom.Node) {
|
||||
<caret>check(node.isElement)
|
||||
}
|
||||
Reference in New Issue
Block a user