Add j2k, nj2k performance tests

This commit is contained in:
Vladimir Dolzhenko
2019-06-19 15:40:14 +02:00
parent fe0282809e
commit efd004c997
13 changed files with 673 additions and 21 deletions
@@ -0,0 +1,7 @@
import java.util.ArrayList
class Kt31848 {
internal fun test() {
val list = ArrayList<Int>()
}
}
+8
View File
@@ -0,0 +1,8 @@
<selection>import java.util.ArrayList;
import java.util.List;
public class Kt31848 {
void test(){
List list = new ArrayList<Integer>();
}
}</selection>
+1
View File
@@ -0,0 +1 @@
<caret>