J2K: coversion of specially mapped built-in methods + replacing "get" with "[]" where possible
This commit is contained in:
@@ -6,7 +6,7 @@ internal class A {
|
||||
}
|
||||
|
||||
fun bar(collection: MutableCollection<String>) {
|
||||
if (collection.size() < 5) {
|
||||
if (collection.size < 5) {
|
||||
foo(collection)
|
||||
} else {
|
||||
collection.add("a")
|
||||
|
||||
Reference in New Issue
Block a user