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