projects
/
idea
/
community.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge /home/nik/work/jpsImport/JPS
[idea/community.git]
/
java
/
java-tests
/
testData
/
codeInsight
/
javadocIG
/
classTypeParameter.java
1
/**
2
* @param <T> type param
3
*/
4
class MethodTypeParam<T> {
5
6
}