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