Implementation of “type” inlay hints:
fn f(a: i32, b: i32) -> i32 { a + b } let _x /* i32 */= f(4, 4);