mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-13 11:36:53 +07:00
10 lines
159 B
Java
10 lines
159 B
Java
// "Replace call with method body" "true-preview"
|
|
|
|
import java.util.function.IntSupplier;
|
|
|
|
public class Main {
|
|
public void call() {
|
|
switch((0)) {}
|
|
}
|
|
}
|