mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
10 lines
248 B
Plaintext
10 lines
248 B
Plaintext
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;
|
|
}
|