mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-06 05:10:22 +07:00
6 lines
168 B
Java
6 lines
168 B
Java
// "Fix the typo 'extend' to 'extends'" "true-preview"
|
|
class Test implements Runnable extends {
|
|
public static void test(List<String> list) throws Exception {
|
|
|
|
}
|
|
} |