Files
kotlin-fork/idea/testData/codeInsight/moveUpDown/expressions/hasComment4.kt.after
T
2019-09-16 16:57:48 +03:00

9 lines
119 B
Plaintext
Vendored

// MOVE: down
fun wrap() {
/*
comment1
comment1
*/
val b = 42
<caret>fun nested() {}
}