blob: de41f9389996e70820196bb53fb627cc3df5d73f [file] [log] [blame]
// "Annotate method 'doTest' as @NonNls" "true"
class Foo {
public String doTest() {
return "t<caret>ext";
}
}