KT-10004 Java to Kotlin: array.length is converted to array.size() instead of array.size
#KT-10004 Fixed
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
object C {
|
||||
@JvmStatic fun main(args: Array<String>) {
|
||||
when (args.size()) {
|
||||
when (args.size) {
|
||||
1 -> {
|
||||
run {
|
||||
val a = 1
|
||||
|
||||
Reference in New Issue
Block a user