Files
herolib/lib/schemas/openrpc/_archive/testdata/method_with_description.v
2025-09-14 10:16:40 +02: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) {}