Files
2022-04-25 11:40:41 +00:00

8 lines
82 B
Java

class Foo {
void foo(){
int i;
<caret>
int j;
}
}