mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-28 15:20:54 +07:00
8 lines
150 B
Java
8 lines
150 B
Java
// "Annotate variable 'a' as '@NonNls'" "true-preview"
|
|
class Foo {
|
|
public boolean doTest() {
|
|
String a;
|
|
return "te<caret>st".equals(a)
|
|
}
|
|
}
|