mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-19 18:50:59 +07:00
8 lines
102 B
Java
8 lines
102 B
Java
// "Create Local Variable 'a'" "true"
|
|
class C {
|
|
void foo() {
|
|
<caret>a = 10;
|
|
a++;
|
|
}
|
|
}
|