New J2K: Fix existing test data
This commit is contained in:
committed by
Ilya Kirillov
parent
5236858c20
commit
f752796408
@@ -0,0 +1,17 @@
|
||||
import java.io.Serializable
|
||||
|
||||
class Bar : Serializable {
|
||||
internal var foobar = 0
|
||||
|
||||
companion object {
|
||||
private const val serialVersionUID: Long = 0
|
||||
}
|
||||
}
|
||||
|
||||
class Foo {
|
||||
internal var foobar = 0
|
||||
|
||||
companion object {
|
||||
private const val serialVersionUID: Long = 0
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user