New J2K: Split old j2k and new j2k tests

This commit is contained in:
Ilya Kirillov
2019-03-28 14:20:17 +03:00
committed by Ilya Kirillov
parent 02a206bf7c
commit b411e8e18e
1631 changed files with 14067 additions and 1513 deletions
@@ -1,10 +0,0 @@
internal class F {
var i = 0
fun f1() {}
fun f2() {}
fun f3() {}
}
@@ -1,21 +0,0 @@
internal class F {
var i = 0
//c1
/*c2*/
fun f1() {}
//c3
//c4
fun f2() {}
fun f3() {}
//c5
}
@@ -1,6 +0,0 @@
interface Aaa {
fun foo(
e1: String?,
e2: String?
)
}
@@ -1,31 +0,0 @@
internal class F {
//c3
//c4
fun f2() {}
fun f3() {}
fun f4() {}
companion object {
//c1
/*c2*/
fun f1() {}
var i = 0
//c5
fun f5() {}
}
//c6
}
@@ -1,21 +0,0 @@
internal object F {
var i = 0
//c1
/*c2*/
fun f1() {}
//c3
//c4
fun f2() {}
fun f3() {}
//c5
}