New J2K: Fix existing test data
This commit is contained in:
committed by
Ilya Kirillov
parent
7e30b9e7f5
commit
f8b8d07621
+10
@@ -0,0 +1,10 @@
|
||||
class SomeClass {
|
||||
internal var a = 0
|
||||
internal var b = 0
|
||||
internal fun doSomeWhile(i: Int) {
|
||||
while (i < 0) {
|
||||
b = i
|
||||
a = b
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user