Adjust various testData to remove/charAt transformation
This commit is contained in:
@@ -2,5 +2,5 @@ fun String.bar(s: String) = s
|
||||
|
||||
fun foo(s: String?) {
|
||||
s?.bar(<!DEBUG_INFO_SMARTCAST!>s<!>)
|
||||
s?.charAt(<!DEBUG_INFO_SMARTCAST!>s<!>.length())
|
||||
s?.get(<!DEBUG_INFO_SMARTCAST!>s<!>.length())
|
||||
}
|
||||
Reference in New Issue
Block a user