// "Remove annotation" "true" import org.jetbrains.annotations.*; class Foo { @NotNull @Nullable String foo(){return "";} }