J2K: coversion of specially mapped built-in methods + replacing "get" with "[]" where possible
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
fun foo(s: String?, b: Boolean): Int {
|
||||
if (s == null) println("null")
|
||||
if (b) return s!!.length()
|
||||
if (b) return s!!.length
|
||||
return 10
|
||||
}
|
||||
Reference in New Issue
Block a user