New J2K: Fix existing test data
This commit is contained in:
committed by
Ilya Kirillov
parent
9c71d5ca25
commit
ea2081c2f0
@@ -1,4 +1,7 @@
|
||||
// !specifyLocalVariableTypeByDefault: true
|
||||
fun bar(): String? {
|
||||
return null
|
||||
}
|
||||
fun foo() {
|
||||
val s: String? = bar()
|
||||
if (s != null) {
|
||||
|
||||
Reference in New Issue
Block a user