IJI-2422: community/java: move resources under resources root

GitOrigin-RevId: 8b2b63fc6db476ca0c2cfe5cadd84db6c4236d0f
This commit is contained in:
Leonid Shalupov
2025-01-31 15:44:24 +01:00
committed by intellij-monorepo-bot
parent 2f2ab1fe14
commit 40795fe787
1562 changed files with 2 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
void m(int var) {
switch(var) {
}
}

View File

@@ -0,0 +1,3 @@
void m(int var) {
<spot>var<spot>
}

View File

@@ -0,0 +1,5 @@
<html>
<body>
Creates a switch statement for the selected variable.
</body>
</html>