New J2K: Fix incorrect testData (due to nullability bug in old j2k)
This commit is contained in:
committed by
Ilya Kirillov
parent
b530a30882
commit
f147907799
@@ -0,0 +1,6 @@
|
||||
internal class A {
|
||||
private fun bar(s: String? = null): Int {
|
||||
println("s = $s")
|
||||
return 0
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user