mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-26 17:19:48 +07:00
- nothing changed in jep, more tests GitOrigin-RevId: 03e655a19855acdfe1f7983b25c6aa7158b73393
7 lines
252 B
Java
7 lines
252 B
Java
<error descr="Module Import Declarations are not supported at language level '24'">import module java.base;</error>
|
|
import a.b.*;
|
|
|
|
class A{
|
|
<error descr="Reference to 'List' is ambiguous, both 'a.b.List' and 'java.util.List' match">List</error> a;
|
|
}
|