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