mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Move Java-specific part of EnterActionTest to java-tests module
GitOrigin-RevId: 4c83c726cb3cfb95920054b04737ff0f1a88be40
This commit is contained in:
committed by
intellij-monorepo-bot
parent
2413713d2d
commit
87c899d87e
@@ -0,0 +1,7 @@
|
||||
class Foo {
|
||||
void foo(){
|
||||
int i;
|
||||
<caret>
|
||||
int j;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user