mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-18 17:20:54 +07:00
14 lines
248 B
Java
14 lines
248 B
Java
// "JShellLanguage" "true"
|
|
|
|
/**
|
|
* {@snippet<caret> :
|
|
* class Main {
|
|
* void f(Optional<Object> e) {
|
|
* if (v.isPresent()) {
|
|
* System.out.println("v: " + v.get());
|
|
* }
|
|
* }
|
|
* }
|
|
* }
|
|
*/
|
|
class InjectJava {} |