blob: 7b9695cb6f5241e525bc386b68e326e1955bba75 [file] [log] [blame]
fun test() {
JTest.samTest(SAM { (s, n) -> s + " " })
JTest.samTest(SAM { (x, y) -> x + " " })
}