Files
Dmitry Jemerov 285a5acd66 Move Java-specific part of MoveStatementUpDownTest to java-tests module
GitOrigin-RevId: fd3331c90f28706c98d60134126defb1355e595b
2022-05-13 18:58:38 +00:00

21 lines
297 B
Java

class Test {
private static final String moveMe = "";
/**
* Class
*/
class c {
}
int <selection>i;
in</selection><caret>t d;
/**
* F
*/
void f() {
//f
}
public static void main(String[] args) {
int ff;
// d
}
}