mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-20 03:20:56 +07:00
6 lines
127 B
Java
6 lines
127 B
Java
// "Replace with expression lambda" "true-preview"
|
|
class Test {
|
|
{
|
|
Comparable<String> c = (o) -> {r<caret>eturn 0;};
|
|
}
|
|
} |