As a result, following source code can be decompiled.
public class TestCase {
int v;
public void InPlaceAdd(int n) {
v += n;
}
}
--
Seo Sanghyeon
And as said on IRC, this is good to go, and will be checked in today.
Thanks!
--
Jb Evain <j...@nurv.fr>