mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-21 14:37:45 +07:00
7 lines
140 B
Java
7 lines
140 B
Java
class Test{
|
|
static void f(){
|
|
Object o;
|
|
o = (<warning descr="Casting 'null' to 'String' is redundant">String</warning>)null;
|
|
}
|
|
}
|