febf725e85
#KT-8235 Fixed
5 lines
91 B
Kotlin
Vendored
5 lines
91 B
Kotlin
Vendored
fun test() {
|
|
if (true) <selection>{
|
|
println("Hello world!")
|
|
}</selection>
|
|
} |