Files
2022-05-13 18:58:38 +00:00

15 lines
86 B
Java

class CL {
private int j;
private int l;
<caret>private int k;
}