Files
Pavel Kirpichenkov 8fbe376f25 [IDE, JS] Fix tests for asDynamic
Register JS configurator in tests for library sources
Ignore FE10 because of KTIJ-28546

KTIJ-27571
2024-01-22 18:28:24 +00:00

10 lines
121 B
Kotlin
Vendored

// TARGET_PLATFORM: JS
// WITH_STDLIB
// Issue: KTIJ-28546
// IGNORE_FE10
fun test() {
"some".asDy<caret>namic()
}