mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-06 08:00:18 +07:00
GitOrigin-RevId: 4631d490d89ef9f3c65789d0eb8e0a9840a88ec7
5 lines
83 B
Java
5 lines
83 B
Java
public class A {
|
|
void test(String s) {
|
|
<caret>equalsIgnoreCase("hello")
|
|
}
|
|
} |