projects
/
idea
/
community.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
find usages tests -> community
[idea/community.git]
/
java
/
java-tests
/
testData
/
psi
/
search
/
findUsages
/
overloadConstructors
/
B.java
1
public class B extends A {
2
B () {
3
super (1);
4
}
5
void foo () {
6
A a = new A ("");
7
}
8
}