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