New J2K: Fix existing test data
This commit is contained in:
committed by
Ilya Kirillov
parent
7e30b9e7f5
commit
f8b8d07621
@@ -1,5 +1,5 @@
|
||||
internal enum class E {
|
||||
I;
|
||||
|
||||
private val name: String? = null
|
||||
private override val name: String? = null
|
||||
}
|
||||
Reference in New Issue
Block a user