New J2K: make initial generating code formatting better
This commit is contained in:
+1
-2
@@ -1,7 +1,6 @@
|
||||
internal abstract class A {
|
||||
abstract fun foo(p: Int)
|
||||
|
||||
fun foo() {
|
||||
foo(1)
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user