aboutsummaryrefslogtreecommitdiff
path: root/v_windows/v/old/vlib/v/checker/tests/unwrapped_optional_infix.vv
blob: 432b0cc5b51a42594335d099669bc72b9be0acdc (plain)
1
2
3
4
5
fn test() ?string {
	return ""
}

println(test() == "")