// "Cast to 'int'" "true" class a { void f() { int i; <caret>i = 3.4f; } }