v/vlib/v/checker/tests/type_cast_optional_err.vv

4 lines
53 B
V

fn main() {
println(int('hi'.last_index('i')))
}