mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-26 03:51:12 +07:00
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>
|
|
}
|
|
|
|
}
|