import java.lang.String;

class TXGenerics {
    a;
    b;

    test() {
        var c = new Cycle();
        c.m(a, b);
    }
}