// "Implement method 'foo'" "true" abstract class Test { public abstract void foo(@org.jetbrains.annotations.Nullable String a); } class TImple extends Test {}