Prepare repository for merge into master
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
String s = null;
|
||||
if (!s.isEmpty()) { }
|
||||
@@ -0,0 +1,4 @@
|
||||
var s : String? = null
|
||||
if (!s?.isEmpty()!!)
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user