[TD] Update test data after previous commit
This commit is contained in:
+1
-1
@@ -14,4 +14,4 @@ fun test2(a: Any?, b: Any?): String {
|
||||
if (b !is String) return ""
|
||||
if (a !is String?) return ""
|
||||
return a ?: b
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user