8 lines
86 B
Plaintext
Vendored
8 lines
86 B
Plaintext
Vendored
package test;
|
|
|
|
class JavaClass {
|
|
void foo(AAA a) {
|
|
a.x = a.x + 1;
|
|
}
|
|
}
|