mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-22 07:32:21 +07:00
8 lines
91 B
Java
8 lines
91 B
Java
// "Convert to local" "true"
|
|
class Temp {
|
|
/**
|
|
*/
|
|
void foo() {
|
|
int x = 5;
|
|
}
|
|
} |