better handling of empty if/else blocks
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
fun box(i: Int?) {
|
||||
fun box() : String {
|
||||
val i : Int? = 0
|
||||
val j = i?.plus(3) //verify error
|
||||
return "OK"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user