mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
afterIsPresentJava11.java: testdata fixed
This commit is contained in:
@@ -3,6 +3,6 @@ import java.util.Optional;
|
||||
|
||||
public class Test {
|
||||
void test(Optional<String> opt) {
|
||||
if(!opt.is<caret>Present()) return;
|
||||
if(opt.isEmpty()) return;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user