Searched defs:TestConstructor (Results 1 - 1 of 1) sorted by relevance

/openjdk7/langtools/test/tools/javac/
H A DT6326754.java34 class TestConstructor<T,K>{ class
37 public TestConstructor(T t,K k){ method in class:TestConstructor
40 public TestConstructor(K k){ method in class:TestConstructor
44 public TestConstructor(T t){ method in class:TestConstructor
71 TestConstructor tc = new TestConstructor("saaa");

Completed in 40 milliseconds