mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-17 07:20:53 +07:00
moving tests
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
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;
|
||||
}
|
||||
Reference in New Issue
Block a user