public class InfReturnII {
    m(a, b) {
        var ret;
        a = ret;
        b = ret;
        return ret;
    }
}