mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-05 16:36:56 +07:00
9 lines
179 B
Java
9 lines
179 B
Java
// "Replace with enhanced 'switch' statement" "false"
|
|
import java.util.*;
|
|
|
|
class SwitchExpressionMigration {
|
|
private static String m(int n) {
|
|
switch<caret> (n) {
|
|
}
|
|
}
|
|
} |