Changeset 2736

Show
Ignore:
Timestamp:
08/23/08 04:09:29 (15 months ago)
Author:
sukyoungryu
Message:

[copyright] Fixed a copyright notice.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/ProjectFortress/tests/objectCC_staticParams.fss

    r2732 r2736  
     1(******************************************************************************* 
     2    Copyright 2008 Sun Microsystems, Inc., 
     3    4150 Network Circle, Santa Clara, California 95054, U.S.A. 
     4    All rights reserved. 
     5 
     6    U.S. Government Rights - Commercial software. 
     7    Government users are subject to the Sun Microsystems, Inc. standard 
     8    license agreement and applicable provisions of the FAR and its supplements. 
     9 
     10    Use is subject to license terms. 
     11 
     12    This distribution may include materials developed by third parties. 
     13 
     14    Sun, Sun Microsystems, the Sun logo and Java are trademarks or registered 
     15    trademarks of Sun Microsystems, Inc. in the U.S. and other countries. 
     16 ******************************************************************************) 
     17 
    118component objectCC_staticParams 
    219export Executable 
     
    1431       type inference, remove the explicit return type T. *) 
    1532    bar():T[\X\] = object extends T[\X\] 
    16                 x():ZZ32 = foo()  
    17                 y():ZZ32 = quack()  
    18                 z():ZZ32 = do  
     33                x():ZZ32 = foo() 
     34                y():ZZ32 = quack() 
     35                z():ZZ32 = do 
    1936                    _ = O[\X, b, n\](v, s) 
    2037                    if b then n else (n-1) end 
     
    3552 
    3653end 
    37