mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-05 23:46:49 +07:00
GitOrigin-RevId: fd78bb663c7e48c87f1dae25b6a04571aa62cf50
10 lines
174 B
Java
10 lines
174 B
Java
class Plin {
|
|
public static void write(int startBitInUnit, int bitSize) {
|
|
if (startBitInUnit + bitSize > 0) {
|
|
<caret>
|
|
} else {
|
|
}
|
|
}
|
|
|
|
}
|