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

5 lines
65 B
Text

export const r = {
foo: [1 {bar : 2}]
}
export def foo [] { }