mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-07 09:46:39 +07:00
use existing JShell wrappers GitOrigin-RevId: 2e0351145e1e3f750d781cd62bcda20cc49693c7
8 lines
145 B
Java
8 lines
145 B
Java
class Main {
|
|
void f(Optional<Object> e) {
|
|
if (v.isPresent()) {
|
|
System.out.println("v: " + v.get());
|
|
}
|
|
}
|
|
}
|