Now using adt_lower, which also makes the backing deconstruct a reference, which makes sense

This commit is contained in:
Nathan Braswell
2016-06-20 01:52:28 -07:00
parent 4a33a94b15
commit 26e7ee249a
10 changed files with 292 additions and 210 deletions

View File

@@ -157,6 +157,7 @@ fun main():int {
else
println("equality an_obj incorrectly ")
println("done test copy_construct for non ref equality");
println(maybe_object::an_int(10).an_int)
return 0
}