Adjust testData to CharSequence.length transformation
This commit is contained in:
committed by
Mikhail Glukhikh
parent
cb562e7ea5
commit
f0e3fd617d
+2
-2
@@ -2,10 +2,10 @@
|
||||
|
||||
fun foo(bar1: (String.() -> Int) -> Int) {
|
||||
bar1 {
|
||||
this.length()
|
||||
this.length
|
||||
}
|
||||
|
||||
bar1 {
|
||||
this@bar1.length()
|
||||
this@bar1.length
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user