New J2K: make initial generating code formatting better

This commit is contained in:
Ilya Kirillov
2019-09-26 17:28:16 +03:00
parent f3b53a9532
commit c000f33955
192 changed files with 396 additions and 625 deletions
+1 -2
View File
@@ -1,5 +1,4 @@
internal annotation class Anon(vararg val value: String, val x: Int = 1)
@Anon("a", "b")
internal interface I1
@@ -10,4 +9,4 @@ internal interface I2
internal interface I3
@Anon(value = ["c", "d"])
internal interface I4
internal interface I4