projects
/
idea
/
community.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
don't insert a space after a keyword if there's already one
[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
}