blob: 06a9830bb9825e65e6e1ffdc5314a9e6a298cb9f [file]
package test;
public abstract class A {
public String getValue() {
return null;
}
}