initialDataFlowInfoForArguments introduced in CallExpressionResolver methods #KT-10175 Fixed

This commit is contained in:
Mikhail Glukhikh
2016-01-11 14:42:40 +03:00
parent 16d97ab72c
commit 0f80df7b2e
6 changed files with 61 additions and 19 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ fun test(a: A?) {
}
if (a is B? && a is C?) {
<info descr="Smart cast to B">a</info><info>?.</info>bar()
<info descr="Smart cast to B?">a</info><info>?.</info>bar()
}
a<info>?.</info>foo()