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

9 lines
117 B
Plaintext
Vendored

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