mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-25 10:51:06 +07:00
7 lines
128 B
Java
7 lines
128 B
Java
// "Annotate variable 'a' as '@NonNls'" "true-preview"
|
|
class Foo {
|
|
public void doTest() {
|
|
String a = "t<caret>est";
|
|
}
|
|
}
|