mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-02 14:20:55 +07:00
9 lines
148 B
Java
9 lines
148 B
Java
public class Test {
|
|
public void f(Object o ) {
|
|
if (o instanceof String) {
|
|
Runnable r = () -> ((String) o).length()<caret>;
|
|
}
|
|
}
|
|
|
|
}
|