1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/cmd/tools/vvet/tests/documentation_for_generic_methods.vv

3 lines
98 B
V

// my_generic_method this is a documentation of my method
pub fn my_generic_method[T](value T) {}