mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-04 10:16:28 +07:00
- more cases GitOrigin-RevId: 56f497789cb02e5c867053056458bbfdc20d3ac5
11 lines
159 B
Java
11 lines
159 B
Java
// "Fix the typo 'catc' to 'catch'" "true-preview"
|
|
public class Test {
|
|
public static void test(List<String> list) {
|
|
try{
|
|
|
|
}
|
|
catch(){
|
|
|
|
}
|
|
}
|
|
} |