J2K: coversion of specially mapped built-in methods + replacing "get" with "[]" where possible
This commit is contained in:
@@ -4,6 +4,6 @@ internal class C {
|
||||
}
|
||||
|
||||
fun foo(): Int {
|
||||
return getString(true)!!.length()
|
||||
return getString(true)!!.length
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user