Adjust testData to CharSequence.length transformation
This commit is contained in:
committed by
Mikhail Glukhikh
parent
cb562e7ea5
commit
f0e3fd617d
+2
-2
@@ -1,12 +1,12 @@
|
||||
fun test(a: Any?, flag: Boolean, x: Any?) {
|
||||
if (a !is String) return
|
||||
<!DEBUG_INFO_SMARTCAST!>a<!>.length()
|
||||
<!DEBUG_INFO_SMARTCAST!>a<!>.length
|
||||
|
||||
val b: Any?
|
||||
|
||||
if (flag) {
|
||||
b = a
|
||||
<!DEBUG_INFO_SMARTCAST!>b<!>.length()
|
||||
<!DEBUG_INFO_SMARTCAST!>b<!>.length
|
||||
}
|
||||
else {
|
||||
b = x
|
||||
|
||||
Reference in New Issue
Block a user