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