Change Signature: Do not insert new-lines between parameters (to be fixed later at the formatter level)
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
open class A(n: Int,
|
||||
s: String)
|
||||
open class A(n: Int, s: String)
|
||||
|
||||
class B: A(1, "abc")
|
||||
Reference in New Issue
Block a user