dataflow to/from containers support

This commit is contained in:
Alexey Kudravtsev
2013-10-21 15:01:28 +04:00
parent 999a2e8e52
commit 6bcad287da
50 changed files with 1303 additions and 301 deletions

View File

@@ -1,5 +1,5 @@
class S {
String x(String g) {
String x(String <flown11>g) {
String d = (String)(<flown1>g);
return <caret>d;
}