blob: 5985a4872c7c42fca02c8585216db2eec9a86b36 [file]
package testsubjects;
public class MethodReimplementationSubject
{
public int getValue()
{
return 0;
};
}