Files
Dmitry Jemerov 9c8e2379be Move Java-specific part of SurroundWithTest to java-tests module
GitOrigin-RevId: fd78bb663c7e48c87f1dae25b6a04571aa62cf50
2022-05-02 16:17:23 +00:00

7 lines
143 B
Java

class Plin {
public static void write(int startBitInUnit, int bitSize) {
<selection>startBitInUnit + bitSize > 0</selection>
}
}