New J2K: Split old j2k and new j2k tests
This commit is contained in:
committed by
Ilya Kirillov
parent
02a206bf7c
commit
b411e8e18e
@@ -1,8 +0,0 @@
|
||||
import java.util.*
|
||||
|
||||
internal class A {
|
||||
private val field1: List<String> = ArrayList()
|
||||
val field2: List<String> = ArrayList()
|
||||
val field3: Int = 0
|
||||
protected val field4: Int = 0
|
||||
}
|
||||
-8
@@ -1,8 +0,0 @@
|
||||
// !specifyLocalVariableTypeByDefault: true
|
||||
fun foo(list: List<String?>?) {
|
||||
val array: IntArray = IntArray(10)
|
||||
for (i: Int in 0..9) {
|
||||
array[i] = i
|
||||
}
|
||||
for (s: String? in list!!) print(s)
|
||||
}
|
||||
Reference in New Issue
Block a user