package testsubjects; public class MethodReimplementationSubject { public int getValue() { return 0; }; }