mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-30 18:20:52 +07:00
12 lines
169 B
Java
12 lines
169 B
Java
// "Create field 'field'" "true-preview"
|
|
class A{
|
|
{
|
|
Outer.f(field<caret>);
|
|
}
|
|
}
|
|
|
|
class Outer{
|
|
static class Inner{}
|
|
|
|
static void f(Inner inner){}
|
|
} |