mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-25 10:51:06 +07:00
12 lines
161 B
Java
12 lines
161 B
Java
// "Create Field 'field'" "true"
|
|
class A{
|
|
{
|
|
Outer.f(field<caret>);
|
|
}
|
|
}
|
|
|
|
class Outer{
|
|
static class Inner{}
|
|
|
|
static void f(Inner inner){}
|
|
} |