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