8fbe376f25
Register JS configurator in tests for library sources Ignore FE10 because of KTIJ-28546 KTIJ-27571
10 lines
121 B
Kotlin
Vendored
10 lines
121 B
Kotlin
Vendored
// TARGET_PLATFORM: JS
|
|
// WITH_STDLIB
|
|
|
|
// Issue: KTIJ-28546
|
|
// IGNORE_FE10
|
|
|
|
fun test() {
|
|
"some".asDy<caret>namic()
|
|
}
|