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