503f061c8c
#KT-14555 Fixed
6 lines
78 B
Kotlin
Vendored
6 lines
78 B
Kotlin
Vendored
// JS
|
|
// IS_APPLICABLE: false
|
|
|
|
fun foo(): String {
|
|
<caret>return "hello"
|
|
} |