/** * This file is licensed under the University of Illinois/NCSA Open Source * License. See LICENSE.TXT for details. */ package edu.illinois.codingspectator; class C<T> { T t; }