Fix tests: "infix modifier required" and "operator modifier required" errors
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
package utils
|
||||
|
||||
inline
|
||||
public fun apply<T, R>(x: T, fn: (T)->R): R =
|
||||
public fun <T, R> apply(x: T, fn: (T)->R): R =
|
||||
fn(x)
|
||||
Reference in New Issue
Block a user