IJ-MR-135481 [lombok] IDEA-352727 Support incomplete mode

- highlighting test for logs

GitOrigin-RevId: 517909418304c83e1fa67c4bfde0c3aed274d22d
This commit is contained in:
Mikhail Pyltsin
2024-06-04 21:16:13 +02:00
committed by intellij-monorepo-bot
parent 9531a30d8e
commit f3b00ccc67
2 changed files with 44 additions and 0 deletions

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