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