[FIR-TEST] Add new testdata generated after changes in previous commit
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
// See KT-5737
|
||||
fun get(): String? {
|
||||
return "abc"
|
||||
}
|
||||
|
||||
fun foo(): Int {
|
||||
var ss:String? = get()
|
||||
|
||||
return if (ss != null && ss.length > 0)
|
||||
1
|
||||
else
|
||||
0
|
||||
}
|
||||
Reference in New Issue
Block a user