Partial body resolve: more precise smart casts analysis for if-statement

This commit is contained in:
Valentin Kipyatkov
2014-11-18 14:29:01 +03:00
parent a675b5ba38
commit 5283b92269
6 changed files with 77 additions and 14 deletions
@@ -0,0 +1,4 @@
Resolve target: value-parameter val p1: kotlin.Any? smart-casted to kotlin.Any
Skipped statements:
print(p!!)
print(p2!!)