6 lines
57 B
Plaintext
6 lines
57 B
Plaintext
|
class PostIncrement{
|
||
|
|
||
|
void method() {a; a = 20; a--;}
|
||
|
|
||
|
|
||
|
}
|