mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 18:28:55 +07:00
IDEA-314194: don't suggest quick-fixes to import or qualify inaccessible library members
GitOrigin-RevId: 0d6cb6d862dd76e5130f7310ec4f3b1090367c5b
This commit is contained in:
committed by
intellij-monorepo-bot
parent
60600cb909
commit
54840d0507
@@ -0,0 +1,8 @@
|
||||
// "Import static method 'java.util.Date.getCalendarSystem()'" "false"
|
||||
package p;
|
||||
|
||||
public class Sample {
|
||||
void test(){
|
||||
getCalendarSystem<caret>();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user