Adjust testData to CharSequence.length transformation
This commit is contained in:
committed by
Mikhail Glukhikh
parent
cb562e7ea5
commit
f0e3fd617d
+1
-1
@@ -10,6 +10,6 @@ public fun foo() {
|
||||
if (s != null) {
|
||||
System.out.println(closure())
|
||||
// Smart cast is possible but closure makes it harder to understand
|
||||
System.out.println(s<!UNSAFE_CALL!>.<!>length())
|
||||
System.out.println(s<!UNSAFE_CALL!>.<!>length)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user