nushell-plugins/nushell/tests/fixtures/lsp/hover/cell_path.nu

6 lines
65 B
Text
Raw Normal View History

2025-06-27 02:33:44 +01:00
export const r = {
foo: [1 {bar : 2}]
}
export def foo [] { }