Change Signature: Do not insert new-lines between parameters (to be fixed later at the formatter level)
This commit is contained in:
+1
-2
@@ -1,8 +1,7 @@
|
||||
// "Create parameter 'foo'" "true"
|
||||
|
||||
class A<T> {
|
||||
fun test<T>(n: Int,
|
||||
foo: T) {
|
||||
fun test<T>(n: Int, foo: T) {
|
||||
val t: T = foo
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user