mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-20 11:36:16 +07:00
when field is deleted and parameter would be unused after removing of assignment
7 lines
91 B
Java
7 lines
91 B
Java
class MyTest {
|
|
String my<caret>Str;
|
|
|
|
public MyTest(String str) {
|
|
myStr = str;
|
|
}
|
|
} |