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