2 lines
136 B
Text
2 lines
136 B
Text
if true { "blarg" } else { 23 }
|
|
// @type-error: 0 the type of the `then` branch (string) must match the type of the `else` branch (f64)
|