Reformat code should not align comments (KT-4175)
#KT-4175 In Progress
This commit is contained in:
+1
-2
@@ -47,8 +47,7 @@ public var varWithAccessors1: Int
|
||||
get() {
|
||||
return 1
|
||||
}
|
||||
set (value: Int) {
|
||||
/**/
|
||||
set (value: Int) { /**/
|
||||
}
|
||||
|
||||
public var varWithAccessors2: Int
|
||||
|
||||
Reference in New Issue
Block a user