v2 / vlib / v / fmt / tests / interface_variadic_keep.vv
4 lines · 4 sloc · 75 bytes · 55efd8309a406e19363f94c88378cec59e2912c6
Raw
1interface Element {
2 unnamed_method(...f64)
3 named_method(params ...f64)
4}
5