New J2K: add multi-file conversion tests from old j2k
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
package test
|
||||
|
||||
internal open class ClassWithStatics {
|
||||
fun instanceMethod() {}
|
||||
|
||||
companion object {
|
||||
@JvmStatic
|
||||
fun staticMethod(p: Int) {}
|
||||
const val staticField = 1
|
||||
@JvmField
|
||||
var staticNonFinalField = 1
|
||||
var value = 0
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user