mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-17 20:11:25 +07:00
Move Java-specific part of MoveStatementUpDownTest to java-tests module
GitOrigin-RevId: fd3331c90f28706c98d60134126defb1355e595b
This commit is contained in:
committed by
intellij-monorepo-bot
parent
2119368ea9
commit
285a5acd66
@@ -0,0 +1,20 @@
|
||||
|
||||
class CL {
|
||||
void g() {
|
||||
int k;
|
||||
int ff;
|
||||
/**
|
||||
* Javadoc trap
|
||||
*/
|
||||
if (<caret>1==1) {
|
||||
//fff
|
||||
}
|
||||
/**
|
||||
* down trap
|
||||
*/
|
||||
|
||||
j1 = 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user