mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-28 15:20:54 +07:00
10 lines
173 B
Java
10 lines
173 B
Java
// "Replace method call on lambda with lambda body" "true-preview"
|
|
|
|
import java.util.function.IntBinaryOperator;
|
|
|
|
public class Main {
|
|
void test() {
|
|
int res = 5;
|
|
}
|
|
}
|