mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-03 20:33:31 +07:00
GitOrigin-RevId: fd3331c90f28706c98d60134126defb1355e595b
10 lines
150 B
Java
10 lines
150 B
Java
|
|
class MoveStatementUp {
|
|
|
|
class Inner // note the line break here
|
|
implements java.io.Serializable {
|
|
}
|
|
<caret>int moveMeUp;
|
|
}
|
|
|