Files
2019-06-16 07:33:45 +03:00

6 lines
57 B
Java

class Foo {
void test(Object o) {
o <caret>x
}
}