blob: ba7012f494fbc17581e56429e2a9863c0a7c17d2 [file] [log] [blame]
class f{
@org.testng.annotations.BeforeMethod
String foo() {return "";}
}
class ff extends f {
<caret>
}