mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-02 05:50:53 +07:00
13 lines
190 B
Java
13 lines
190 B
Java
// "Create method 'f'" "true-preview"
|
|
class A {
|
|
{
|
|
new Runnable() {
|
|
public void run() {
|
|
B.<caret>f(this);
|
|
}
|
|
};
|
|
}
|
|
}
|
|
class B {
|
|
}
|