060c285715
#KT-5960 Fixed
8 lines
199 B
Java
Vendored
8 lines
199 B
Java
Vendored
// 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;
|
|
}
|
|
}
|