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