mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-02 02:32:34 +07:00
IDEA-331693 GitOrigin-RevId: 2ca3503bfbf7d37602ad698f071292a8773c6e29
9 lines
151 B
Java
9 lines
151 B
Java
class A {
|
|
public void foo() {
|
|
new Runnable() {
|
|
@Override
|
|
public void run() {<caret>
|
|
}
|
|
}
|
|
}
|
|
} |