mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-05 04:40:28 +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,11 @@
|
||||
@interface iii {}
|
||||
class CL {
|
||||
void x() {}
|
||||
@iii
|
||||
void g() <caret>{
|
||||
}
|
||||
|
||||
void f() {}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user