Files
openide/plugins/lombok/testData/highlights/incomplete/Logs.java
Mikhail Pyltsin f3b00ccc67 IJ-MR-135481 [lombok] IDEA-352727 Support incomplete mode
- highlighting test for logs

GitOrigin-RevId: 517909418304c83e1fa67c4bfde0c3aed274d22d
2024-06-10 13:51:32 +00:00

9 lines
549 B
Java

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!");
}
}