Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/zombies/scope.cfa

    rfd54fef r686cb63  
    2020y p;
    2121
    22 trait has_u( z ) {
     22trait has_u( otype z ) {
    2323        z u(z);
    2424};
    2525
    26 forall( t | has_u( t ) )
     26forall( otype t | has_u( t ) )
    2727y q( t the_t ) {
    2828        t y = u( the_t );
Note: See TracChangeset for help on using the changeset viewer.