blob: c7e11cfb961b09be2e54a6146032e0997aa4476f [file] [log] [blame]
// Copyright 2006 Google Inc. All Rights Reserved.
package com.google.inject;
import junit.framework.TestCase;
import java.util.List;
/**
* @author crazybob@google.com (Bob Lee)
*/
public class KeyTest extends TestCase {
void foo(List<String> a, List<String> b) {}
public void testParameterizedTypeEquality() {
}
}