mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-25 21:44:49 +07:00
IDEA-105064 Is it possible to have even smarter code completion in case of Logger.getLogger(Class)?
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
public class Foo {
|
||||
public static final Logger LOG = Logger.getInstance(<caret>)
|
||||
}
|
||||
|
||||
class Logger {
|
||||
static Logger getInstance(Class c) {}
|
||||
}
|
||||
Reference in New Issue
Block a user