nushell-plugins/nushell/tests/fixtures/lsp/workspace/bar.nu
2025-06-27 02:33:44 +01:00

7 lines
85 B
Text

use ./foo.nu [ foooo "foo str" ]
export def "bar str" [
] {
foooo 3
| foo str
}