Files
2020-07-06 08:49:57 +00:00

8 lines
115 B
Java

class Foo {
static int i;
void m() {
<selection>foo(i);</selection>
}
void foo(int p) {}
}