From 32b8fac2799ac7cec613e84a3eb9c009141b6a3a Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Mon, 25 Apr 2016 22:27:19 -0700 Subject: 2866 --- html/056static_dispatch.cc.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'html/056static_dispatch.cc.html') diff --git a/html/056static_dispatch.cc.html b/html/056static_dispatch.cc.html index 116970e1..0193d57f 100644 --- a/html/056static_dispatch.cc.html +++ b/html/056static_dispatch.cc.html @@ -439,13 +439,13 @@ $error: 0 :(scenario static_dispatch_works_with_compound_type_containing_container_defined_after_first_use) def main [ - x:address:shared:foo <- new foo:type + x:address:foo <- new foo:type test x ] container foo [ x:number ] -def test a:address:shared:foo -> z:number [ +def test a:address:foo -> z:number [ local-scope load-ingredients z:number <- get *a, x:offset @@ -454,10 +454,10 @@ $error: 0 :(scenario static_dispatch_works_with_compound_type_containing_container_defined_after_second_use) def main [ - x:address:shared:foo <- new foo:type + x:address:foo <- new foo:type test x ] -def test a:address:shared:foo -> z:number [ +def test a:address:foo -> z:number [ local-scope load-ingredients z:number <- get *a, x:offset -- cgit 1.4.1-2-gfad0