blob: a575ff82ee914ef96c20ee83f7e9f8ac63fa778f [file] [log] [blame]
class Test1 {
Test t;
public int n(int v) {
return t.m(v, 1);
}
}