J2K: preserving line breaks between enum members from original code
This commit is contained in:
@@ -2,8 +2,7 @@
|
||||
annotation class Anon(public val value: String) {
|
||||
|
||||
public enum class E {
|
||||
A,
|
||||
B
|
||||
A, B
|
||||
}
|
||||
|
||||
companion object {
|
||||
|
||||
Reference in New Issue
Block a user