projects
/
idea
/
community.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
cfcb2504f90365f23da84f4f8d3088ac9dd99f53
[idea/community.git]
/
java
/
java-tests
/
testData
/
codeInsight
/
completion
/
keywords
/
extends-8-result.java
1
class AAA{}
2
3
class BBB extends AAA implements<caret> {
4
}