Add IDEA data-flow analysis to guess nullability
Add "if return..." folding to "return if"
This commit is contained in:
+1
-1
@@ -1 +1 @@
|
||||
if (true) return 1 else return 0
|
||||
return if (true) 1 else 0
|
||||
Reference in New Issue
Block a user