mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-10 09:39:37 +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)) {}
|
|
}
|
|
}
|