New J2K: make initial generating code formatting better
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
class C {
|
||||
protected var x = ""
|
||||
|
||||
fun getX(): String {
|
||||
return x
|
||||
}
|
||||
@@ -9,4 +8,4 @@ class C {
|
||||
println("setter invoked")
|
||||
this.x = x
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user