Searched refs:boundStr (Results 1 - 1 of 1) sorted by relevance

/openjdk7/langtools/test/tools/javac/generics/diamond/7030150/
H A DGenericConstructorAndDiamondTest.java47 String boundStr; field in class:GenericConstructorAndDiamondTest.BoundKind
49 private BoundKind(String boundStr) { argument
50 this.boundStr = boundStr;
213 source = template.replace("#BK", boundKind.boundStr).

Completed in 50 milliseconds