blob: 4f5b790e43e6c6ea591d75ebf0d0f12ecce97481 [file] [log] [blame]
package test0104a;
public class A {
public static int C = 5;
public static int C() {
return C;
}
}