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

GitOrigin-RevId: fd3331c90f28706c98d60134126defb1355e595b
This commit is contained in:
Dmitry Jemerov
2022-05-13 18:33:22 +02:00
committed by intellij-monorepo-bot
parent 2119368ea9
commit 285a5acd66
189 changed files with 2901 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
/**
* XXX
*/
class CL {
int j = <caret>0;
}