Move Java-specific part of EnterActionTest to java-tests module

GitOrigin-RevId: 4c83c726cb3cfb95920054b04737ff0f1a88be40
This commit is contained in:
Dmitry Jemerov
2022-04-25 11:40:41 +00:00
committed by intellij-monorepo-bot
parent 2413713d2d
commit 87c899d87e
98 changed files with 6129 additions and 4 deletions
@@ -0,0 +1,7 @@
class Foo {
void foo(){
int i;
<caret>
int j;
}
}