summaryrefslogtreecommitdiffstats
path: root/bank-eiffel/account.e
diff options
context:
space:
mode:
Diffstat (limited to 'bank-eiffel/account.e')
-rw-r--r--bank-eiffel/account.e2
1 files changed, 1 insertions, 1 deletions
diff --git a/bank-eiffel/account.e b/bank-eiffel/account.e
index 0a7d202..78a293f 100644
--- a/bank-eiffel/account.e
+++ b/bank-eiffel/account.e
@@ -18,7 +18,7 @@ create
18-- -> if not: add a getter (via Result or so..) and move them to {NONE} 18-- -> if not: add a getter (via Result or so..) and move them to {NONE}
19-- much other stuff to test like: lower creditline so that balance will be invalid 19-- much other stuff to test like: lower creditline so that balance will be invalid
20 20
21feature -- Access 21feature {NONE} -- Access
22 22
23 creditline_range: ARRAY[REAL_64] 23 creditline_range: ARRAY[REAL_64]
24 attribute Result := ({like creditline_range}).default end --| Remove line when Void Safety is properly set 24 attribute Result := ({like creditline_range}).default end --| Remove line when Void Safety is properly set