mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-28 15:20:54 +07:00
6 lines
134 B
Java
6 lines
134 B
Java
package foo;
|
|
|
|
<error descr="Extra semicolons between import statements are not allowed">;</error>
|
|
import java.util.List;
|
|
|
|
class Foo {} |