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,7 +1,6 @@
|
||||
// "Create parameter 'foo'" "true"
|
||||
// ACTION: Create local variable 'foo'
|
||||
|
||||
fun test(n: Int,
|
||||
foo: Int) {
|
||||
fun test(n: Int, foo: Int) {
|
||||
val f: (Int, Int) -> Int = { (a, b) -> foo }
|
||||
}
|
||||
Reference in New Issue
Block a user