v2 / cmd / tools / vvet / tests / documentation_for_generic_methods.vv
2 lines · 2 sloc · 98 bytes · 75f325b95089b7bc25bfd24448accd364fc49caf
Raw
1// my_generic_method this is a documentation of my method
2pub fn my_generic_method[T](value T) {}
3