New J2K: rework Java code formatting collecting

#KT-33687 fixed
This commit is contained in:
Ilya Kirillov
2019-09-26 14:38:46 +03:00
parent 37ee81dfa1
commit f3b53a9532
43 changed files with 396 additions and 358 deletions
+2 -5
View File
@@ -5,10 +5,7 @@ internal class A // end of primary constructor body
// this is a secondary constructor 2
constructor(s: String) : this(s.length) {} // end of secondary constructor 2 body
// this is a primary constructor
// this is a primary constructor
// this is a secondary constructor 1
@@ -18,7 +15,7 @@ internal class A // end of primary constructor body
internal class B // end of constructor body
(private val x: Int) {
fun foo() {}
// this constructor will disappear
// this constructor will disappear
}