diff options
author | Alex AUVOLAT <alex.auvolat@ens.fr> | 2014-01-08 22:59:02 +0100 |
---|---|---|
committer | Alex AUVOLAT <alex.auvolat@ens.fr> | 2014-01-08 22:59:02 +0100 |
commit | ce876db1ef52af3c0b1a89b18a08279a5aea3d9d (patch) | |
tree | 8abc918f6db7a3e9eaeb83d5900053bac8b4cde5 /tests/exec/multisuper2.out | |
parent | 97962c7823fd8bfca3a94909bb4b6f14ad967735 (diff) | |
parent | 56fdab2ff0caaaa88a152ef06aef821f432fe488 (diff) | |
download | LPC-Projet-ce876db1ef52af3c0b1a89b18a08279a5aea3d9d.tar.gz LPC-Projet-ce876db1ef52af3c0b1a89b18a08279a5aea3d9d.zip |
Merge branch 'codegen-alex' into codegen-alex-opt
Diffstat (limited to 'tests/exec/multisuper2.out')
-rw-r--r-- | tests/exec/multisuper2.out | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/exec/multisuper2.out b/tests/exec/multisuper2.out new file mode 100644 index 0000000..c850040 --- /dev/null +++ b/tests/exec/multisuper2.out @@ -0,0 +1,6 @@ +A.f(1) = 12 +B.g(1) = 7 +C.f(1) = 11 +C.g(1) = 4444 +(C as A).f(1) = 11 +(C as B).g(1) = 7 |