Show
Ignore:
Timestamp:
01/23/09 10:01:57 (10 months ago)
Author:
jdn
Message:

[Example] related to ticket 323

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/ProjectFortress/not_passing_yet/BadErrorMessageForNamespaceClash.fss

    r3341 r3342  
    2323  end 
    2424 
    25   Element(a:ZZ32) = Element(a, 0, 0) 
    26   Element(a:ZZ32, b:ZZ32) = Element(a, b, 0) 
    27   Element(a:ZZ32, b:ZZ32, c:ZZ32) = do 
     25  Element(a:ZZ32):Element = Element(a, 0, 0) 
     26  Element(a:ZZ32, b:ZZ32):Element = Element(a, b, 0) 
     27  Element(a:ZZ32, b:ZZ32, c:ZZ32):Element = do 
    2828     (MyImplementationDetail(a,b,c) asif Element) 
    2929  end