mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-26 09:09:21 +07:00
7 lines
73 B
Java
7 lines
73 B
Java
class A{
|
|
{
|
|
Object obj;
|
|
String s = null;
|
|
s.substring (<caret>)
|
|
}
|
|
} |