mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-17 07:20:53 +07:00
- nothing changed in jep, more tests (cherry picked from commit 03e655a19855acdfe1f7983b25c6aa7158b73393) (cherry picked from commit fab1d353a464fd4585aa86ef7fe7595f01793aa5) IJ-MR-169535 GitOrigin-RevId: 1c0782d7c341c0f9e2ff1b3704f13e5e94dadcb7
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;
|
|
}
|