import java.lang.String;

class Fields{
test2 = "test";
test;
m(){
    var test3;
    return test;
}

}