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