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