mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-07-17 21:35:05 +07:00
* use only one search adapter * resolve anonymous child classes (e.g A$2$B) * lazy iterate over candidates
15 lines
151 B
Java
15 lines
151 B
Java
public class Baz {
|
|
|
|
void m() {
|
|
new Runnable() {
|
|
public void run() {
|
|
|
|
class FooImpl2 extends Foo {
|
|
|
|
}
|
|
|
|
}
|
|
};
|
|
}
|
|
|
|
} |