J2K: coversion of specially mapped built-in methods + replacing "get" with "[]" where possible
This commit is contained in:
@@ -6,6 +6,6 @@ internal class Foo {
|
||||
fun foo(o: HashSet<Any?>?) {
|
||||
val o2: HashSet<Any?>? = o
|
||||
var foo: Int = 0
|
||||
foo = o2!!.size()
|
||||
foo = o2!!.size
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user