mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 03:13:40 +07:00
forbid default package classes in imports (IDEA-18695)
This commit is contained in:
+1
@@ -1,4 +1,5 @@
|
||||
import static <error descr="Cannot resolve symbol 'MyConstants'">MyConstants</error>.*;
|
||||
import <error descr="Cannot resolve symbol 'MyConstants'">MyConstants</error>;
|
||||
|
||||
public class MyClient
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user