Adjust testData to CharSequence.length transformation
This commit is contained in:
committed by
Mikhail Glukhikh
parent
cb562e7ea5
commit
f0e3fd617d
+1
-1
@@ -60,6 +60,6 @@ public class B {
|
||||
lateinit var a: String
|
||||
|
||||
init {
|
||||
a.length()
|
||||
a.length
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user