11 lines
224 B
Hy
11 lines
224 B
Hy
; vim: tabstop=2 expandtab shiftwidth=2 softtabstop=2 filetype=lisp
|
|
|
|
(import ["tests.lang.test_kwargs"])
|
|
|
|
(def kiwi (fn []
|
|
(kwapply (tests.lang.test_kwargs.shim "one" "two") {
|
|
"three" "three"
|
|
"four" "four"
|
|
})
|
|
))
|