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

5 lines
56 B
Text
Raw Normal View History

2025-06-27 02:33:44 +01:00
use cell_path.nu [ r foo ]
def test [] {
$r.foo.1.bar
}