mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-28 15:20:54 +07:00
11 lines
233 B
Java
11 lines
233 B
Java
// "Replace method call on lambda with lambda body" "true-preview"
|
|
|
|
import java.util.function.Function;
|
|
|
|
public class Test {
|
|
public static void main(String[] args) {
|
|
/* bar */
|
|
/* who-hoo */
|
|
String s = "foo";
|
|
}
|
|
} |