repo.or.cz
/
fedora-idea.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
find type parameters for class
[fedora-idea.git]
/
java
/
java-tests
/
testData
/
refactoring
/
inlineMethod
/
TailCallSimple.java.after
blob
b2ea0510adb042082380cbbe9e54a9d5b5c3d76a
1
class A {
2
3
public String method(boolean b) {
4
if (b) {
5
return;
6
}
7
}
8
}