v2 / vlib / v / fmt / tests / static_methods_keep.vv
7 lines · 5 sloc · 60 bytes · 20c6d87fd43f2bd63e01bf67c42b5d86b846cd71
Raw
1module module_fmt
2
3import mod
4
5fn main() {
6 mod.Foo.new()
7}
8