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;
}
}