mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-24 04:07:09 +07:00
6 lines
153 B
Java
6 lines
153 B
Java
public class Bug7869 {
|
|
public static void main(String[] args){
|
|
String str = (<ref>str = String.valueOf(123.456d)) != null ? str : "default";
|
|
}
|
|
}
|