mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 15:27:45 +07:00
GitOrigin-RevId: fd78bb663c7e48c87f1dae25b6a04571aa62cf50
7 lines
143 B
Java
7 lines
143 B
Java
class Plin {
|
|
public static void write(int startBitInUnit, int bitSize) {
|
|
<selection>startBitInUnit + bitSize > 0</selection>
|
|
}
|
|
|
|
}
|