blob: b85fee876920e17037a9710653f834f2bc07165a [file] [log] [blame]
/**
* @see #fo<caret>
*/
class Test1<T> {
public void foo(T bar) {
}
}