mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-07-28 19:50:53 +07:00
8 lines
122 B
Java
8 lines
122 B
Java
// "Convert to local variable" "true"
|
|
class Temp {
|
|
|
|
void test() {
|
|
<caret>int p = 1;
|
|
System.out.print(p);
|
|
}
|
|
} |