mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-30 18:20:52 +07:00
6 lines
127 B
Java
6 lines
127 B
Java
// "Replace with '.absent()'" "true-preview"
|
|
class A{
|
|
void test(){
|
|
com.google.common.base.Optional.absent(<caret>);
|
|
}
|
|
} |