mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-07-21 06:27:54 +07:00
8 lines
127 B
Java
8 lines
127 B
Java
class Test {
|
|
{
|
|
final String ab = "".substring(1)
|
|
.substring(1);
|
|
ab // comment
|
|
.notify()
|
|
}
|
|
} |