```zig const S = struct { pub fn foo( alpha: u32, beta: u32, ) void { _ = alpha; _ = beta; } }; ``` When hovering over `foo` displays the function with weird formatting: 