Show
Ignore:
Timestamp:
09/05/09 14:21:41 (3 months ago)
Author:
sukyoungryu
Message:

[disambiguator] Fixed handling getters and setters in ExprDisambiguator?. Fixed libraries and tests using getters.

Location:
trunk/ProjectFortress/other_compiler_tests
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/ProjectFortress/other_compiler_tests/SimpleOverload4.fss

    r3864 r4130  
    4040run(): () = do 
    4141  print2("PA","SS") 
    42    
     42 
    4343  (* Sorta-bug: 
    4444        Set breakpoint in com.sun.fortress.compiler.OverloadRewriteVisitor 
    45         forFnRefOnly, if fns.size() > 1 
     45        forFnRefOnly, if fns.size > 1 
    4646        Problem is that overload disambiguate identifies a single function, 
    4747        but the inferred type is insufficiently precise. 
    4848  *) 
    49          
     49 
    5050  jPrintln(local("b", "az")) 
    5151  jPrintln(local(5,6)) 
    52    
     52 
    5353end 
    5454 
    5555end 
    56  
  • trunk/ProjectFortress/other_compiler_tests/SimpleOverload5.fss

    r3864 r4130  
    4343  (* Sorta-bug: 
    4444        Set breakpoint in com.sun.fortress.compiler.OverloadRewriteVisitor 
    45         forFnRefOnly, if fns.size() > 1 
     45        forFnRefOnly, if fns.size > 1 
    4646        Problem is that overload disambiguate identifies a single function, 
    4747        but the inferred type is insufficiently precise.