[java-highlighting] IDEA-341371 highlight duplicated classes with implicit classes

GitOrigin-RevId: 37e436871498d0c9470f164daaf2edb892082667
This commit is contained in:
Mikhail Pyltsin
2023-12-19 17:41:02 +01:00
committed by intellij-monorepo-bot
parent 7cbbfe6b03
commit 39b2be10ff
5 changed files with 94 additions and 8 deletions

View File

@@ -0,0 +1,3 @@
public static void main(String[] args) {
System.out.println("I am an implicitly declared class");
}