Changeset 4281 for trunk/ProjectFortress/src
- Timestamp:
- 10/23/09 06:35:37 (5 weeks ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/ProjectFortress/src/com/sun/fortress/scala_src/useful/STypesUtil.scala
r4251 r4281 487 487 } 488 488 489 489 490 /** 490 491 * Instantiate only the unlifted static parameters with the given static args … … 523 524 val (param, arg) = paramAndArg 524 525 (arg, param.getKind) match { 525 case (STypeArg(_, _, argType), _:KindType) => 526 toList(param.getExtendsClause). 527 forall(!analyzer.subtype(argType, _).isFalse) 526 case (_:TypeArg, _:KindType) => true 528 527 case (_:IntArg, _:KindInt) => true 529 528 case (_:BoolArg, _:KindBool) => true

