New J2K: Fix existing test data
This commit is contained in:
committed by
Ilya Kirillov
parent
5236858c20
commit
f752796408
@@ -0,0 +1,7 @@
|
||||
internal class Test {
|
||||
var str: String? = null
|
||||
|
||||
init {
|
||||
str = "Ola"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user