mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-03 20:33:31 +07:00
GitOrigin-RevId: b0dc62f585cc0327d08c465b502ffdc7e04c9ea0
7 lines
100 B
Java
7 lines
100 B
Java
// "Disable highlighting, keep fix" "true"
|
|
class MyTest {
|
|
{
|
|
int a = 0;
|
|
a = <caret>a;
|
|
}
|
|
} |