Closed Banaanae closed 1 week ago
V1:
x := x = "" ? 0 : ""
V2 (Converted):
x := x = `" ? 0 : `"
V2 (Expected):
V1:
V2 (Converted):
V2 (Expected):