blob: e86de2882c399c5c75988f27d2f0016a1eaeb143 [file] [log] [blame]
public class IDEADEV950 {
void foo () {
int door_1 = 0;
//Cast should be inserted when inlining, otherwise semantics changes
float d1 = ((float) door_1 / NOF_LOOPS);
}
private static final int NOF_LOOPS = 2;
}