Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
e0aeb8cd1dbe8bc0e648df4e41acacc3a30568c8
/
.
/
idea
/
testData
/
findUsages
/
java
/
findJavaMethodUsages
/
ConventionUsages.0.java
blob: b209e937fd0a6f5d712c5fcd47310c6670b7ad3a [
file
]
// PSI_ELEMENT: com.intellij.psi.PsiMethod
// OPTIONS: usages
public
class
Small
{
public
boolean
c
<
caret
>
ontains
(
String
str
)
{
// Call "Find usages" for this method
return
true
;
}
}