Converter tests:
White spaces in member lists are preserved
This commit is contained in:
@@ -4,6 +4,7 @@ enum class Color : Runnable {
|
||||
RED
|
||||
YELLOW
|
||||
BLUE
|
||||
|
||||
override fun run() {
|
||||
System.out?.println("name()=" + name() + ", toString()=" + toString())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user