v2 / vlib / v / fmt / tests / import_selective_map_keep.vv
5 lines · 4 sloc · 72 bytes · ee745113bdbc6586eb848635a4cd155cb6e63c12
Raw
1import time { Duration }
2
3fn main() {
4 println(map[string]Duration{})
5}
6