Reformat code should not align comments (KT-4175)
#KT-4175 In Progress
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
fun doSomething<T>(a: T) {}
|
||||
|
||||
fun foo() {
|
||||
<caret>if (true) {
|
||||
// val a = 1
|
||||
// var b = 1
|
||||
doSomething("test")
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user