10 lines
156 B
Plaintext
10 lines
156 B
Plaintext
![]() |
---
|
||
|
source: kcl-lib/src/simulation_tests.rs
|
||
|
description: Result of unparsing kw_fn_too_few_args.kcl
|
||
|
---
|
||
|
fn add(x, y) {
|
||
|
return x + y
|
||
|
}
|
||
|
|
||
|
three = add(x = 1)
|