mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-21 17:52:27 +07:00
5 lines
148 B
Java
5 lines
148 B
Java
class A {
|
|
{
|
|
String s = true ? "" : (<warning descr="Casting 'null' to 'String' is redundant">String</warning>) null; //cast is needed
|
|
}
|
|
} |