Sign in
android
/
platform
/
tools
/
idea
/
9ea67227e8fdcf8ed37e65bb96e32767291d0f4f
/
.
/
java
/
java-tests
/
testData
/
refactoring
/
inlineMethod
/
MethodUsedInJavadoc.java
blob: af2f72839ec39869bff92a40c7f216626f3809d9 [
file
] [
log
] [
blame
]
/**
* {@link InlineMethodTest#foo}
*/
class
InlineMethodTest
{
public
void
f
<
caret
>
oo
(){}
}