ed28a06285
#KT-23461 Fixed
7 lines
102 B
Kotlin
Vendored
7 lines
102 B
Kotlin
Vendored
// MOVE: down
|
|
fun wrap() {
|
|
<caret>fun nested() {}
|
|
// comment1
|
|
// comment2
|
|
val b = 42
|
|
} |