1d90b2e1fe
- Do not wrap parameters with '()' - Do not set return type for them - Fix existing testData
4 lines
100 B
Kotlin
Vendored
4 lines
100 B
Kotlin
Vendored
fun test() {
|
|
JTest.samTest(SAM { s, n -> s + " " })
|
|
JTest.samTest(SAM { x, y -> x + " " })
|
|
} |