blob: b17f4694d93caf5e979192e358336654ba969acd [file] [log] [blame]
public class MoreFields {
void testOtherFieds(Test other, int f) {
other.f = f;
}
}
class Test {
int f;
}