6 lines
77 B
Plaintext
Vendored
6 lines
77 B
Plaintext
Vendored
class JavaClass {
|
|
void foo(AAA a) {
|
|
a.setX(a.getX() + 1)
|
|
}
|
|
}
|