blob: aec5b435a5a7b4ddd3633862d3356b57b43d88da [file] [log] [blame]
// "Remove annotation" "true"
import org.jetbrains.annotations.*;
class Foo {
<caret>@Nullable
String foo(){return "";}
}