Files
herolib/lib/schemas/openrpc/testdata/method_with_description.v
2025-01-02 01:40:01 -05:00

6 lines
200 B
V

module main
// method_with_description shows that the parser can parse a method's description
// from its comments, even if the comments are multiline.
pub fn method_with_description(name string) {}