4 lines
51 B
Java
Vendored
4 lines
51 B
Java
Vendored
//statement
|
|
String s = null;
|
|
if (!s.isEmpty()) { }
|