[IDE, JS] Add regression test for KTIJ-27571

Reference resolve for kotlin.js.asDynamic
This commit is contained in:
Pavel Kirpichenkov
2024-01-18 21:02:19 +02:00
committed by Space Team
parent 77ebe1085d
commit ed8d3092cd
7 changed files with 38 additions and 0 deletions
@@ -0,0 +1,6 @@
// TARGET_PLATFORM: JS
// WITH_STDLIB
fun test() {
"some".asDy<caret>namic()
}