6 lines
200 B
V
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) {}
|