v/vlib/v/fmt/tests/optional_keep.vv

6 lines
50 B
V

pub fn test() ?&SomeType {
}
struct SomeType {
}