KT-6798 J2K: Needless use of run {} function after converting for-loop
#KT-6798 Fixed
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
run {
|
||||
var i = 0
|
||||
while (i < 10) {
|
||||
System.out.println(i)
|
||||
System.out.println(j)
|
||||
j++
|
||||
i++
|
||||
}
|
||||
var i = 0
|
||||
while (i < 10) {
|
||||
System.out.println(i)
|
||||
System.out.println(j)
|
||||
j++
|
||||
i++
|
||||
}
|
||||
Reference in New Issue
Block a user