v/vlib/v/checker/tests/unwrapped_optional_infix.vv

6 lines
56 B
V

fn test() ?string {
return ""
}
println(test() == "")