mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 15:27:45 +07:00
more java tests moved to community
This commit is contained in:
+15
@@ -0,0 +1,15 @@
|
||||
// "Remove field 'i'" "true"
|
||||
import java.io.*;
|
||||
|
||||
class a {
|
||||
private int <caret>i = 0;
|
||||
private void run() {
|
||||
int j;
|
||||
i++;
|
||||
int k = 9;
|
||||
i=(i=(k=9)==0 ? k=8 : 0);
|
||||
i = 9;
|
||||
if ((i=3)==0) i=0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user