mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-20 11:36:16 +07:00
8 lines
131 B
Java
8 lines
131 B
Java
package foo;
|
|
public class T<caret>est{
|
|
public static class FooRunnable implements Runnable {
|
|
public void run() {
|
|
}
|
|
}
|
|
}
|