dataflow to/from containers support

This commit is contained in:
Alexey Kudravtsev
2013-10-22 12:33:55 +04:00
parent 999a2e8e52
commit 6bcad287da
50 changed files with 1303 additions and 301 deletions
@@ -1,13 +1,13 @@
class s {
{
x(<flown11211>"xxx");
x(<flown1121111>"xxx");
}
String x(String g) {
String d = <flown1>foo(<flown1121>g);
String x(String <flown112111>g) {
String d = <flown1>foo(<flown11211>g);
return <caret>d;
}
private String foo(String i) {
private String foo(String <flown1121>i) {
return <flown11>i==null ? <flown111>null : <flown112>i;
}
}