New J2K: Split old j2k and new j2k tests
This commit is contained in:
committed by
Ilya Kirillov
parent
02a206bf7c
commit
b411e8e18e
@@ -1,4 +0,0 @@
|
||||
for (n in list!!) {
|
||||
var i = 1
|
||||
i++
|
||||
}
|
||||
@@ -1,2 +0,0 @@
|
||||
for (n in list!!) {
|
||||
}
|
||||
@@ -1,3 +1,2 @@
|
||||
//statement
|
||||
int i = 0;
|
||||
for (Node n : list) i++;
|
||||
@@ -1,2 +1 @@
|
||||
var i = 0
|
||||
for (n in list) i++
|
||||
@@ -1,2 +0,0 @@
|
||||
var i = 0
|
||||
for (n in list!!) i++
|
||||
@@ -1 +0,0 @@
|
||||
for (n in list!!) return n
|
||||
@@ -1,9 +0,0 @@
|
||||
internal class A {
|
||||
var list: List<String?>? = null
|
||||
|
||||
fun foo() {
|
||||
for (e in list!!) {
|
||||
println(e)
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user