blob: 92d515efbd5b6ab4c315b4380aadec56211b3fa3 [file] [log] [blame]
// "Implement method 'foo'" "true"
abstract class Test {
public abstract void f<caret>oo(@org.jetbrains.annotations.Nullable String a);
}
class TImple extends Test {}