blob: 09e283ff07fabca912493f6099d2f87fcbef3b90 [file] [log] [blame]
public class X01 {
/**
* Test generic param reference
*
* @param <T>
* type parameter
* @param str
* the string argument
*/
<T> void foo(String str) {
}
}