summaryrefslogtreecommitdiff
path: root/Test/dafny0/Trait/TraitBasix.dfy.expect
diff options
context:
space:
mode:
Diffstat (limited to 'Test/dafny0/Trait/TraitBasix.dfy.expect')
-rw-r--r--Test/dafny0/Trait/TraitBasix.dfy.expect7
1 files changed, 7 insertions, 0 deletions
diff --git a/Test/dafny0/Trait/TraitBasix.dfy.expect b/Test/dafny0/Trait/TraitBasix.dfy.expect
new file mode 100644
index 00000000..4a908ee7
--- /dev/null
+++ b/Test/dafny0/Trait/TraitBasix.dfy.expect
@@ -0,0 +1,7 @@
+TraitBasix.dfy(91,23): Error: unresolved identifier: IX
+TraitBasix.dfy(77,13): Error: member in the class has been already inherited from its parent trait
+TraitBasix.dfy(70,7): Error: class: I0Child does not implement trait member: Customizable
+TraitBasix.dfy(80,7): Error: class: I0Child2 does not implement trait member: F
+TraitBasix.dfy(98,6): Error: a trait is not allowed to declare a constructor
+TraitBasix.dfy(117,10): Error: new cannot be applied to a trait
+6 resolution/type errors detected in TraitBasix.dfy