J2K: preserving line breaks between enum members from original code

This commit is contained in:
Valentin Kipyatkov
2015-06-16 12:41:53 +03:00
parent f9afb4f95b
commit fdff2c7153
11 changed files with 91 additions and 71 deletions
@@ -2,8 +2,7 @@
annotation class Anon(public val value: String) {
public enum class E {
A,
B
A, B
}
companion object {