Extract Function: Fix syntax error in test
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
fun <T> Array<T>.check(a: Int, b: Int f: (T) -> Boolean): Boolean = false
|
||||
fun <T> Array<T>.check(a: Int, b: Int, f: (T) -> Boolean): Boolean = false
|
||||
|
||||
// SIBLING:
|
||||
fun foo(t: Array<Int>) {
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
fun <T> Array<T>.check(a: Int, b: Int f: (T) -> Boolean): Boolean = false
|
||||
fun <T> Array<T>.check(a: Int, b: Int, f: (T) -> Boolean): Boolean = false
|
||||
|
||||
// SIBLING:
|
||||
fun foo(t: Array<Int>) {
|
||||
|
||||
Reference in New Issue
Block a user