blob: 723202ed03ab03ad5b52a08b930e4df4f47f687f [file] [log] [blame]
// "Cast to 'char'" "true"
class a {
void f(int i) {
<caret>char c = i;
}
}