[Java. Logging] Add basic tests

IDEA-331693

GitOrigin-RevId: 7e3418984b59f18411ce3be472637f5d0e8daa39
This commit is contained in:
Georgii Ustinov
2024-02-02 16:48:30 +02:00
committed by intellij-monorepo-bot
parent de5ea078b4
commit a9ac56fa4b
27 changed files with 397 additions and 16 deletions

View File

@@ -0,0 +1,5 @@
class Outer {
class Inner {<caret>
}
}