Adjust testData to CharSequence.length transformation
This commit is contained in:
committed by
Mikhail Glukhikh
parent
cb562e7ea5
commit
f0e3fd617d
@@ -8,7 +8,7 @@ fun test(param: String) {
|
||||
|
||||
val local_val = 4
|
||||
val bar = fun B.(fun_param: Int) {
|
||||
param.length()
|
||||
param.length
|
||||
b_fun()
|
||||
val inner_bar = local_val + fun_param
|
||||
|
||||
|
||||
Reference in New Issue
Block a user