summaryrefslogtreecommitdiff
path: root/Test/dafny0/Trait/TraitBasix.dfy.expect
diff options
context:
space:
mode:
authorGravatar leino <unknown>2015-04-03 23:56:19 -0700
committerGravatar leino <unknown>2015-04-03 23:56:19 -0700
commitcee337934c619bfeb646d83243eff1f08e83902d (patch)
treebbb66d0de46fef2c342f61e194bdd77c71a339d2 /Test/dafny0/Trait/TraitBasix.dfy.expect
parent098607bcd7deade4835c35111a80b0af5de4151c (diff)
Whitespace deltas in test files (in particular, removing tabs and adjusting some indentation)
Diffstat (limited to 'Test/dafny0/Trait/TraitBasix.dfy.expect')
-rw-r--r--Test/dafny0/Trait/TraitBasix.dfy.expect10
1 files changed, 5 insertions, 5 deletions
diff --git a/Test/dafny0/Trait/TraitBasix.dfy.expect b/Test/dafny0/Trait/TraitBasix.dfy.expect
index 4a908ee7..5ebf1d5c 100644
--- a/Test/dafny0/Trait/TraitBasix.dfy.expect
+++ b/Test/dafny0/Trait/TraitBasix.dfy.expect
@@ -1,7 +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(91,24): Error: unresolved identifier: IX
+TraitBasix.dfy(77,8): Error: member in the class has been already inherited from its parent trait
+TraitBasix.dfy(70,8): Error: class: I0Child does not implement trait member: Customizable
+TraitBasix.dfy(80,8): 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
+TraitBasix.dfy(117,9): Error: new cannot be applied to a trait
6 resolution/type errors detected in TraitBasix.dfy