CFA merge for definition / initialization : more accurate handling of unknown variables #KT-13969 Fixed

(cherry picked from commit 4a96589)
This commit is contained in:
Mikhail Glukhikh
2016-09-26 12:51:24 +03:00
committed by Mikhail Glukhikh
parent 797f7ab28e
commit 436b0ec873
28 changed files with 167 additions and 91 deletions
@@ -48,7 +48,7 @@ L1:
error:
<ERROR> INIT: in: {} out: {}
sink:
<SINK> INIT: in: {foo=ID} out: {foo=ID} USE: in: {} out: {}
<SINK> INIT: in: {foo=I?} out: {foo=I?} USE: in: {} out: {}
=====================
== Foo ==
interface Foo {
@@ -63,5 +63,5 @@ L1:
error:
<ERROR> INIT: in: {} out: {}
sink:
<SINK> INIT: in: {c=D} out: {c=D} USE: in: {} out: {}
<SINK> INIT: in: {c=-} out: {c=-} USE: in: {} out: {}
=====================