Files
kotlin-fork/idea/testData/refactoring/inline/semicolonWithSpacesAndComments.kt
T
2015-12-15 13:31:33 +03:00

4 lines
58 B
Kotlin
Vendored

fun f() {
val <caret>x = 5 /**/ ;
println(x + x)
}