v/vlib/v/fmt/tests/fn_headers_with_param_comme...

9 lines
102 B
V

fn foo(
// Foo
s string) {
}
fn bar(/*p1*/a string, /*p2*/b int) {
println('hello')
}