New J2K: Fix existing test data
This commit is contained in:
committed by
Ilya Kirillov
parent
76b73542d9
commit
b13f7431f2
@@ -1,7 +1,7 @@
|
||||
package demo
|
||||
|
||||
object SwitchDemo {
|
||||
fun print(o: Any?) {
|
||||
fun print(o: Any) {
|
||||
println(o)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user