Prepare repository for merge into master

This commit is contained in:
Pavel V. Talanov
2013-10-28 15:20:07 +04:00
parent 8537254b6f
commit 375951798e
801 changed files with 63 additions and 3680 deletions
@@ -0,0 +1,2 @@
String s = null;
if (!s.isEmpty()) { }
@@ -0,0 +1,4 @@
var s : String? = null
if (!s?.isEmpty()!!)
{
}