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