### Describe the bug ```nushell def f1 [] { } def f2 [foo: int@f1 = 1] { } ``` formats to ```nushell def f1 [] { } def f2 [foo: int = 1] { } ```