mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-29 18:17:08 +07:00
GitOrigin-RevId: fd52ace3d7a32ecd02c2c5ab90e077967604c15e
8 lines
100 B
Java
8 lines
100 B
Java
class C {
|
|
void foo() {
|
|
new Ru<caret>nnable() {
|
|
public void run() { }
|
|
}.run();
|
|
}
|
|
}
|