mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-19 10:20:56 +07:00
8 lines
111 B
Java
8 lines
111 B
Java
// "Replace method call on lambda with lambda body" "true-preview"
|
|
|
|
|
|
public class Main {
|
|
void test() {
|
|
}
|
|
}
|