Don't include unindented comments preceding a function into its text range
#KT-10591 Fixed
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
object Test {
|
||||
// some
|
||||
fun test() {
|
||||
<caret>
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
object Test {
|
||||
// some
|
||||
fun test() {<caret>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user