Files
2020-07-07 12:25:30 +00:00

3 lines
85 B
Java

public class Test {
int a = 1 + 1, b = <selection>2 * 2</selection>, c = 3 - 3;
}