mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
fix silly assignment tests
This commit is contained in:
+1
-1
@@ -3,6 +3,6 @@ class a {
|
||||
public void aa(){
|
||||
int a = 0;
|
||||
//noinspection SillyAssignment
|
||||
<caret>a = a;
|
||||
a = <caret>a;
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -2,6 +2,6 @@
|
||||
class a {
|
||||
public void aa(){
|
||||
int a = 0;
|
||||
<caret>a = a;
|
||||
a = <caret>a;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user