mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-05 01:50:56 +07:00
IJ-MR-135481 [lombok] IDEA-352727 Support incomplete mode
- highlighting test for logs GitOrigin-RevId: 517909418304c83e1fa67c4bfde0c3aed274d22d
This commit is contained in:
committed by
intellij-monorepo-bot
parent
9531a30d8e
commit
f3b00ccc67
9
plugins/lombok/testData/highlights/incomplete/Logs.java
Normal file
9
plugins/lombok/testData/highlights/incomplete/Logs.java
Normal file
@@ -0,0 +1,9 @@
|
||||
import <info descr="Not resolved until the project is fully loaded">lombok</info>.<info descr="Not resolved until the project is fully loaded">extern</info>.<info descr="Not resolved until the project is fully loaded">slf4j</info>.<info descr="Not resolved until the project is fully loaded">Slf4j</info>;
|
||||
|
||||
@<info descr="Not resolved until the project is fully loaded">Slf4j</info>
|
||||
public class Logs {
|
||||
|
||||
public static void main(String[] args) {
|
||||
log.<info descr="Not resolved until the project is fully loaded">info</info>("Hello World!");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user