new tests
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package test
|
||||
|
||||
inline fun test(a: String, b: String, c: () -> String): String {
|
||||
return a + b + c();
|
||||
}
|
||||
Reference in New Issue
Block a user